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

Packages that use PasswordCredential
com.atlassian.crowd.integration.authentication   
com.atlassian.crowd.integration.directory   
com.atlassian.crowd.integration.directory.connector   
com.atlassian.crowd.integration.directory.internal   
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 PasswordHelper.authenticate(PasswordCredential[] providedCredentials, List storedCredentials)
          Checks if the supplied credentials match the stored credentials.
 void PasswordHelper.isUniquePasssword(PasswordCredential newCredential, RemotePrincipal principal)
          Checks if the new credential has already been used by the the principal.
 void AuthenticationContext.setCredential(PasswordCredential credential)
          Sets the authenticating credential information.
 void PasswordHelper.validateRegex(String regex, PasswordCredential credential)
          Validates the password meets the expected regex restriction.
 

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

Methods in com.atlassian.crowd.integration.directory with parameters of type PasswordCredential
 RemotePrincipal RemoteDirectory.authenticate(String name, PasswordCredential[] credentials)
          Authenticates a principal verses the directory store.
 void RemoteDirectory.updatePrincipalCredential(String name, PasswordCredential credential)
          Updates the password credential for a principal.
 

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

Methods in com.atlassian.crowd.integration.directory.connector with parameters of type PasswordCredential
 RemotePrincipal SpringLDAPConnector.authenticate(String name, PasswordCredential[] credentials)
           
 void MicrosoftActiveDirectory.updatePrincipalCredential(String name, PasswordCredential credential)
           
 void SpringLDAPConnector.updatePrincipalCredential(String name, PasswordCredential credential)
           
 void SunONE.updatePrincipalCredential(String name, PasswordCredential credential)
           
 

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

Methods in com.atlassian.crowd.integration.directory.internal with parameters of type PasswordCredential
 RemotePrincipal InternalDirectory.authenticate(String name, PasswordCredential[] credentials)
           
 void InternalDirectory.processAuthentication(PasswordCredential[] credentials, RemotePrincipal principal)
           
 void InternalDirectory.updatePrincipalCredential(String name, PasswordCredential credential)
           
 

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
static SOAPPrincipal SecurityServerClient.addPrincipal(SOAPPrincipal principal, PasswordCredential credential)
           
static void SecurityServerClient.updatePrincipalCredential(String principal, PasswordCredential credential)
           
 

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)
           
 void SecurityServer.updatePrincipalCredential(AuthenticatedToken applicationToken, String principal, PasswordCredential credential)
           
 



Copyright © 2006 Atlassian Software Systems. All Rights Reserved.