public class AcceptableUsagePolicyFormAction extends Object
| Modifier and Type | Field and Description |
|---|---|
protected static String |
EVENT_ID_MUST_ACCEPT
Event id to signal the policy needs to be accepted.
|
protected org.slf4j.Logger |
logger
Logger instance.
|
| Constructor and Description |
|---|
AcceptableUsagePolicyFormAction() |
| Modifier and Type | Method and Description |
|---|---|
protected org.springframework.webflow.execution.Event |
accept()
Accept event signaled by id
EVENT_ID_MUST_ACCEPT. |
org.springframework.webflow.execution.Event |
submit(org.springframework.webflow.execution.RequestContext context,
Credential credential,
org.springframework.binding.message.MessageContext messageContext)
Record the fact that the policy is accepted.
|
protected org.springframework.webflow.execution.Event |
success()
Success event.
|
org.springframework.webflow.execution.Event |
verify(org.springframework.webflow.execution.RequestContext context,
Credential credential,
org.springframework.binding.message.MessageContext messageContext)
Verify whether the policy is accepted.
|
protected static final String EVENT_ID_MUST_ACCEPT
protected final org.slf4j.Logger logger
public org.springframework.webflow.execution.Event verify(org.springframework.webflow.execution.RequestContext context,
Credential credential,
org.springframework.binding.message.MessageContext messageContext)
context - the contextcredential - the credentialmessageContext - the message contextEVENT_ID_MUST_ACCEPT otherwise.public org.springframework.webflow.execution.Event submit(org.springframework.webflow.execution.RequestContext context,
Credential credential,
org.springframework.binding.message.MessageContext messageContext)
context - the contextcredential - the credentialmessageContext - the message contextprotected final org.springframework.webflow.execution.Event success()
protected final org.springframework.webflow.execution.Event accept()
EVENT_ID_MUST_ACCEPT.Copyright © 2004-2016 Apereo. All Rights Reserved.