public class AuthenticationViaFormAction extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
AUTHENTICATION_FAILURE
Authentication failure result.
|
static String |
ERROR
Error result.
|
protected org.slf4j.Logger |
logger
Logger instance.
|
static String |
SUCCESS
Authentication success result.
|
static String |
SUCCESS_WITH_WARNINGS
Authentication succeeded with warnings from authn subsystem that should be displayed to user.
|
static String |
WARN
Authentication success with "warn" enabled.
|
| Constructor and Description |
|---|
AuthenticationViaFormAction() |
| Modifier and Type | Method and Description |
|---|---|
void |
doBind(org.springframework.webflow.execution.RequestContext context,
Credential credential) |
void |
setCentralAuthenticationService(CentralAuthenticationService centralAuthenticationService) |
void |
setCredentialsBinder(CredentialsBinder credentialsBinder)
Set a CredentialsBinder for additional binding of the HttpServletRequest
to the Credential instance, beyond our default binding of the
Credential as a Form Object in Spring WebMVC parlance.
|
void |
setTicketRegistry(TicketRegistry ticketRegistry) |
void |
setWarnCookieGenerator(org.springframework.web.util.CookieGenerator warnCookieGenerator) |
org.springframework.webflow.execution.Event |
submit(org.springframework.webflow.execution.RequestContext context,
Credential credential,
org.springframework.binding.message.MessageContext messageContext) |
public static final String SUCCESS
public static final String SUCCESS_WITH_WARNINGS
public static final String WARN
public static final String AUTHENTICATION_FAILURE
public static final String ERROR
protected final org.slf4j.Logger logger
public final void doBind(org.springframework.webflow.execution.RequestContext context,
Credential credential)
throws Exception
Exceptionpublic final org.springframework.webflow.execution.Event submit(org.springframework.webflow.execution.RequestContext context,
Credential credential,
org.springframework.binding.message.MessageContext messageContext)
throws Exception
Exceptionpublic final void setCentralAuthenticationService(CentralAuthenticationService centralAuthenticationService)
public void setTicketRegistry(TicketRegistry ticketRegistry)
public final void setCredentialsBinder(CredentialsBinder credentialsBinder)
credentialsBinder - the credential binder to set.public final void setWarnCookieGenerator(org.springframework.web.util.CookieGenerator warnCookieGenerator)
Copyright © 2004-2015 Apereo. All Rights Reserved.