public class GenericSuccessViewAction
extends org.springframework.webflow.action.AbstractAction
| Constructor and Description |
|---|
GenericSuccessViewAction() |
| 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.
|
protected org.springframework.webflow.execution.Event doExecute(org.springframework.webflow.execution.RequestContext requestContext)
doExecute in class org.springframework.webflow.action.AbstractActionpublic org.apereo.cas.authentication.principal.Principal getAuthenticationPrincipal(java.lang.String ticketGrantingTicketId)
ticketGrantingTicketId - the ticket granting ticket idNullPrincipal
if none was available.