Class AttributeConsumingServiceContext

    • 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