Class EmbeddedCrowdAuthenticator
- java.lang.Object
-
- com.atlassian.crowd.embedded.atlassianuser.EmbeddedCrowdAuthenticator
-
- All Implemented Interfaces:
com.atlassian.user.security.authentication.Authenticator
public class EmbeddedCrowdAuthenticator extends Object implements com.atlassian.user.security.authentication.Authenticator
-
-
Constructor Summary
Constructors Constructor Description EmbeddedCrowdAuthenticator()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
authenticate(String username, String password)
com.atlassian.user.repository.RepositoryIdentifier
getRepository()
-
-
-
Method Detail
-
authenticate
public boolean authenticate(String username, String password)
- Specified by:
authenticate
in interfacecom.atlassian.user.security.authentication.Authenticator
-
getRepository
public com.atlassian.user.repository.RepositoryIdentifier getRepository()
- Specified by:
getRepository
in interfacecom.atlassian.user.security.authentication.Authenticator
-
-