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
public class UserFormAuthenticator extends Object implements org.pac4j.core.credentials.authenticator.Authenticator
A authenticator to validate the given username and password- Author:
- XIMA MEDIA GmbH
-
-
Constructor Summary
Constructors Constructor Description UserFormAuthenticator(Mandant fcClient, Projekt project)
Deprecated.UserFormAuthenticator(Mandant fcClient, FormConfigWrapper config)
-
Method Summary
All Methods Instance Methods Concrete Methods 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)
-
-
-
Constructor Detail
-
UserFormAuthenticator
public UserFormAuthenticator(Mandant fcClient, FormConfigWrapper config)
-
UserFormAuthenticator
@Deprecated public UserFormAuthenticator(Mandant fcClient, Projekt project)
Deprecated.
-
-