Uses of Class
com.atlassian.crowd.manager.application.ApplicationAccessDeniedException

Packages that use ApplicationAccessDeniedException
com.atlassian.crowd.manager.authentication   
com.atlassian.crowd.plugin.rest.exception.mapper   
com.atlassian.crowd.plugin.rest.service.controller   
com.atlassian.crowd.plugin.rest.service.resources   
 

Uses of ApplicationAccessDeniedException in com.atlassian.crowd.manager.authentication
 

Methods in com.atlassian.crowd.manager.authentication that throw ApplicationAccessDeniedException
 Token TokenAuthenticationManagerImpl.authenticateUser(UserAuthenticationContext authenticateContext)
           
 Token TokenAuthenticationManager.authenticateUser(UserAuthenticationContext authenticateContext)
          Authenticates a user and and generates an authentication token.
 Token AliasingAwareTokenAuthenticationManager.authenticateUser(UserAuthenticationContext authenticateContext)
           
 Token TokenAuthenticationManagerImpl.authenticateUser(UserAuthenticationContext authenticationContext, boolean validatePassword, boolean ignoreCache)
           
 Token TokenAuthenticationManagerImpl.authenticateUserWithoutValidatingPassword(UserAuthenticationContext authenticateContext)
           
 Token TokenAuthenticationManager.authenticateUserWithoutValidatingPassword(UserAuthenticationContext authenticateContext)
          Feigns the authentication process for a user and creates a token for the authentication without validating the password.
 Token AliasingAwareTokenAuthenticationManager.authenticateUserWithoutValidatingPassword(UserAuthenticationContext authenticateContext)
           
 Token TokenAuthenticationManagerImpl.validateUserToken(java.lang.String userTokenKey, ValidationFactor[] validationFactors, java.lang.String applicationName)
           
 Token TokenAuthenticationManager.validateUserToken(java.lang.String userTokenKey, ValidationFactor[] validationFactors, java.lang.String application)
          Validates a user token key given validation factors and checks that the user is allowed to authenticate with the specified application
 Token AliasingAwareTokenAuthenticationManager.validateUserToken(java.lang.String userTokenKey, ValidationFactor[] validationFactors, java.lang.String application)
           
 

Uses of ApplicationAccessDeniedException in com.atlassian.crowd.plugin.rest.exception.mapper
 

Methods in com.atlassian.crowd.plugin.rest.exception.mapper with parameters of type ApplicationAccessDeniedException
 javax.ws.rs.core.Response ApplicationAccessDeniedExceptionMapper.toResponse(ApplicationAccessDeniedException exception)
           
 

Uses of ApplicationAccessDeniedException in com.atlassian.crowd.plugin.rest.service.controller
 

Methods in com.atlassian.crowd.plugin.rest.service.controller that throw ApplicationAccessDeniedException
 SessionEntity TokenController.authenticateUser(java.lang.String applicationName, java.lang.String username, java.lang.String password, java.util.Collection<ValidationFactorEntity> validationFactorEntities, java.net.URI baseUri)
          Authenticates a user for the given application.
 SessionEntity TokenController.authenticateUserWithoutValidatingPassword(java.lang.String applicationName, java.lang.String username, java.util.Collection<ValidationFactorEntity> validationFactorEntities, java.net.URI baseUri)
          Feigns the authentication process for a user and creates a token for the authentication without validating the password.
 SessionEntity TokenController.validateToken(java.lang.String applicationName, java.lang.String token, java.util.Collection<ValidationFactorEntity> validationFactorEntities, java.net.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.resources
 

Methods in com.atlassian.crowd.plugin.rest.service.resources that throw ApplicationAccessDeniedException
 javax.ws.rs.core.Response TokenResource.authenticateUser(AuthenticationContextEntity authenticationContext, boolean validatePassword)
          Authenticates a user against the application and returns a Crowd SSO token.
 javax.ws.rs.core.Response AuthenticationResource.authenticateUser(java.lang.String username, PasswordEntity password)
          Authenticates a user.
 javax.ws.rs.core.Response TokenResource.validateToken(java.lang.String token, ValidationFactorEntityList validationFactors)
          Validates a Crowd SSO token.
 



Copyright © 2010 Atlassian. All Rights Reserved.