Uses of Interface
com.atlassian.bitbucket.auth.Authentication
-
Uses of Authentication in com.atlassian.bitbucket.auth
Modifier and TypeMethodDescriptionAuthenticationService.authenticate
(String token) Attempts to authenticate with the specified token.AuthenticationService.authenticate
(String username, String password) Attempts to authenticate the specified user given their password.AuthenticationService.authenticate
(String username, String password, boolean isFormBased) Attempts to authenticate the specified user given their password.AuthenticationService.authenticateWithCaptcha
(String username, String password) Attempts to authenticate the specified user given their password.AuthenticationService.clear()
Clears the current authentication, if any, resulting in an anonymous contextAuthenticationService.get()
AuthenticationService.set
(Authentication authentication) Sets the authentication for the current thread (and thereby request)Modifier and TypeMethodDescriptionAuthenticationService.set
(Authentication authentication) Sets the authentication for the current thread (and thereby request)