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 SummaryFields
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionvoidvalidate(org.pac4j.core.credentials.Credentials cred, org.pac4j.core.context.WebContext context, org.pac4j.core.context.session.SessionStore sessionStore) 
- 
Field Details- 
LOGGERpublic static org.apache.logging.log4j.Logger LOGGER
 
- 
- 
Constructor Details- 
BasicAuthenticatorpublic BasicAuthenticator()
 
- 
- 
Method Details- 
validatepublic void validate(org.pac4j.core.credentials.Credentials cred, org.pac4j.core.context.WebContext context, org.pac4j.core.context.session.SessionStore sessionStore) - Specified by:
- validatein interface- org.pac4j.core.credentials.authenticator.Authenticator
- Overrides:
- validatein class- org.pac4j.http.credentials.authenticator.test.SimpleTestUsernamePasswordAuthenticator
 
 
-