Class AttributeValueElementMatcher

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

@Immutable public class AttributeValueElementMatcher extends SimpleElementMatcher
ElementMatcher for SAML AttributeValue elements with specific text values, for use with the Container system.
  • Field Details

    • matchValue

      @Nonnull private final String matchValue
      Attribute value to match.
  • Constructor Details

    • AttributeValueElementMatcher

      public AttributeValueElementMatcher(@Nonnull String value)
      Constructor.
      Parameters:
      value - Attribute value to match
  • Method Details