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

Packages that use InactiveAccountException
com.atlassian.crowd.acceptance.tests.client   
com.atlassian.crowd.acceptance.tests.client.load   
com.atlassian.crowd.acceptance.tests.directory   
com.atlassian.crowd.directory   
com.atlassian.crowd.embedded.api   
com.atlassian.crowd.embedded.core   
com.atlassian.crowd.integration.acegi   
com.atlassian.crowd.integration.http   
com.atlassian.crowd.integration.springsecurity   
com.atlassian.crowd.manager.application   
com.atlassian.crowd.manager.authentication   
com.atlassian.crowd.manager.directory   
com.atlassian.crowd.plugin.application.springsecurity   
com.atlassian.crowd.plugin.rest.exception.mapper   
com.atlassian.crowd.plugin.rest.service.controller   
com.atlassian.crowd.plugin.rest.service.resources   
com.atlassian.crowd.service   
com.atlassian.crowd.service.cache   
com.atlassian.crowd.service.soap.client   
 

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

Methods in com.atlassian.crowd.acceptance.tests.client that throw InactiveAccountException
 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 InactiveAccountException in com.atlassian.crowd.acceptance.tests.client.load
 

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

Uses of InactiveAccountException in com.atlassian.crowd.acceptance.tests.directory
 

Methods in com.atlassian.crowd.acceptance.tests.directory that throw InactiveAccountException
 void BasicTest.testAddUserWithEmptyPassword()
           
 void BasicTest.testAddUserWithFirstnameLastnameEmailDisplayNamePassword()
           
 void BasicTest.testAddUserWithFirstnameLastnameEmailPassword()
           
 void BasicTest.testAuthenticateAfterPasswordAdd()
           
 void BasicTest.testAuthenticateAfterPasswordUpdate()
           
 void BasicTest.testAuthenticateAfterUnicodePasswordUpdate()
           
 void BasicTest.testAuthenticateAfterUserAdd()
           
 void BasicTest.testAuthenticateAfterUserAddWithUnicodePassword()
           
 void BasicTest.testAuthenticateEmptyPassword()
           
 void BasicTest.testAuthenticateWithEmptyPassword()
           
 void BasicTest.testAuthenticateWithIncorrectPassword()
           
 void BasicTest.testAuthenticateWithInvalidUser()
           
 void BasicTest.testAuthenticateWithNullPassword()
           
 void BasicTest.testAuthenticateWithNullPasswordArray()
           
 void BasicTest.testAuthenticateWithNullPasswordCredentialInArray()
           
 void BasicTest.testRemoveUserEmptyString()
           
 void BasicTest.testRemoveUserInvalid()
           
 void BasicTest.testUpdateUserEmail()
           
 void BasicTest.testUpdateUserEmailExplicitCheck()
           
 void BasicTest.testUpdateUserEmailInvalid()
           
 void BasicTest.testUpdateUserInvalidName()
           
 

Uses of InactiveAccountException in com.atlassian.crowd.directory
 

Methods in com.atlassian.crowd.directory that throw InactiveAccountException
 User RemoteCrowdDirectory.authenticate(java.lang.String username, PasswordCredential credential)
           
 User DelegatedAuthenticationDirectory.authenticate(java.lang.String name, PasswordCredential credential)
           
 User AbstractInternalDirectory.authenticate(java.lang.String name, PasswordCredential credential)
           
 User RemoteDirectory.authenticate(java.lang.String name, PasswordCredential credential)
          Authenticates a user with the directory store.
 User DbCachingRemoteDirectory.authenticate(java.lang.String name, PasswordCredential credential)
           
 

Uses of InactiveAccountException in com.atlassian.crowd.embedded.api
 

Methods in com.atlassian.crowd.embedded.api that throw InactiveAccountException
 User CrowdService.authenticate(java.lang.String name, java.lang.String credential)
          Authenticates a user with the given credential
 

Uses of InactiveAccountException in com.atlassian.crowd.embedded.core
 

Methods in com.atlassian.crowd.embedded.core that throw InactiveAccountException
 User CrowdServiceImpl.authenticate(java.lang.String name, java.lang.String credential)
           
 

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

Methods in com.atlassian.crowd.integration.acegi that throw InactiveAccountException
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.
 

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

Methods in com.atlassian.crowd.integration.http that throw InactiveAccountException
 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.
 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 InactiveAccountException in com.atlassian.crowd.integration.springsecurity
 

Methods in com.atlassian.crowd.integration.springsecurity that throw InactiveAccountException
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.
 

Uses of InactiveAccountException in com.atlassian.crowd.manager.application
 

Methods in com.atlassian.crowd.manager.application that throw InactiveAccountException
 User ApplicationService.authenticateUser(Application application, java.lang.String username, PasswordCredential passwordCredential)
          Will attempt to authenticate the given user against the application
 User TranslatingApplicationService.authenticateUser(Application application, java.lang.String username, PasswordCredential passwordCredential)
           
 User ApplicationServiceGeneric.authenticateUser(Application application, java.lang.String username, PasswordCredential passwordCredential)
           
 

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

Methods in com.atlassian.crowd.manager.authentication that throw InactiveAccountException
 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)
           
 

Uses of InactiveAccountException in com.atlassian.crowd.manager.directory
 

Methods in com.atlassian.crowd.manager.directory that throw InactiveAccountException
 User DirectoryManager.authenticateUser(long directoryId, java.lang.String username, PasswordCredential passwordCredential)
           
 User DirectoryManagerGeneric.authenticateUser(long directoryId, java.lang.String username, PasswordCredential passwordCredential)
           
 

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

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

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

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

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

Methods in com.atlassian.crowd.plugin.rest.service.controller that throw InactiveAccountException
 UserEntity AuthenticationController.authenticateUser(java.lang.String applicationName, java.lang.String username, PasswordEntity password, java.net.URI baseUri)
          Authenticates the user with the given username and password.
 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.
 

Uses of InactiveAccountException in com.atlassian.crowd.plugin.rest.service.resources
 

Methods in com.atlassian.crowd.plugin.rest.service.resources that throw InactiveAccountException
 javax.ws.rs.core.Response TokenResource.authenticateUser(AuthenticationContextEntity authenticationContext, boolean validatePassword)
          Authenticates a user against the application and returns a Crowd SSO token.
 

Uses of InactiveAccountException in com.atlassian.crowd.service
 

Methods in com.atlassian.crowd.service that throw InactiveAccountException
 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.
 

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

Methods in com.atlassian.crowd.service.cache that throw InactiveAccountException
 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)
           
 

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

Methods in com.atlassian.crowd.service.soap.client that throw InactiveAccountException
 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.
 



Copyright © 2010 Atlassian. All Rights Reserved.