Class AttributeElementMatcher

java.lang.Object
net.shibboleth.metadata.dom.SimpleElementMatcher
net.shibboleth.metadata.dom.saml.AttributeElementMatcher
All Implemented Interfaces:
ElementMatcher

@Immutable public class AttributeElementMatcher extends SimpleElementMatcher
ElementMatcher for SAML Attribute elements with specific Name and NameFormat attributes, for use with the Container system.
Since:
0.10.0
  • Field Details

    • matchFormat

      @Nonnull private final String matchFormat
      NameFormat attribute value to match.
    • matchName

      @Nonnull private final String matchName
      Name attribute value to match.
  • Constructor Details

    • AttributeElementMatcher

      public AttributeElementMatcher(@Nonnull String name, @Nonnull String format)
      Constructor.
      Parameters:
      name - Name attribute value to match
      format - NameFormat attribute value to match
  • Method Details