Uses of Interface
com.atlassian.user.security.authentication.Authenticator

Packages that use Authenticator
com.atlassian.user.configuration   
com.atlassian.user.impl.delegation.security.authentication   
com.atlassian.user.impl.ldap.security.authentication   
com.atlassian.user.impl.osuser.security.authentication   
com.atlassian.user.security.authentication   
 

Uses of Authenticator in com.atlassian.user.configuration
 

Methods in com.atlassian.user.configuration that return Authenticator
 Authenticator RepositoryAccessor.getAuthenticator()
           
 Authenticator DefaultRepositoryAccessor.getAuthenticator()
           
 Authenticator DefaultDelegationAccessor.getAuthenticator()
           
 

Methods in com.atlassian.user.configuration with parameters of type Authenticator
 void DefaultRepositoryAccessor.setAuthenticator(Authenticator authenticator)
           
 

Uses of Authenticator in com.atlassian.user.impl.delegation.security.authentication
 

Classes in com.atlassian.user.impl.delegation.security.authentication that implement Authenticator
 class DelegatingAuthenticator
           
 

Uses of Authenticator in com.atlassian.user.impl.ldap.security.authentication
 

Classes in com.atlassian.user.impl.ldap.security.authentication that implement Authenticator
 class DefaultLDAPAuthenticator
           
 

Uses of Authenticator in com.atlassian.user.impl.osuser.security.authentication
 

Classes in com.atlassian.user.impl.osuser.security.authentication that implement Authenticator
 class OSUAuthenticator
          OSUser has two classes which handle authentication - the CredentialsProvider and the Authenticator.
 class OSUListOfCredentialProvidersAuthenticator
          Authenticates against the first provider that handles the username.
 

Uses of Authenticator in com.atlassian.user.security.authentication
 

Classes in com.atlassian.user.security.authentication that implement Authenticator
 class DefaultAuthenticator
           
 



Copyright © 2005-2007 Atlassian Software Systems Pty Ltd. All Rights Reserved.