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.Will be moved in version 8.0.0.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)Deprecated. 
- 
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description voidvalidate(org.pac4j.core.credentials.Credentials credentials, org.pac4j.core.context.WebContext context, org.pac4j.core.context.session.SessionStore sessionStore)Deprecated. 
 - 
 
- 
- 
Constructor Detail
- 
UserFormAuthenticator
public UserFormAuthenticator(Mandant fcClient, FormConfigWrapper config)
Deprecated. 
- 
UserFormAuthenticator
@Deprecated public UserFormAuthenticator(Mandant fcClient, Projekt project)
Deprecated. 
 - 
 
- 
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:
 validatein interfaceorg.pac4j.core.credentials.authenticator.Authenticator
 
 - 
 
 -