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

Packages that use InactiveAccountException
com.atlassian.crowd.integration.directory   
com.atlassian.crowd.integration.directory.connector   
com.atlassian.crowd.integration.directory.internal   
com.atlassian.crowd.integration.http   
com.atlassian.crowd.integration.service.soap.client   
com.atlassian.crowd.integration.service.soap.server   
 

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

Methods in com.atlassian.crowd.integration.directory that throw InactiveAccountException
 RemotePrincipal RemoteDirectory.authenticate(String name, PasswordCredential[] credentials)
          Authenticates a principal verses the directory store.
 

Uses of InactiveAccountException in com.atlassian.crowd.integration.directory.connector
 

Methods in com.atlassian.crowd.integration.directory.connector that throw InactiveAccountException
 RemotePrincipal SpringLDAPConnector.authenticate(String name, PasswordCredential[] credentials)
           
 

Uses of InactiveAccountException in com.atlassian.crowd.integration.directory.internal
 

Methods in com.atlassian.crowd.integration.directory.internal that throw InactiveAccountException
 RemotePrincipal InternalDirectory.authenticate(String name, PasswordCredential[] credentials)
           
 

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

Methods in com.atlassian.crowd.integration.http that throw InactiveAccountException
static void HttpAuthenticator.authenticate(HttpServletRequest request, HttpServletResponse response, String username, String password)
           
 

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

Methods in com.atlassian.crowd.integration.service.soap.client that throw InactiveAccountException
static String SecurityServerClient.authenticatePrincipal(PrincipalAuthenticationContext principalAuthenticationContext)
           
 

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

Methods in com.atlassian.crowd.integration.service.soap.server that throw InactiveAccountException
 String SecurityServer.authenticatePrincipal(AuthenticatedToken applicationToken, PrincipalAuthenticationContext authenticateContext)
           
 



Copyright © 2006 Atlassian Software Systems. All Rights Reserved.