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

Packages that use ExpiredCredentialException
com.atlassian.crowd.acceptance.tests.client   
com.atlassian.crowd.acceptance.tests.client.load   
com.atlassian.crowd.directory   
com.atlassian.crowd.integration.acegi   
com.atlassian.crowd.integration.http   
com.atlassian.crowd.integration.rest.service   
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.resource   
com.atlassian.crowd.service   
com.atlassian.crowd.service.cache   
com.atlassian.crowd.service.client   
com.atlassian.crowd.service.soap.client   
com.atlassian.crowd.util   
 

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

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

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

Uses of ExpiredCredentialException in com.atlassian.crowd.directory
 

Methods in com.atlassian.crowd.directory that throw ExpiredCredentialException
 User RemoteCrowdDirectory.authenticate(java.lang.String username, PasswordCredential credential)
           
 User DelegatedAuthenticationDirectory.authenticate(java.lang.String name, PasswordCredential credential)
          In addition to the normal authentication behaviour, following a successful authentication the following may occur: If the user does not exist in the internal directory and DelegatedAuthenticationDirectory.ATTRIBUTE_CREATE_USER_ON_AUTH is enabled, the user's details will be added to the internal directory. If the user exists in the internal directory and DelegatedAuthenticationDirectory.ATTRIBUTE_UPDATE_USER_ON_AUTH is enabled, the user's details will be updated in the internal directory. A user marked as inactive locally will not be authenticated, retrieved or updated from the LDAP server.
 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 ExpiredCredentialException in com.atlassian.crowd.integration.acegi
 

Methods in com.atlassian.crowd.integration.acegi that throw ExpiredCredentialException
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  java.lang.String RemoteCrowdAuthenticationProvider.authenticate(java.lang.String username, java.lang.String password, ValidationFactor[] validationFactors)
           
 

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

Methods in com.atlassian.crowd.integration.http that throw ExpiredCredentialException
 void HttpAuthenticatorImpl.authenticate(javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response, java.lang.String username, java.lang.String password)
           
 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.
 User CrowdHttpAuthenticatorImpl.authenticate(javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response, java.lang.String username, java.lang.String password)
           
 User CrowdHttpAuthenticator.authenticate(javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response, java.lang.String username, java.lang.String password)
          Authenticates the user based on provided credentials.
 User CacheAwareCrowdHttpAuthenticator.authenticate(javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response, java.lang.String username, java.lang.String password)
           
 void HttpAuthenticatorImpl.verifyAuthentication(java.lang.String username, java.lang.String password)
           
 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)
           
 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 ExpiredCredentialException in com.atlassian.crowd.integration.rest.service
 

Methods in com.atlassian.crowd.integration.rest.service that throw ExpiredCredentialException
 java.lang.String RestCrowdClient.authenticateSSOUser(UserAuthenticationContext userAuthenticationContext)
           
 User RestCrowdClient.authenticateUser(java.lang.String username, java.lang.String password)
           
 

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

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

Methods in com.atlassian.crowd.manager.application that throw ExpiredCredentialException
 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 CachingApplicationService.authenticateUser(Application application, java.lang.String username, PasswordCredential passwordCredential)
           
 User ApplicationServiceGeneric.authenticateUser(Application application, java.lang.String username, PasswordCredential passwordCredential)
           
 

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

Methods in com.atlassian.crowd.manager.authentication that throw ExpiredCredentialException
 Token TokenAuthenticationManagerImpl.authenticateUser(UserAuthenticationContext authenticateContext)
           
 Token AliasingAwareTokenAuthenticationManager.authenticateUser(UserAuthenticationContext authenticateContext)
           
 Token TokenAuthenticationManager.authenticateUser(UserAuthenticationContext authenticateContext)
          Authenticates a user and and generates an authentication token.
 Token TokenAuthenticationManagerImpl.authenticateUser(UserAuthenticationContext authenticationContext, boolean validatePassword, boolean ignoreCache)
           
 

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

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

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

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

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

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

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

Methods in com.atlassian.crowd.plugin.rest.service.controller that throw ExpiredCredentialException
 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 ExpiredCredentialException in com.atlassian.crowd.plugin.rest.service.resource
 

Methods in com.atlassian.crowd.plugin.rest.service.resource that throw ExpiredCredentialException
 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.
 

Uses of ExpiredCredentialException in com.atlassian.crowd.service
 

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

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

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

Uses of ExpiredCredentialException in com.atlassian.crowd.service.client
 

Methods in com.atlassian.crowd.service.client that throw ExpiredCredentialException
 java.lang.String CrowdClient.authenticateSSOUser(UserAuthenticationContext userAuthenticationContext)
          Authenticates a Single-Sign-On (SSO) User.
 User CrowdClient.authenticateUser(java.lang.String username, java.lang.String password)
          Authenticates a user with the server.
 

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

Methods in com.atlassian.crowd.service.soap.client that throw ExpiredCredentialException
 java.lang.String SecurityServerClientImpl.authenticatePrincipal(UserAuthenticationContext userAuthenticationContext)
           
 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)
           
 java.lang.String SecurityServerClient.authenticatePrincipalSimple(java.lang.String username, java.lang.String password)
          Authenticates a principal without SSO details utilizing centralized authentication only.
 

Uses of ExpiredCredentialException in com.atlassian.crowd.util
 

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

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



Copyright © 2012 Atlassian. All Rights Reserved.