Package com.atlassian.bitbucket.auth
Interface SshAuthenticationSuccessContext
- All Superinterfaces:
SshAuthenticationContext
Context class holding all details relevant for authentication success processing by
SshAuthenticationSuccessHandler
modules.-
Method Summary
Methods inherited from interface com.atlassian.bitbucket.auth.SshAuthenticationContext
getPublicKey, 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
-