Package org.apereo.cas.web.flow
Class ServiceAuthorizationCheckAction
- java.lang.Object
-
- org.springframework.webflow.action.AbstractAction
-
- org.apereo.cas.web.flow.BaseServiceAuthorizationCheckAction
-
- org.apereo.cas.web.flow.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
-
-
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.apereo.cas.web.flow.BaseServiceAuthorizationCheckAction
doExecute
-
-