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(String username, String password)
           
 RepositoryIdentifier getRepository()
           
 

Method Detail

authenticate

boolean authenticate(String username,
                     String password)
                     throws EntityException
Throws:
EntityException

getRepository

RepositoryIdentifier getRepository()


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