Class CasOAuth20ThrottleConfiguration.OAuth20AccessTokenSecurityLogic

  • All Implemented Interfaces:
    org.pac4j.core.engine.SecurityLogic
    Enclosing class:
    CasOAuth20ThrottleConfiguration

    public static class CasOAuth20ThrottleConfiguration.OAuth20AccessTokenSecurityLogic
    extends org.pac4j.core.engine.DefaultSecurityLogic
    • Field Summary

      • Fields inherited from class org.pac4j.core.engine.DefaultSecurityLogic

        INSTANCE
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.Object perform​(org.pac4j.core.context.WebContext context, org.pac4j.core.context.session.SessionStore sessionStore, org.pac4j.core.config.Config config, org.pac4j.core.engine.SecurityGrantedAccessAdapter securityGrantedAccessAdapter, org.pac4j.core.http.adapter.HttpActionAdapter httpActionAdapter, java.lang.String clients, java.lang.String authorizers, java.lang.String matchers, java.lang.Object... parameters)  
      • Methods inherited from class org.pac4j.core.engine.DefaultSecurityLogic

        forbidden, getAuthorizationChecker, getClientFinder, getMatchingChecker, getSavedRequestHandler, isLoadProfilesFromSession, loadProfiles, redirectToIdentityProvider, saveRequestedUrl, setAuthorizationChecker, setClientFinder, setLoadProfilesFromSession, setMatchingChecker, setSavedRequestHandler, startAuthentication, toString, unauthorized
      • Methods inherited from class org.pac4j.core.engine.AbstractExceptionAwareLogic

        getErrorUrl, handleException, runtimeException, setErrorUrl
      • Methods inherited from class org.pac4j.core.profile.factory.ProfileManagerFactoryAware

        getProfileManager, getProfileManagerFactory, setProfileManagerFactory
      • Methods inherited from class java.lang.Object

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

      • OAuth20AccessTokenSecurityLogic

        public OAuth20AccessTokenSecurityLogic()
    • Method Detail

      • perform

        public java.lang.Object perform​(org.pac4j.core.context.WebContext context,
                                        org.pac4j.core.context.session.SessionStore sessionStore,
                                        org.pac4j.core.config.Config config,
                                        org.pac4j.core.engine.SecurityGrantedAccessAdapter securityGrantedAccessAdapter,
                                        org.pac4j.core.http.adapter.HttpActionAdapter httpActionAdapter,
                                        java.lang.String clients,
                                        java.lang.String authorizers,
                                        java.lang.String matchers,
                                        java.lang.Object... parameters)
        Specified by:
        perform in interface org.pac4j.core.engine.SecurityLogic
        Overrides:
        perform in class org.pac4j.core.engine.DefaultSecurityLogic