com.atlassian.user.security.authentication
Interface Authenticator


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

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

getRepository

RepositoryIdentifier getRepository()


Copyright © 2005-2015 Atlassian. All Rights Reserved.