Package com.atlassian.bitbucket.auth
Interface Authentication
public interface Authentication
The authentication details including the
user
and any properties
provided during authentication.- Since:
- 5.5
-
Field Summary
-
Method Summary
-
Field Details
-
ANONYMOUS
-
-
Method Details
-
getProperties
- Returns:
- the authentication properties provided by the authenticator that authenticated the user. Can be empty,
but never
null
.
-
getUser
- Returns:
- The authenticated
user
-