public class

AuthenticationResult

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

Class Overview

Outcome of a successful authentication operation.

Summary

Nested Classes
class AuthenticationResult.Builder  
Public Methods
@Nonnull Map<StringSerializable> getProperties()
@Nonnull ApplicationUser getUser()
[Expand]
Inherited Methods
From class java.lang.Object

Public Methods

@Nonnull public Map<StringSerializable> getProperties ()

Returns
  • the authentication properties provided on authentication

@Nonnull public ApplicationUser getUser ()