Package org.apereo.cas.web.flow.login
Class RedirectUnauthorizedServiceUrlAction
- java.lang.Object
-
- org.springframework.webflow.action.AbstractAction
-
- org.apereo.cas.web.flow.login.RedirectUnauthorizedServiceUrlAction
-
- All Implemented Interfaces:
org.springframework.beans.factory.InitializingBean,org.springframework.webflow.execution.Action
public class RedirectUnauthorizedServiceUrlAction extends org.springframework.webflow.action.AbstractActionThis isRedirectUnauthorizedServiceUrlAction.- Since:
- 5.3.0
-
-
Constructor Summary
Constructors Constructor Description RedirectUnauthorizedServiceUrlAction()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected java.net.URIdetermineUnauthorizedServiceRedirectUrl(org.springframework.webflow.execution.RequestContext context)Determine unauthorized service redirect url.org.springframework.webflow.execution.EventdoExecute(org.springframework.webflow.execution.RequestContext context)
-
-
-
Method Detail
-
doExecute
public org.springframework.webflow.execution.Event doExecute(org.springframework.webflow.execution.RequestContext context)
- Specified by:
doExecutein classorg.springframework.webflow.action.AbstractAction
-
determineUnauthorizedServiceRedirectUrl
protected java.net.URI determineUnauthorizedServiceRedirectUrl(org.springframework.webflow.execution.RequestContext context)
Determine unauthorized service redirect url.- Parameters:
context- the context- Returns:
- the uri
-
-