public class AttributeConsumingServiceContext extends BaseContext
SAMLMetadataContext
that carries a SAML AttributeConsumingService
for use in later stages.BaseContext.ContextSetNoRemoveIteratorDecorator
Modifier and Type | Field and Description |
---|---|
private AttributeConsumingService |
attributeConsumingService
The AttributeConsumingService.
|
Constructor and Description |
---|
AttributeConsumingServiceContext() |
Modifier and Type | Method and Description |
---|---|
AttributeConsumingService |
getAttributeConsumingService()
Gets the assertion to be validated.
|
void |
setAttributeConsumingService(AttributeConsumingService acs)
Sets the assertion to be validated.
|
addSubcontext, addSubcontext, clearSubcontexts, containsSubcontext, createSubcontext, getParent, getSubcontext, getSubcontext, getSubcontext, getSubcontext, isAutoCreateSubcontexts, iterator, removeSubcontext, removeSubcontext, setAutoCreateSubcontexts, setParent
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
forEach, spliterator
@Nullable private AttributeConsumingService attributeConsumingService
@Nullable public AttributeConsumingService getAttributeConsumingService()
@Nonnull public void setAttributeConsumingService(@Nullable AttributeConsumingService acs)
acs
- assertion to be validatedCopyright © 1999–2015 JBoss by Red Hat. All rights reserved.