public class

SimpleAuthentication

extends Object
implements Authentication
java.lang.Object
   ↳ com.atlassian.bitbucket.auth.SimpleAuthentication

Summary

Nested Classes
class SimpleAuthentication.Builder  
[Expand]
Inherited Fields
From interface com.atlassian.bitbucket.auth.Authentication
Public Methods
@Nonnull static SimpleAuthentication.Builder builder(ApplicationUser user)
boolean equals(Object o)
@Nonnull Map<StringSerializable> getProperties()
@Nonnull Optional<ApplicationUser> getUser()
int hashCode()
[Expand]
Inherited Methods
From class java.lang.Object
From interface com.atlassian.bitbucket.auth.Authentication

Public Methods

@Nonnull public static SimpleAuthentication.Builder builder (ApplicationUser user)

public boolean equals (Object o)

@Nonnull public Map<StringSerializable> getProperties ()

@Nonnull public Optional<ApplicationUser> getUser ()

public int hashCode ()