Class CasRestAuthenticator
java.lang.Object
org.pac4j.cas.credentials.authenticator.CasRestAuthenticator
- All Implemented Interfaces:
org.pac4j.core.credentials.authenticator.Authenticator
public class CasRestAuthenticator
extends Object
implements org.pac4j.core.credentials.authenticator.Authenticator
This is a specific Authenticator to deal with the CAS REST API.
- Since:
- 1.8.0
- Author:
- Misagh Moayyed
-
Field Summary
FieldsFields inherited from interface org.pac4j.core.credentials.authenticator.Authenticator
ALWAYS_VALIDATE -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidvalidate(org.pac4j.core.credentials.Credentials cred, org.pac4j.core.context.WebContext context, org.pac4j.core.context.session.SessionStore sessionStore)
-
Field Details
-
configuration
-
-
Constructor Details
-
CasRestAuthenticator
-
-
Method Details
-
validate
public void validate(org.pac4j.core.credentials.Credentials cred, org.pac4j.core.context.WebContext context, org.pac4j.core.context.session.SessionStore sessionStore) - Specified by:
validatein interfaceorg.pac4j.core.credentials.authenticator.Authenticator
-