Package net.shibboleth.metadata.dom.saml
Class AttributeValueElementMatcher
java.lang.Object
net.shibboleth.metadata.dom.SimpleElementMatcher
net.shibboleth.metadata.dom.saml.AttributeValueElementMatcher
- All Implemented Interfaces:
ElementMatcher
ElementMatcher for SAML AttributeValue elements with specific
text values,
for use with the Container system.-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
matchValue
Attributevalue to match.
-
-
Constructor Details
-
AttributeValueElementMatcher
Constructor.- Parameters:
value-Attributevalue 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
-