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.
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.