Class SAMLConsentContext
java.lang.Object
org.opensaml.messaging.context.BaseContext
org.opensaml.saml.common.messaging.context.SAMLConsentContext
- All Implemented Interfaces:
Iterable<BaseContext>
Subcontext that carries information about a SAML Consent value.
-
Nested Class Summary
Nested classes/interfaces inherited from class org.opensaml.messaging.context.BaseContext
BaseContext.ContextSetNoRemoveIteratorDecorator, BaseContext.DeprecatedContextClassNameLookAside -
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGet the SAML Consent value in use.voidsetConsent(String consent) Set the SAML Consent value in use.Methods inherited from class org.opensaml.messaging.context.BaseContext
addSubcontext, addSubcontext, clearSubcontexts, containsSubcontext, createSubcontext, ensureSubcontext, ensureSubcontext, getParent, getSubcontext, getSubcontext, getSubcontext, getSubcontext, iterator, removeFromParent, removeSubcontext, removeSubcontext, setParentMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface java.lang.Iterable
forEach, spliterator
-
Field Details
-
value
The SAML Consent value in use.
-
-
Constructor Details
-
SAMLConsentContext
public SAMLConsentContext()
-
-
Method Details
-
getConsent
Get the SAML Consent value in use.- Returns:
- SAML Consent value in use
-
setConsent
Set the SAML Consent value in use.- Parameters:
consent- SAML Consent value in use
-