Uses of Interface
com.atlassian.bitbucket.auth.Authentication
Packages that use Authentication
-
Uses of Authentication in com.atlassian.bitbucket.auth
Fields in com.atlassian.bitbucket.auth declared as AuthenticationMethods in com.atlassian.bitbucket.auth that return AuthenticationModifier 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)Methods in com.atlassian.bitbucket.auth with parameters of type AuthenticationModifier and TypeMethodDescriptionAuthenticationService.set
(Authentication authentication) Sets the authentication for the current thread (and thereby request)