Uses of Class
com.atlassian.crowd.integration.model.RemotePrincipal

Packages that use RemotePrincipal
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   
 

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

Methods in com.atlassian.crowd.integration.authentication with parameters of type RemotePrincipal
 void PasswordHelper.isUniquePasssword(PasswordCredential newCredential, RemotePrincipal principal)
          Checks if the new credential has already been used by the the principal.
 

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

Methods in com.atlassian.crowd.integration.directory that return RemotePrincipal
 RemotePrincipal RemoteDirectory.addPrincipal(RemotePrincipal principal)
          Adds a principal to the directory store.
 RemotePrincipal RemoteDirectory.authenticate(String name, PasswordCredential[] credentials)
          Authenticates a principal verses the directory store.
 RemotePrincipal RemoteDirectory.findPrincipalByName(String name)
          Finds the principal that matches the supplied name.
 RemotePrincipal RemoteDirectory.updatePrincipal(RemotePrincipal principal)
          Updates the principal by the name attribute.
 

Methods in com.atlassian.crowd.integration.directory with parameters of type RemotePrincipal
 RemotePrincipal RemoteDirectory.addPrincipal(RemotePrincipal principal)
          Adds a principal to the directory store.
 RemotePrincipal RemoteDirectory.updatePrincipal(RemotePrincipal principal)
          Updates the principal by the name attribute.
 

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

Methods in com.atlassian.crowd.integration.directory.connector that return RemotePrincipal
 RemotePrincipal MicrosoftActiveDirectory.addPrincipal(RemotePrincipal principal)
           
 RemotePrincipal OpenLDAP.addPrincipal(RemotePrincipal principal)
           
 RemotePrincipal SunONE.addPrincipal(RemotePrincipal principal)
           
 RemotePrincipal SpringLDAPConnector.authenticate(String name, PasswordCredential[] credentials)
           
 RemotePrincipal SpringLDAPConnector.findPrincipalByName(String name)
           
 RemotePrincipal SpringLDAPConnector.updatePrincipal(RemotePrincipal principal)
           
 

Methods in com.atlassian.crowd.integration.directory.connector with parameters of type RemotePrincipal
 RemotePrincipal MicrosoftActiveDirectory.addPrincipal(RemotePrincipal principal)
           
 RemotePrincipal OpenLDAP.addPrincipal(RemotePrincipal principal)
           
 RemotePrincipal SunONE.addPrincipal(RemotePrincipal principal)
           
protected  Attributes SpringLDAPConnector.addPrincipalGeneric(RemotePrincipal principal)
          Translates a principal into LDAP attributes.
 RemotePrincipal SpringLDAPConnector.updatePrincipal(RemotePrincipal principal)
           
 

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

Methods in com.atlassian.crowd.integration.directory.internal that return RemotePrincipal
 RemotePrincipal InternalDirectory.addPrincipal(RemotePrincipal principal)
           
 RemotePrincipal InternalDirectory.authenticate(String name, PasswordCredential[] credentials)
           
 RemotePrincipal InternalDirectory.findPrincipalByName(String username)
           
 RemotePrincipal InternalDirectory.updatePrincipal(RemotePrincipal principal)
           
 

Methods in com.atlassian.crowd.integration.directory.internal with parameters of type RemotePrincipal
 RemotePrincipal InternalDirectory.addPrincipal(RemotePrincipal principal)
           
 void InternalDirectory.processAuthentication(PasswordCredential[] credentials, RemotePrincipal principal)
           
 RemotePrincipal InternalDirectory.updatePrincipal(RemotePrincipal principal)
           
 

Uses of RemotePrincipal in com.atlassian.crowd.integration.service.soap
 

Methods in com.atlassian.crowd.integration.service.soap that return RemotePrincipal
static RemotePrincipal ObjectTranslator.processPrincipal(SOAPPrincipal soapPrincipal)
           
 

Methods in com.atlassian.crowd.integration.service.soap with parameters of type RemotePrincipal
static SOAPPrincipal ObjectTranslator.processPrincipal(RemotePrincipal remotePrincipal)
           
 



Copyright © 2006 Atlassian Software Systems. All Rights Reserved.