Package org.apereo.cas.web.flow.login
Class GenericSuccessViewAction
- java.lang.Object
-
- org.springframework.webflow.action.AbstractAction
-
- org.apereo.cas.web.flow.login.GenericSuccessViewAction
-
- All Implemented Interfaces:
org.springframework.beans.factory.InitializingBean,org.springframework.webflow.execution.Action
public class GenericSuccessViewAction extends org.springframework.webflow.action.AbstractActionAction that should execute prior to rendering the generic-success login view.- Since:
- 4.1.0
-
-
Constructor Summary
Constructors Constructor Description GenericSuccessViewAction()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected org.springframework.webflow.execution.EventdoExecute(org.springframework.webflow.execution.RequestContext requestContext)java.util.Optional<org.apereo.cas.authentication.Authentication>getAuthentication(java.lang.String ticketGrantingTicketId)Gets authentication principal.
-
-
-
Method Detail
-
doExecute
protected org.springframework.webflow.execution.Event doExecute(org.springframework.webflow.execution.RequestContext requestContext)
- Specified by:
doExecutein classorg.springframework.webflow.action.AbstractAction
-
getAuthentication
public java.util.Optional<org.apereo.cas.authentication.Authentication> getAuthentication(java.lang.String ticketGrantingTicketId)
Gets authentication principal.- Parameters:
ticketGrantingTicketId- the ticket granting ticket id- Returns:
- the authentication principal, or
NullPrincipalif none was available.
-
-