Package com.atlassian.bitbucket.auth
Interface SshAuthenticationSuccessContext
- All Superinterfaces:
- SshAuthenticationContext
Context class holding all details relevant for authentication success processing by
 
SshAuthenticationSuccessHandler modules.- 
Method SummaryMethods inherited from interface com.atlassian.bitbucket.auth.SshAuthenticationContextgetPublicKey, getUsername
- 
Method Details- 
getUser@Nonnull com.atlassian.bitbucket.user.ApplicationUser getUser()- Returns:
- the authenticated user
 
- 
getCommand- Returns:
- the SSH command string supplied by the client to be executed
 
 
-