Class SimpleTestTokenAuthenticator

java.lang.Object
org.pac4j.http.credentials.authenticator.test.SimpleTestTokenAuthenticator
All Implemented Interfaces:
org.pac4j.core.credentials.authenticator.Authenticator

public class SimpleTestTokenAuthenticator extends Object implements org.pac4j.core.credentials.authenticator.Authenticator
This class is a simple test authenticator: token must not be blank.
Since:
1.8.0
Author:
Jerome Leleu
  • Constructor Details

    • SimpleTestTokenAuthenticator

      public SimpleTestTokenAuthenticator()
  • 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