Class UserFormAuthenticator

  • All Implemented Interfaces:
    org.pac4j.core.credentials.authenticator.Authenticator

    @Deprecated
    public class UserFormAuthenticator
    extends Object
    implements org.pac4j.core.credentials.authenticator.Authenticator
    Deprecated.
    Will be moved in version 8.0.0.
    A authenticator to validate the given username and password
    Author:
    XIMA MEDIA GmbH
    • Method Detail

      • 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