|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.atlassian.crowd.integration.atlassianuser.CrowdAuthenticator
public class CrowdAuthenticator
Crowd authenticator that contacts the Crowd security server to validate a username and password.
Constructor Summary | |
---|---|
CrowdAuthenticator()
|
Method Summary | |
---|---|
boolean |
authenticate(String username,
String password)
Authenticates verses the Crowd security server. |
Repository |
getRepository()
Gets the repository the authenticator |
void |
init(HashMap args)
Used to initialize the instance via the configuration. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public CrowdAuthenticator()
Method Detail |
---|
public boolean authenticate(String username, String password) throws EntityException
username
- usernamepassword
- password
EntityException
public Repository getRepository()
public void init(HashMap args) throws ConfigurationException
args
-
ConfigurationException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |