@Component(value="serviceAuthorizationCheck")
public final class ServiceAuthorizationCheck
extends org.springframework.webflow.action.AbstractAction
| Constructor and Description |
|---|
ServiceAuthorizationCheck(org.jasig.cas.services.ServicesManager servicesManager)
Initialize the component with an instance of the services manager.
|
| Modifier and Type | Method and Description |
|---|---|
protected org.springframework.webflow.execution.Event |
doExecute(org.springframework.webflow.execution.RequestContext context) |
@Autowired
public ServiceAuthorizationCheck(@Qualifier(value="servicesManager")
org.jasig.cas.services.ServicesManager servicesManager)
servicesManager - the service registry instance.