public class AuthenticationViaFormAction extends Object
| Modifier and Type | Field and Description |
|---|---|
protected org.slf4j.Logger |
logger |
| Constructor and Description |
|---|
AuthenticationViaFormAction() |
| Modifier and Type | Method and Description |
|---|---|
void |
doBind(org.springframework.webflow.execution.RequestContext context,
Credentials credentials) |
void |
setCentralAuthenticationService(CentralAuthenticationService centralAuthenticationService) |
void |
setCredentialsBinder(CredentialsBinder credentialsBinder)
Set a CredentialsBinder for additional binding of the HttpServletRequest
to the Credentials instance, beyond our default binding of the
Credentials as a Form Object in Spring WebMVC parlance.
|
void |
setWarnCookieGenerator(org.springframework.web.util.CookieGenerator warnCookieGenerator) |
String |
submit(org.springframework.webflow.execution.RequestContext context,
Credentials credentials,
org.springframework.binding.message.MessageContext messageContext) |
public final void doBind(org.springframework.webflow.execution.RequestContext context,
Credentials credentials)
throws Exception
Exceptionpublic final String submit(org.springframework.webflow.execution.RequestContext context, Credentials credentials, org.springframework.binding.message.MessageContext messageContext) throws Exception
Exceptionpublic final void setCentralAuthenticationService(CentralAuthenticationService centralAuthenticationService)
public final void setCredentialsBinder(CredentialsBinder credentialsBinder)
credentialsBinder - the credentials binder to set.public final void setWarnCookieGenerator(org.springframework.web.util.CookieGenerator warnCookieGenerator)
Copyright © 2004-2012 Jasig. All Rights Reserved.