Class EmbeddedCrowdAuthenticator
java.lang.Object
com.atlassian.crowd.embedded.atlassianuser.EmbeddedCrowdAuthenticator
- All Implemented Interfaces:
com.atlassian.user.security.authentication.Authenticator
@Deprecated
public final class EmbeddedCrowdAuthenticator
extends Object
implements com.atlassian.user.security.authentication.Authenticator
Deprecated.
since 7.0.1 because atlassian-embedded-crowd-atlassian-user module was removed. No replacement
Copied from atlassian-embedded-crowd library
- Since:
- 7.0.1
-
Constructor Summary
ConstructorsConstructorDescriptionEmbeddedCrowdAuthenticator
(com.atlassian.user.repository.RepositoryIdentifier repositoryIdentifier, com.atlassian.crowd.embedded.api.CrowdService crowdService) Deprecated. -
Method Summary
Modifier and TypeMethodDescriptionboolean
authenticate
(String username, String password) Deprecated.com.atlassian.user.repository.RepositoryIdentifier
Deprecated.
-
Constructor Details
-
EmbeddedCrowdAuthenticator
public EmbeddedCrowdAuthenticator(com.atlassian.user.repository.RepositoryIdentifier repositoryIdentifier, com.atlassian.crowd.embedded.api.CrowdService crowdService) Deprecated.
-
-
Method Details
-
authenticate
Deprecated.- Specified by:
authenticate
in interfacecom.atlassian.user.security.authentication.Authenticator
-
getRepository
public com.atlassian.user.repository.RepositoryIdentifier getRepository()Deprecated.- Specified by:
getRepository
in interfacecom.atlassian.user.security.authentication.Authenticator
-