Class UserFormAuthenticator

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

@Deprecated public class UserFormAuthenticator extends Object implements org.pac4j.core.credentials.authenticator.Authenticator
Deprecated.
Use InternalUserAuthenticator or an appropriate client for LDAP users instead (see ClientFactory).
A authenticator to validate the given username and password
Author:
XIMA MEDIA GmbH
  • Constructor Details

  • 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