Package com.atlassian.bitbucket.auth
Class SimpleAuthentication
java.lang.Object
com.atlassian.bitbucket.auth.SimpleAuthentication
- All Implemented Interfaces:
- com.atlassian.bitbucket.auth.Authentication
public class SimpleAuthentication
extends Object
implements com.atlassian.bitbucket.auth.Authentication
- 
Nested Class SummaryNested Classes
- 
Field SummaryFields inherited from interface com.atlassian.bitbucket.auth.AuthenticationANONYMOUS
- 
Method SummaryModifier and TypeMethodDescriptionstatic SimpleAuthentication.Builderbuilder(com.atlassian.bitbucket.user.ApplicationUser user) booleanOptional<com.atlassian.bitbucket.user.ApplicationUser> getUser()inthashCode()
- 
Method Details- 
builder@Nonnull public static SimpleAuthentication.Builder builder(@Nullable com.atlassian.bitbucket.user.ApplicationUser user) 
- 
equals
- 
getProperties- Specified by:
- getPropertiesin interface- com.atlassian.bitbucket.auth.Authentication
 
- 
getUser- Specified by:
- getUserin interface- com.atlassian.bitbucket.auth.Authentication
 
- 
hashCodepublic int hashCode()
 
-