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

    Fields
    Modifier and Type
    Field
    Description
    static org.apache.logging.log4j.Logger
     
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    validate(org.pac4j.core.credentials.Credentials cred, org.pac4j.core.context.WebContext context, org.pac4j.core.context.session.SessionStore sessionStore)
     

    Methods inherited from class java.lang.Object

    equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • 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 interface org.pac4j.core.credentials.authenticator.Authenticator
      Overrides:
      validate in class org.pac4j.http.credentials.authenticator.test.SimpleTestUsernamePasswordAuthenticator