Package com.eka.middleware.auth.manager
Class BasicAuthenticator
java.lang.Object
org.pac4j.http.credentials.authenticator.test.SimpleTestUsernamePasswordAuthenticator
com.eka.middleware.auth.manager.BasicAuthenticator
- All Implemented Interfaces:
org.pac4j.core.credentials.authenticator.Authenticator
public class BasicAuthenticator
extends org.pac4j.http.credentials.authenticator.test.SimpleTestUsernamePasswordAuthenticator
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
validate
(org.pac4j.core.credentials.Credentials cred, org.pac4j.core.context.WebContext context, org.pac4j.core.context.session.SessionStore sessionStore)
-
Field Details
-
LOGGER
public static org.apache.logging.log4j.Logger LOGGER
-
-
Constructor Details
-
BasicAuthenticator
public BasicAuthenticator()
-
-
Method Details
-
validate
public void validate(org.pac4j.core.credentials.Credentials cred, org.pac4j.core.context.WebContext context, org.pac4j.core.context.session.SessionStore sessionStore) - Specified by:
validate
in interfaceorg.pac4j.core.credentials.authenticator.Authenticator
- Overrides:
validate
in classorg.pac4j.http.credentials.authenticator.test.SimpleTestUsernamePasswordAuthenticator
-