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 Summary
-
Field Summary
Fields inherited from interface com.atlassian.bitbucket.auth.Authentication
ANONYMOUS
-
Method Summary
Modifier and TypeMethodDescriptionstatic SimpleAuthentication.Builder
builder
(com.atlassian.bitbucket.user.ApplicationUser user) boolean
Optional<com.atlassian.bitbucket.user.ApplicationUser>
getUser()
int
hashCode()
-
Method Details
-
builder
@Nonnull public static SimpleAuthentication.Builder builder(@Nullable com.atlassian.bitbucket.user.ApplicationUser user) -
equals
-
getProperties
- Specified by:
getProperties
in interfacecom.atlassian.bitbucket.auth.Authentication
-
getUser
- Specified by:
getUser
in interfacecom.atlassian.bitbucket.auth.Authentication
-
hashCode
public int hashCode()
-