Class EntityCategoryMatcher
java.lang.Object
net.shibboleth.metadata.dom.saml.mdattr.AbstractEntityAttributeMatcher
net.shibboleth.metadata.dom.saml.mdattr.AbstractExactValueMatcher
net.shibboleth.metadata.dom.saml.mdattr.EntityCategoryMatcher
- All Implemented Interfaces:
Predicate<EntityAttributeFilteringStage.EntityAttributeContext>
An entity attribute matcher which matches a given entity category.
- Since:
- 0.9.0
-
Constructor Summary
ConstructorsConstructorDescriptionEntityCategoryMatcher(String category) Constructor.EntityCategoryMatcher(String category, 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
-
Constructor Details
-
EntityCategoryMatcher
Constructor.- Parameters:
category- entity category to matchregAuth- registration authority to match, ornull
-
EntityCategoryMatcher
Constructor.- Parameters:
category- entity category to match
-