public final class ClientAction
extends org.springframework.webflow.action.AbstractAction
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
LOCALE
Constant for the locale parameter.
|
static java.lang.String |
METHOD
Constant for the method parameter.
|
static java.lang.String |
SERVICE
Constant for the service parameter.
|
static java.lang.String |
THEME
Constant for the theme parameter.
|
| Constructor and Description |
|---|
ClientAction(CentralAuthenticationService theCentralAuthenticationService,
org.pac4j.core.client.Clients theClients)
Build the action.
|
| Modifier and Type | Method and Description |
|---|---|
protected org.springframework.webflow.execution.Event |
doExecute(org.springframework.webflow.execution.RequestContext context) |
protected void |
prepareForLoginPage(org.springframework.webflow.execution.RequestContext context)
Prepare the data for the login page.
|
public static final java.lang.String SERVICE
public static final java.lang.String THEME
public static final java.lang.String LOCALE
public static final java.lang.String METHOD
public ClientAction(CentralAuthenticationService theCentralAuthenticationService, org.pac4j.core.client.Clients theClients)
theCentralAuthenticationService - The service for CAS authenticationtheClients - The clients for authenticationprotected org.springframework.webflow.execution.Event doExecute(org.springframework.webflow.execution.RequestContext context)
throws java.lang.Exception
doExecute in class org.springframework.webflow.action.AbstractActionjava.lang.Exceptionprotected void prepareForLoginPage(org.springframework.webflow.execution.RequestContext context)
context - The current webflow contextCopyright © 2004-2014 Jasig. All Rights Reserved.