Uses of Class
com.atlassian.crowd.exception.ApplicationAccessDeniedException

Packages that use ApplicationAccessDeniedException
com.atlassian.crowd.acceptance.tests.client   
com.atlassian.crowd.acceptance.tests.client.load   
com.atlassian.crowd.integration.acegi   
com.atlassian.crowd.integration.http   
com.atlassian.crowd.integration.springsecurity   
com.atlassian.crowd.plugin.application.springsecurity   
com.atlassian.crowd.service   
com.atlassian.crowd.service.cache   
com.atlassian.crowd.service.soap.client   
com.atlassian.crowd.util   
 

Uses of ApplicationAccessDeniedException in com.atlassian.crowd.acceptance.tests.client
 

Methods in com.atlassian.crowd.acceptance.tests.client that throw ApplicationAccessDeniedException
 void AuthenticationTokenTest.testAuthenticatePrincipalDifferentTokenAfterLogout()
           
 void AuthenticationTokenTest.testAuthenticatePrincipalDifferentUsersAuthenticationProducesDifferentTokens()
           
 void AuthenticationTokenTest.testAuthenticatePrincipalSameUserDifferentConditionProducesDifferentTokens()
           
 void AuthenticationTokenTest.testAuthenticatePrincipalSameUserDifferentUserAgentProducesSameTokens()
           
 void AuthenticationTokenTest.testAuthenticatePrincipalSuccessiveAuthenticationProducesSameToken()
           
 void AuthenticationTokenTest.testAuthenticateSimpleDifferentTokenAfterLogout()
           
 void AuthenticationTokenTest.testAuthenticateSimpleDifferentUsersAuthenticationProducesDifferentTokens()
           
 void AuthenticationTokenTest.testAuthenticateSimpleSuccessiveAuthenticationProducesSameToken()
           
 

Uses of ApplicationAccessDeniedException in com.atlassian.crowd.acceptance.tests.client.load
 

Methods in com.atlassian.crowd.acceptance.tests.client.load that throw ApplicationAccessDeniedException
 void PrincipalAuthenticationLoadTest.testHammerAuthentications()
           
 void TokenValidationLoadTest.testHammerTokenValidation()
           
 

Uses of ApplicationAccessDeniedException in com.atlassian.crowd.integration.acegi
 

Methods in com.atlassian.crowd.integration.acegi that throw ApplicationAccessDeniedException
protected  java.lang.String RemoteCrowdAuthenticationProvider.authenticate(java.lang.String username, java.lang.String password, ValidationFactor[] validationFactors)
           
protected abstract  java.lang.String CrowdAuthenticationProvider.authenticate(java.lang.String username, java.lang.String password, ValidationFactor[] validationFactors)
          Authenticate a remote user and return the Crowd SSO token string.
protected abstract  java.lang.String CrowdAuthenticationProvider.authenticate(java.lang.String username, java.lang.String password, ValidationFactor[] validationFactors)
          Authenticate a remote user and return the Crowd SSO token string.
protected  boolean RemoteCrowdAuthenticationProvider.isAuthenticated(java.lang.String token, ValidationFactor[] validationFactors)
           
protected abstract  boolean CrowdAuthenticationProvider.isAuthenticated(java.lang.String token, ValidationFactor[] validationFactors)
          Determine if a remote user is authenticated via SSO based on the supplied SSO token string and validation factors.
 

Uses of ApplicationAccessDeniedException in com.atlassian.crowd.integration.http
 

Methods in com.atlassian.crowd.integration.http that throw ApplicationAccessDeniedException
 void HttpAuthenticatorImpl.authenticate(javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response, java.lang.String username, java.lang.String password)
          Authenticate a remote user using SSO.
 void HttpAuthenticator.authenticate(javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response, java.lang.String username, java.lang.String password)
          Authenticate a remote user using SSO.
 void HttpAuthenticatorImpl.authenticateWithoutValidatingPassword(javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response, java.lang.String username)
           
 void HttpAuthenticator.authenticateWithoutValidatingPassword(javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response, java.lang.String username)
          Authenticate a remote user using SSO, without validating their password.
 boolean HttpAuthenticatorImpl.isAuthenticated(javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response)
           
 boolean HttpAuthenticator.isAuthenticated(javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response)
          Tests whether a request is authenticated via SSO.
 void HttpAuthenticatorImpl.verifyAuthentication(java.lang.String username, java.lang.String password)
          Authenticate a remote principal without using SSO.
 void HttpAuthenticator.verifyAuthentication(java.lang.String username, java.lang.String password)
          Authenticate a remote principal without using SSO.
 java.lang.String HttpAuthenticatorImpl.verifyAuthentication(java.lang.String username, java.lang.String password, ValidationFactor[] validationFactors)
          Verifies the authentication of a principal's username/password, given a set of validation factors.
 java.lang.String HttpAuthenticator.verifyAuthentication(java.lang.String username, java.lang.String password, ValidationFactor[] validationFactors)
          Verifies the authentication of a principal's username/password, given a set of validation factors.
 

Uses of ApplicationAccessDeniedException in com.atlassian.crowd.integration.springsecurity
 

Methods in com.atlassian.crowd.integration.springsecurity that throw ApplicationAccessDeniedException
protected  java.lang.String RemoteCrowdAuthenticationProvider.authenticate(java.lang.String username, java.lang.String password, ValidationFactor[] validationFactors)
           
protected abstract  java.lang.String CrowdAuthenticationProvider.authenticate(java.lang.String username, java.lang.String password, ValidationFactor[] validationFactors)
          Authenticate a remote user and return the Crowd SSO token string.
protected  boolean RemoteCrowdAuthenticationProvider.isAuthenticated(java.lang.String token, ValidationFactor[] validationFactors)
           
protected abstract  boolean CrowdAuthenticationProvider.isAuthenticated(java.lang.String token, ValidationFactor[] validationFactors)
          Determine if a remote user is authenticated via SSO based on the supplied SSO token string and validation factors.
 

Uses of ApplicationAccessDeniedException in com.atlassian.crowd.plugin.application.springsecurity
 

Methods in com.atlassian.crowd.plugin.application.springsecurity that throw ApplicationAccessDeniedException
protected  java.lang.String LocalCrowdAuthenticationProvider.authenticate(java.lang.String username, java.lang.String password, ValidationFactor[] validationFactors)
           
protected  boolean LocalCrowdAuthenticationProvider.isAuthenticated(java.lang.String token, ValidationFactor[] validationFactors)
           
 

Uses of ApplicationAccessDeniedException in com.atlassian.crowd.service
 

Methods in com.atlassian.crowd.service that throw ApplicationAccessDeniedException
 java.lang.String AuthenticationManager.authenticate(java.lang.String username, java.lang.String password)
          Authenticates a user, using just a username and password.
 java.lang.String AuthenticationManager.authenticate(UserAuthenticationContext authenticationContext)
          Authenticate a user.
 java.lang.String AuthenticationManager.authenticateWithoutValidatingPassword(UserAuthenticationContext authenticationContext)
          Authenticate a user without validating their password.
 boolean AuthenticationManager.isAuthenticated(java.lang.String token, ValidationFactor[] validationFactors)
          Checks that the token (as returned from authenticate() is still valid, given the validation factors.
 

Uses of ApplicationAccessDeniedException in com.atlassian.crowd.service.cache
 

Methods in com.atlassian.crowd.service.cache that throw ApplicationAccessDeniedException
 java.lang.String SimpleAuthenticationManager.authenticate(java.lang.String username, java.lang.String password)
           
 java.lang.String CacheAwareAuthenticationManager.authenticate(java.lang.String username, java.lang.String password)
           
 java.lang.String SimpleAuthenticationManager.authenticate(UserAuthenticationContext authenticationContext)
           
 java.lang.String CacheAwareAuthenticationManager.authenticate(UserAuthenticationContext authenticationContext)
           
 java.lang.String SimpleAuthenticationManager.authenticateWithoutValidatingPassword(UserAuthenticationContext authenticationContext)
           
 java.lang.String CacheAwareAuthenticationManager.authenticateWithoutValidatingPassword(UserAuthenticationContext authenticationContext)
           
 boolean SimpleAuthenticationManager.isAuthenticated(java.lang.String token, ValidationFactor[] validationFactors)
           
 boolean CacheAwareAuthenticationManager.isAuthenticated(java.lang.String token, ValidationFactor[] validationFactors)
           
 

Uses of ApplicationAccessDeniedException in com.atlassian.crowd.service.soap.client
 

Methods in com.atlassian.crowd.service.soap.client that throw ApplicationAccessDeniedException
 java.lang.String SecurityServerClientImpl.authenticatePrincipal(UserAuthenticationContext userAuthenticationContext)
          Authenticates a principal verses the calling who is in the application's assigned directory.
 java.lang.String SecurityServerClient.authenticatePrincipal(UserAuthenticationContext userAuthenticationContext)
          Authenticates a principal who is in the application's assigned directory.
 java.lang.String SecurityServerClientImpl.authenticatePrincipalSimple(java.lang.String username, java.lang.String password)
          Authenticates a principal without SSO details utilizing centralized authentication only.
 java.lang.String SecurityServerClient.authenticatePrincipalSimple(java.lang.String username, java.lang.String password)
          Authenticates a principal without SSO details utilizing centralized authentication only.
 java.lang.String SecurityServerClientImpl.createPrincipalToken(java.lang.String username, ValidationFactor[] validationFactors)
          Authenticates a principal without validating a password.
 java.lang.String SecurityServerClient.createPrincipalToken(java.lang.String username, ValidationFactor[] validationFactors)
          Authenticates a principal without validating a password.
 boolean SecurityServerClientImpl.isValidToken(java.lang.String principalToken, ValidationFactor[] validationFactors)
          Checks if the principal's current token is still valid.
 boolean SecurityServerClient.isValidToken(java.lang.String principalToken, ValidationFactor[] validationFactors)
          Checks if the principal's current token is still valid.
 

Uses of ApplicationAccessDeniedException in com.atlassian.crowd.util
 

Methods in com.atlassian.crowd.util with parameters of type ApplicationAccessDeniedException
static void SoapExceptionTranslator.throwSoapEquivalentCheckedException(ApplicationAccessDeniedException e)
           
 

Methods in com.atlassian.crowd.util that throw ApplicationAccessDeniedException
static void SoapExceptionTranslator.throwEquivalentCheckedException(ApplicationAccessDeniedException e)
           
 



Copyright © 2010 Atlassian. All Rights Reserved.