public final class TermsOfUseContext
extends org.opensaml.messaging.context.BaseContext
| Modifier and Type | Class and Description |
|---|---|
static class |
TermsOfUseContext.Decision
Indicates the result of the terms of use engine's attempt to gain user acceptance.
|
| Modifier and Type | Field and Description |
|---|---|
private TermsOfUseContext.Decision |
termsOfUseDecision
The decision determined by the terms of use engine.
|
| Constructor and Description |
|---|
TermsOfUseContext()
Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
TermsOfUseContext.Decision |
getTermsOfUseDecision()
Gets the terms of use decision established by the user.
|
void |
setTermsOfUseDecision(TermsOfUseContext.Decision decision)
Sets the terms of use decision established by the user.
|
addSubcontext, addSubcontext, clearSubcontexts, containsSubcontext, createSubcontext, getParent, getSubcontext, getSubcontext, getSubcontext, getSubcontext, isAutoCreateSubcontexts, iterator, removeSubcontext, removeSubcontext, setAutoCreateSubcontexts, setParentprivate TermsOfUseContext.Decision termsOfUseDecision
public TermsOfUseContext.Decision getTermsOfUseDecision()
public void setTermsOfUseDecision(TermsOfUseContext.Decision decision)
decision - terms of use decision established by the userCopyright © 1999–2014. All rights reserved.