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

Packages that use InvalidCredentialException
com.atlassian.crowd.service.soap.server   
com.atlassian.crowd.util   
 

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

Methods in com.atlassian.crowd.service.soap.server that throw InvalidCredentialException
 SOAPPrincipal SecurityServerGeneric.addPrincipal(AuthenticatedToken applicationToken, SOAPPrincipal principal, PasswordCredential credential)
           
 SOAPPrincipal SecurityServer.addPrincipal(AuthenticatedToken applicationToken, SOAPPrincipal principal, PasswordCredential credential)
          Adds a principal to the application's assigned directory.
 void SecurityServerGeneric.resetPrincipalCredential(AuthenticatedToken applicationToken, java.lang.String principal)
           
 void SecurityServer.resetPrincipalCredential(AuthenticatedToken applicationToken, java.lang.String principal)
          Resets a principal's password credential to a random password and emails the new password who is in the application's assigned directory.
 void SecurityServerGeneric.updatePrincipalCredential(AuthenticatedToken applicationToken, java.lang.String principal, PasswordCredential credential)
           
 void SecurityServer.updatePrincipalCredential(AuthenticatedToken applicationToken, java.lang.String principal, PasswordCredential credential)
          Updates the password credential for a principal who is in the application's assigned directory.
 

Uses of InvalidCredentialException in com.atlassian.crowd.util
 

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

Methods in com.atlassian.crowd.util that throw InvalidCredentialException
static void SoapExceptionTranslator.throwSoapEquivalentCheckedException(InvalidCredentialException e)
           
 



Copyright © 2012 Atlassian. All Rights Reserved.