com.atlassian.user.security.authentication
Interface Authenticator

All Known Implementing Classes:
DefaultAuthenticator, DefaultLDAPAuthenticator, DelegatingAuthenticator, OSUAuthenticator, OSUListOfCredentialProvidersAuthenticator

public interface Authenticator

Authenticator interface, add to whichever object should be capable of authenticating users.


Method Summary
 boolean authenticate(java.lang.String username, java.lang.String password)
           
 RepositoryIdentifier getRepository()
           
 

Method Detail

authenticate

public boolean authenticate(java.lang.String username,
                            java.lang.String password)
                     throws EntityException
Throws:
EntityException

getRepository

public RepositoryIdentifier getRepository()


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