Class AttributeConsumingServiceContext

java.lang.Object
org.opensaml.messaging.context.BaseContext
org.opensaml.saml.common.messaging.context.AttributeConsumingServiceContext
All Implemented Interfaces:
Iterable<BaseContext>

public final class AttributeConsumingServiceContext extends BaseContext
Context, usually attached to SAMLMetadataContext that carries a SAML AttributeConsumingService for use in later stages.
  • Field Details

    • attributeConsumingService

      @Nullable private AttributeConsumingService attributeConsumingService
      The AttributeConsumingService.
  • Constructor Details

    • AttributeConsumingServiceContext

      public AttributeConsumingServiceContext()
  • Method Details

    • getAttributeConsumingService

      @Nullable public AttributeConsumingService getAttributeConsumingService()
      Gets the assertion to be validated.
      Returns:
      the assertion to be validated
    • setAttributeConsumingService

      @Nonnull public void setAttributeConsumingService(@Nullable AttributeConsumingService acs)
      Sets the assertion to be validated.
      Parameters:
      acs - assertion to be validated