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

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

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

Fields in com.atlassian.crowd.integration.authentication declared as PasswordCredential
static PasswordCredential PasswordCredential.NONE
           
 

Methods in com.atlassian.crowd.integration.authentication that return PasswordCredential
static PasswordCredential PasswordCredential.encrypted(java.lang.String encryptedCredential)
           
 PasswordCredential AuthenticationContext.getCredential()
          Gets the authenticating credential information.
static PasswordCredential PasswordCredential.unencrypted(java.lang.String unencryptedCredential)
           
 

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
ApplicationAuthenticationContext(java.lang.String name, PasswordCredential credential, ValidationFactor[] validationFactors)
           
AuthenticationContext(java.lang.String name, PasswordCredential credential, ValidationFactor[] validationFactors)
           
UserAuthenticationContext(java.lang.String name, PasswordCredential credential, ValidationFactor[] validationFactors, java.lang.String application)
           
 

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

Methods in com.atlassian.crowd.integration.soap that return PasswordCredential
 PasswordCredential SOAPPrincipalWithCredential.getPasswordCredential()
           
 

Methods in com.atlassian.crowd.integration.soap with parameters of type PasswordCredential
 void SOAPPrincipalWithCredential.setPasswordCredential(PasswordCredential passwordCredential)
           
 

Constructors in com.atlassian.crowd.integration.soap with parameters of type PasswordCredential
SOAPPrincipalWithCredential(SOAPPrincipal principal, PasswordCredential passwordCredential)
           
 

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

Methods in com.atlassian.crowd.service.soap.server with parameters of type PasswordCredential
 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.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 PasswordCredential in com.atlassian.crowd.util
 

Methods in com.atlassian.crowd.util that return PasswordCredential
static PasswordCredential SoapObjectTranslator.toSoapPasswordCredential(PasswordCredential passwordCredential)
          Converts to the SOAP version of PasswordCredential.
 

Methods in com.atlassian.crowd.util with parameters of type PasswordCredential
static PasswordCredential SoapObjectTranslator.fromSoapPasswordCredential(PasswordCredential passwordCredential)
          Converts from SOAP version of PasswordCredential.
 



Copyright © 2012 Atlassian. All Rights Reserved.