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