Class SuperUserAuthenticator
- java.lang.Object
-
- de.xima.fc.security.pac4j.authentication.SuperUserAuthenticator
-
- All Implemented Interfaces:
org.pac4j.core.credentials.authenticator.Authenticator
public class SuperUserAuthenticator extends Object implements org.pac4j.core.credentials.authenticator.Authenticator
Authenticator for retrieving the SUPER USERUserProfile
by validating the credentials.- Since:
- 8.0.0
- Author:
- XIMA Media GmbH
-
-
Field Summary
Fields Modifier and Type Field Description static SuperUserAuthenticator
INSTANCE
-
Constructor Summary
Constructors Constructor Description SuperUserAuthenticator()
-
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)
-
-
-
Field Detail
-
INSTANCE
public static final SuperUserAuthenticator INSTANCE
-
-