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

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

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.
 



Copyright © 2010 Atlassian. All Rights Reserved.