Class AuthenticationResult

java.lang.Object
com.atlassian.bitbucket.auth.AuthenticationResult

public class AuthenticationResult extends Object
Outcome of a successful authentication operation.
Since:
5.5
  • Method Details

    • getProperties

      @Nonnull public Map<String,Serializable> getProperties()
      Returns:
      the authentication properties provided on authentication
    • getUser

      @Nonnull public com.atlassian.bitbucket.user.ApplicationUser getUser()