Class PasswordAuthenticator
- java.lang.Object
-
- de.xima.fc.security.pac4j.authentication.PasswordAuthenticator
-
- All Implemented Interfaces:
org.pac4j.core.credentials.authenticator.Authenticator
public class PasswordAuthenticator extends Object implements org.pac4j.core.credentials.authenticator.Authenticator
Authenticator for checking a given password against password credentials.- Since:
- 8.0.0
- Author:
- XIMA Media GmbH
-
-
Constructor Summary
Constructors Constructor Description PasswordAuthenticator(String password, boolean hashed)
-
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
-
PasswordAuthenticator
public PasswordAuthenticator(String password, boolean hashed)
-
-