Uses of Class
com.atlassian.crowd.integration.authentication.PasswordCredential

Packages that use PasswordCredential
com.atlassian.crowd.integration.authentication   
com.atlassian.crowd.integration.service.soap.client   
com.atlassian.crowd.integration.service.soap.server   
 

Uses of PasswordCredential in com.atlassian.crowd.integration.authentication
 

Methods in com.atlassian.crowd.integration.authentication that return PasswordCredential
 PasswordCredential AuthenticationContext.getCredential()
          Gets the authenticating credential information.
 

Methods in com.atlassian.crowd.integration.authentication with parameters of type PasswordCredential
 void AuthenticationContext.setCredential(PasswordCredential credential)
          Sets the authenticating credential information.
 

Constructors in com.atlassian.crowd.integration.authentication with parameters of type PasswordCredential
PasswordCredential(PasswordCredential passwordCredential)
           
 

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

Methods in com.atlassian.crowd.integration.service.soap.client with parameters of type PasswordCredential
 SOAPPrincipal SecurityServerClient.addPrincipal(SOAPPrincipal principal, PasswordCredential credential)
          Adds a principal to the application's assigned directory.
 SOAPPrincipal SecurityServerClientImpl.addPrincipal(SOAPPrincipal principal, PasswordCredential credential)
          Adds a principal to the application's assigned directory.
 void SecurityServerClient.updatePrincipalCredential(String principal, PasswordCredential credential)
          Updates the password credential for a principal who is in the application's assigned directory.
 void SecurityServerClientImpl.updatePrincipalCredential(String principal, PasswordCredential credential)
          Updates the password credential for a principal who is in the application's assigned directory.
 

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

Methods in com.atlassian.crowd.integration.service.soap.server with parameters of type PasswordCredential
 SOAPPrincipal SecurityServer.addPrincipal(AuthenticatedToken applicationToken, SOAPPrincipal principal, PasswordCredential credential)
          Adds a principal to the application's assigned directory.
 void SecurityServer.updatePrincipalCredential(AuthenticatedToken applicationToken, String principal, PasswordCredential credential)
          Updates the password credential for a principal who is in the application's assigned directory.
 



Copyright © 2007 Atlassian Software Systems. All Rights Reserved.