Class AssuranceCertificationMatcher
java.lang.Object
net.shibboleth.metadata.dom.saml.mdattr.AbstractEntityAttributeMatcher
net.shibboleth.metadata.dom.saml.mdattr.AbstractExactValueMatcher
net.shibboleth.metadata.dom.saml.mdattr.AssuranceCertificationMatcher
- All Implemented Interfaces:
Predicate<EntityAttributeFilteringStage.EntityAttributeContext>
An entity attribute matcher which matches a given assurance certification value.
- Since:
- 0.10.0
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionAssuranceCertificationMatcher(String certification) Constructor.AssuranceCertificationMatcher(String certification, String regAuth) Constructor. -
Method Summary
Methods inherited from class net.shibboleth.metadata.dom.saml.mdattr.AbstractExactValueMatcher
matchAttributeName, matchAttributeNameFormat, matchAttributeValue, matchRegistrationAuthorityMethods inherited from class net.shibboleth.metadata.dom.saml.mdattr.AbstractEntityAttributeMatcher
test
-
Field Details
-
AC_NAME
Attribute Name value for assurance certifications.- See Also:
-
AC_NAME_FORMAT
Attribute NameFormat value for assurance certifications.- See Also:
-
-
Constructor Details
-
AssuranceCertificationMatcher
Constructor.- Parameters:
certification- assurance certification to matchregAuth- registration authority to match, ornull
-
AssuranceCertificationMatcher
Constructor.- Parameters:
certification- assurance certification to match
-