Package org.apereo.cas.web.security.flow
Class PopulateSpringSecurityContextAction
- java.lang.Object
-
- org.springframework.webflow.action.AbstractAction
-
- org.apereo.cas.web.security.flow.PopulateSpringSecurityContextAction
-
- All Implemented Interfaces:
org.springframework.beans.factory.InitializingBean,org.springframework.webflow.execution.Action
public class PopulateSpringSecurityContextAction extends org.springframework.webflow.action.AbstractActionThis isPopulateSpringSecurityContextAction.- Since:
- 6.4.0
-
-
Constructor Summary
Constructors Constructor Description PopulateSpringSecurityContextAction()
-
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)protected org.apereo.cas.authentication.principal.PrincipalresolvePrincipal(org.apereo.cas.authentication.principal.Principal principal)Resolve 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
-
resolvePrincipal
protected org.apereo.cas.authentication.principal.Principal resolvePrincipal(org.apereo.cas.authentication.principal.Principal principal)
Resolve principal.- Parameters:
principal- the principal- Returns:
- the principal
-
-