Class AttributeConsumingServiceContext

  • All Implemented Interfaces:
    Iterable<org.opensaml.messaging.context.BaseContext>

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

      • attributeConsumingService

        @Nullable
        private AttributeConsumingService attributeConsumingService
        The AttributeConsumingService.
    • Constructor Detail

      • AttributeConsumingServiceContext

        public AttributeConsumingServiceContext()
    • Method Detail

      • 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