Package net.shibboleth.metadata.dom.saml
Class AttributeElementMatcher
java.lang.Object
net.shibboleth.metadata.dom.SimpleElementMatcher
net.shibboleth.metadata.dom.saml.AttributeElementMatcher
- All Implemented Interfaces:
ElementMatcher
ElementMatcher for SAML Attribute elements with specific
Name and NameFormat attributes,
for use with the Container system.- Since:
- 0.10.0
-
Field Details
-
matchFormat
NameFormatattribute value to match. -
matchName
Nameattribute value to match.
-
-
Constructor Details
-
AttributeElementMatcher
Constructor.- Parameters:
name-Nameattribute value to matchformat-NameFormatattribute value to match
-
-
Method Details
-
match
Description copied from interface:ElementMatcherMatch anElementagainst specified criteria.- Specified by:
matchin interfaceElementMatcher- Overrides:
matchin classSimpleElementMatcher- Parameters:
element- theElementto match- Returns:
trueif theElementmatches
-