Class AttributeConsumingServiceContext
java.lang.Object
org.opensaml.messaging.context.BaseContext
org.opensaml.saml.common.messaging.context.AttributeConsumingServiceContext
- All Implemented Interfaces:
Iterable<BaseContext>
Context, usually attached to
SAMLMetadataContext
that carries a SAML AttributeConsumingService
for use in later stages.-
Nested Class Summary
Nested classes/interfaces inherited from class org.opensaml.messaging.context.BaseContext
BaseContext.ContextSetNoRemoveIteratorDecorator
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate AttributeConsumingService
The AttributeConsumingService. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the assertion to be validated.void
Sets the assertion to be validated.Methods inherited from class org.opensaml.messaging.context.BaseContext
addSubcontext, addSubcontext, clearSubcontexts, containsSubcontext, createSubcontext, getParent, getSubcontext, getSubcontext, getSubcontext, getSubcontext, iterator, removeSubcontext, removeSubcontext, setParent
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface java.lang.Iterable
forEach, spliterator
-
Field Details
-
attributeConsumingService
The AttributeConsumingService.
-
-
Constructor Details
-
AttributeConsumingServiceContext
public AttributeConsumingServiceContext()
-
-
Method Details
-
getAttributeConsumingService
Gets the assertion to be validated.- Returns:
- the assertion to be validated
-
setAttributeConsumingService
Sets the assertion to be validated.- Parameters:
acs
- assertion to be validated
-