Class EntityRegexPredicate
java.lang.Object
org.opensaml.saml.common.profile.logic.EntityRegexPredicate
- All Implemented Interfaces:
Predicate<EntityDescriptor>
Predicate that matches
EntityDescriptor.getEntityID() against a regular exression.-
Field Details
-
pattern
Regular expression to test.
-
-
Constructor Details
-
EntityRegexPredicate
Constructor.- Parameters:
exp- regular expression to check for
-
-
Method Details
-
test
- Specified by:
testin interfacePredicate<EntityDescriptor>
-