Class AttributeValueElementMaker

java.lang.Object
net.shibboleth.metadata.dom.SimpleElementMaker
net.shibboleth.metadata.dom.saml.AttributeValueElementMaker
All Implemented Interfaces:
ElementMaker

@Immutable public class AttributeValueElementMaker extends SimpleElementMaker
A class for constructing SAML AttributeValue elements for use with the Container system.
  • Field Details

    • attributeValue

      @Nonnull private final String attributeValue
      Value for the attribute.
  • Constructor Details

    • AttributeValueElementMaker

      public AttributeValueElementMaker(@Nonnull String value)
      Constructor.
      Parameters:
      value - value for the attribute
  • Method Details