Class CasRestAuthenticator

  • All Implemented Interfaces:
    org.pac4j.core.credentials.authenticator.Authenticator

    public class CasRestAuthenticator
    extends java.lang.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
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void validate​(org.pac4j.core.credentials.Credentials cred, org.pac4j.core.context.WebContext context, org.pac4j.core.context.session.SessionStore sessionStore)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • CasRestAuthenticator

        public CasRestAuthenticator​(CasConfiguration configuration)
    • Method Detail

      • 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:
        validate in interface org.pac4j.core.credentials.authenticator.Authenticator