Uses of Class
com.atlassian.oauth2.provider.api.token.AuthenticationResult
Packages that use AuthenticationResult
-
Uses of AuthenticationResult in com.atlassian.oauth2.provider.api.token
Methods in com.atlassian.oauth2.provider.api.token that return AuthenticationResultModifier and TypeMethodDescriptionAccessTokenAuthenticationHandler.authenticate(javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response, String bearerToken) Authenticates a HTTP request using the access token defined in the Authorization header.static AuthenticationResultAuthenticationResult.authenticated(Scope scope, String clientId) static AuthenticationResultAuthenticationResult.notAuthenticated()