public class SimpleAuthentication extends Object implements com.atlassian.bitbucket.auth.Authentication
Modifier and Type | Class and Description |
---|---|
static class |
SimpleAuthentication.Builder |
Modifier and Type | Method and Description |
---|---|
static SimpleAuthentication.Builder |
builder(com.atlassian.bitbucket.user.ApplicationUser user) |
boolean |
equals(Object o) |
Map<String,Serializable> |
getProperties() |
Optional<com.atlassian.bitbucket.user.ApplicationUser> |
getUser() |
int |
hashCode() |
@Nonnull public static SimpleAuthentication.Builder builder(@Nullable com.atlassian.bitbucket.user.ApplicationUser user)
@Nonnull public Map<String,Serializable> getProperties()
getProperties
in interface com.atlassian.bitbucket.auth.Authentication
@Nonnull public Optional<com.atlassian.bitbucket.user.ApplicationUser> getUser()
getUser
in interface com.atlassian.bitbucket.auth.Authentication
Copyright © 2024 Atlassian. All rights reserved.