Class AttributeElementMaker

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

@Immutable public class AttributeElementMaker extends SimpleElementMaker
A class for constructing SAML Attribute elements for use with the Container system.
Since:
0.10.0
  • Field Details

    • attributeName

      @Nonnull private final String attributeName
      Value for the Name XML attribute.
    • attributeNameFormat

      @Nonnull private final String attributeNameFormat
      Value for the NameFormat XML attribute.
  • Constructor Details

    • AttributeElementMaker

      public AttributeElementMaker(@Nonnull String name, @Nonnull String nameFormat)
      Constructor.
      Parameters:
      name - value for the Name XML attribute
      nameFormat - value for the NameFormat XML attribute
  • Method Details