Package de.xima.fc.web.common.auth.form
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.
A authenticator to validate the given username and password
- Author:
- XIMA MEDIA GmbH
-
Field Summary
Fields inherited from interface org.pac4j.core.credentials.authenticator.Authenticator
ALWAYS_VALIDATE
-
Constructor Summary
ConstructorsConstructorDescriptionUserFormAuthenticator
(Mandant fcClient, Projekt project) Deprecated.UserFormAuthenticator
(IFormAuthContext authCtx, FormConfigWrapper config) Deprecated. -
Method Summary
Modifier and TypeMethodDescriptionvoid
validate
(org.pac4j.core.credentials.Credentials credentials, org.pac4j.core.context.WebContext context, org.pac4j.core.context.session.SessionStore sessionStore) Deprecated.
-
Constructor Details
-
UserFormAuthenticator
Deprecated. -
UserFormAuthenticator
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 interfaceorg.pac4j.core.credentials.authenticator.Authenticator
-
InternalUserAuthenticator
or an appropriate client for LDAP users instead (seeClientFactory
).