Package com.atlassian.bitbucket.auth
Interface HttpAuthenticationSuccessContext
- All Superinterfaces:
HttpAuthenticationContext
Context class holding all details relevant for authentication success processing by
HttpAuthenticationSuccessHandler
modules.-
Field Summary
Fields inherited from interface com.atlassian.bitbucket.auth.HttpAuthenticationContext
METHOD_BASIC, METHOD_FORM, METHOD_TOKEN
-
Method Summary
Methods inherited from interface com.atlassian.bitbucket.auth.HttpAuthenticationContext
getCredentials, getFilterChain, getMethod, getRequest, getResponse, getUsername
-
Method Details
-
getUser
@Nonnull com.atlassian.bitbucket.user.ApplicationUser getUser()- Returns:
- the authenticated user.
-