Class ServiceAuthorizationCheckAction

  • All Implemented Interfaces:
    org.springframework.beans.factory.InitializingBean, org.springframework.webflow.execution.Action

    public class ServiceAuthorizationCheckAction
    extends BaseServiceAuthorizationCheckAction
    Performs a basic check if an authentication request for a provided service is authorized to proceed based on the registered services registry configuration (or lack thereof).
    Since:
    3.5.1
    • Field Summary

      • Fields inherited from class org.springframework.webflow.action.AbstractAction

        logger
    • Constructor Summary

      Constructors 
      Constructor Description
      ServiceAuthorizationCheckAction​(org.apereo.cas.services.ServicesManager servicesManager, org.apereo.cas.authentication.AuthenticationServiceSelectionPlan authenticationRequestServiceSelectionStrategies)  
    • Method Summary

      • Methods inherited from class org.springframework.webflow.action.AbstractAction

        afterPropertiesSet, doPostExecute, doPreExecute, error, error, execute, getActionNameForLogging, getEventFactorySupport, initAction, no, result, result, result, result, success, success, yes
      • Methods inherited from class java.lang.Object

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

      • ServiceAuthorizationCheckAction

        public ServiceAuthorizationCheckAction​(org.apereo.cas.services.ServicesManager servicesManager,
                                               org.apereo.cas.authentication.AuthenticationServiceSelectionPlan authenticationRequestServiceSelectionStrategies)