public class GenericSuccessViewAction
extends org.springframework.webflow.action.AbstractAction
| Constructor and Description |
|---|
GenericSuccessViewAction(org.apereo.cas.CentralAuthenticationService centralAuthenticationService,
org.apereo.cas.services.ServicesManager servicesManager,
org.apereo.cas.authentication.principal.ServiceFactory serviceFactory,
java.lang.String redirectUrl)
Instantiates a new Generic success view action.
|
| Modifier and Type | Method and Description |
|---|---|
protected org.springframework.webflow.execution.Event |
doExecute(org.springframework.webflow.execution.RequestContext requestContext) |
org.apereo.cas.authentication.principal.Principal |
getAuthenticationPrincipal(java.lang.String ticketGrantingTicketId)
Gets authentication principal.
|
public GenericSuccessViewAction(org.apereo.cas.CentralAuthenticationService centralAuthenticationService,
org.apereo.cas.services.ServicesManager servicesManager,
org.apereo.cas.authentication.principal.ServiceFactory serviceFactory,
java.lang.String redirectUrl)
centralAuthenticationService - the central authentication serviceservicesManager - the services managerserviceFactory - the service factoryredirectUrl - the redirect urlprotected org.springframework.webflow.execution.Event doExecute(org.springframework.webflow.execution.RequestContext requestContext)
throws java.lang.Exception
doExecute in class org.springframework.webflow.action.AbstractActionjava.lang.Exceptionpublic org.apereo.cas.authentication.principal.Principal getAuthenticationPrincipal(java.lang.String ticketGrantingTicketId)
ticketGrantingTicketId - the ticket granting ticket idNullPrincipal
if none was available.