Class PasswordAuthenticator

java.lang.Object
de.xima.fc.web.common.auth.password.PasswordAuthenticator
All Implemented Interfaces:
org.pac4j.core.credentials.authenticator.Authenticator

@Deprecated public class PasswordAuthenticator extends Object implements org.pac4j.core.credentials.authenticator.Authenticator
Deprecated.
Authenticator for checking a given password against an authenticator config
Author:
XIMA MEDIA GmbH
  • Field Summary

    Fields inherited from interface org.pac4j.core.credentials.authenticator.Authenticator

    ALWAYS_VALIDATE
  • Constructor Summary

    Constructors
    Constructor
    Description
    Deprecated.
     
  • Method Summary

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

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • PasswordAuthenticator

      public PasswordAuthenticator(PasswordAuthorizer authorizer)
      Deprecated.
  • Method Details

    • validate

      public void validate(org.pac4j.core.credentials.Credentials credentials, org.pac4j.core.context.WebContext context, org.pac4j.core.context.session.SessionStore sessionStore)
      Deprecated.
      Specified by:
      validate in interface org.pac4j.core.credentials.authenticator.Authenticator