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

Packages that use InactiveAccountException
com.atlassian.crowd.service.soap.server   
 

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

Methods in com.atlassian.crowd.service.soap.server that throw InactiveAccountException
 java.lang.String SecurityServerGeneric.authenticatePrincipal(AuthenticatedToken applicationToken, UserAuthenticationContext authenticateContext)
           
 java.lang.String SecurityServer.authenticatePrincipal(AuthenticatedToken applicationToken, UserAuthenticationContext authenticateContext)
          Authenticates a principal verses the calling who is in the application's assigned directory.
 java.lang.String SecurityServerGeneric.authenticatePrincipalSimple(AuthenticatedToken applicationToken, java.lang.String username, java.lang.String password)
           
 java.lang.String SecurityServer.authenticatePrincipalSimple(AuthenticatedToken authenticationContext, java.lang.String username, java.lang.String password)
          Authenticates a principal without SSO details utilizing centralized authentication only.
 java.lang.String SecurityServerGeneric.createPrincipalToken(AuthenticatedToken applicationToken, java.lang.String username, ValidationFactor[] validationFactors)
           
 java.lang.String SecurityServer.createPrincipalToken(AuthenticatedToken authenticationContext, java.lang.String username, ValidationFactor[] validationFactors)
          Authenticates a principal without validating a password.
 



Copyright © 2010 Atlassian. All Rights Reserved.