Uses of Class
com.atlassian.crowd.manager.application.ApplicationAccessDeniedException
Package
Description
-
Uses of ApplicationAccessDeniedException in com.atlassian.crowd.manager.authentication
Modifier and TypeMethodDescriptionAliasingAwareTokenAuthenticationManager.authenticateUser
(Application application, UserAuthenticationContext authenticateContext, TokenLifetime tokenLifetime) DelegatingTokenAuthenticationManager.authenticateUser
(Application application, UserAuthenticationContext authenticateContext, TokenLifetime tokenLifetime) RetryingTokenAuthenticationManager.authenticateUser
(Application application, UserAuthenticationContext authenticateContext, TokenLifetime tokenLifetime) TokenAuthenticationManager.authenticateUser
(Application application, UserAuthenticationContext authenticateContext, TokenLifetime tokenLifetime) Authenticates a user and and generates an authentication token.TokenAuthenticationManagerImpl.authenticateUser
(Application application, UserAuthenticationContext authenticationContext, boolean validatePassword, TokenLifetime tokenLifetime) TokenAuthenticationManagerImpl.authenticateUser
(Application application, UserAuthenticationContext authenticateContext, TokenLifetime tokenLifetime) AliasingAwareTokenAuthenticationManager.authenticateUserWithoutValidatingPassword
(Application application, UserAuthenticationContext authenticateContext) DelegatingTokenAuthenticationManager.authenticateUserWithoutValidatingPassword
(Application application, UserAuthenticationContext authenticateContext) RetryingTokenAuthenticationManager.authenticateUserWithoutValidatingPassword
(Application application, UserAuthenticationContext authenticateContext) TokenAuthenticationManager.authenticateUserWithoutValidatingPassword
(Application application, UserAuthenticationContext authenticateContext) Feigns the authentication process for a user and creates a token for the authentication without validating the password.TokenAuthenticationManagerImpl.authenticateUserWithoutValidatingPassword
(Application application, UserAuthenticationContext authenticateContext) AliasingAwareTokenAuthenticationManager.findUserTokenByKey
(String tokenKey, Application application) DelegatingTokenAuthenticationManager.findUserTokenByKey
(String tokenKey, Application application) TokenAuthenticationManager.findUserTokenByKey
(String tokenKey, Application application) Returns the token matching a given keyTokenAuthenticationManagerImpl.findUserTokenByKey
(String tokenKey, Application application) AliasingAwareTokenAuthenticationManager.validateUserToken
(Application application, String userTokenKey, ValidationFactor[] validationFactors) DelegatingTokenAuthenticationManager.validateUserToken
(Application application, String userTokenKey, ValidationFactor[] validationFactors) TokenAuthenticationManager.validateUserToken
(Application application, String userTokenKey, ValidationFactor[] validationFactors) Validates a user token key given validation factors and checks that the user is allowed to authenticate with the specified applicationTokenAuthenticationManagerImpl.validateUserToken
(Application application, String userTokenKey, ValidationFactor[] validationFactors) -
Uses of ApplicationAccessDeniedException in com.atlassian.crowd.plugin.rest.exception.mapper
Modifier and TypeMethodDescriptionjavax.ws.rs.core.Response
ApplicationAccessDeniedExceptionMapper.toResponse
(ApplicationAccessDeniedException exception) -
Uses of ApplicationAccessDeniedException in com.atlassian.crowd.plugin.rest.service.controller
Modifier and TypeMethodDescriptionTokenController.authenticateUser
(String username, String password, TokenLifetime tokenDuration, Collection<ValidationFactorEntity> validationFactorEntities, URI baseUri) Authenticates a user for the given application.TokenController.authenticateUserWithoutValidatingPassword
(String username, Collection<ValidationFactorEntity> validationFactorEntities, URI baseUri) Feigns the authentication process for a user and creates a token for the authentication without validating the password.TokenController.getSessionFromToken
(String tokenKey, URI baseUri) Returns the session associated with the Crowd SSO token.TokenController.validateToken
(String token, Collection<ValidationFactorEntity> validationFactorEntities, URI baseUri) Validates a Crowd SSO token and creates a new token with an updated last accessed date (for the internal token representation). -
Uses of ApplicationAccessDeniedException in com.atlassian.crowd.plugin.rest.service.resource.usermanagement
Modifier and TypeMethodDescriptionjavax.ws.rs.core.Response
TokenResource.authenticateUser
(AuthenticationContextEntity authenticationContext, boolean validatePassword, long durationInSeconds) javax.ws.rs.core.Response
TokenResource.getSession
(String token) javax.ws.rs.core.Response
TokenResource.validateToken
(String token, ValidationFactorEntityList validationFactors)