Class EntityIdPredicate
java.lang.Object
org.opensaml.saml.common.profile.logic.EntityIdPredicate
- All Implemented Interfaces:
Predicate<EntityDescriptor>
Predicate that matches an
EntityDescriptor against a set of entityIDs.-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGet the entityID criteria.booleantest(EntityDescriptor input)
-
Field Details
-
entityIds
Set of entityIDs to check for.
-
-
Constructor Details
-
EntityIdPredicate
Constructor.- Parameters:
ids- the entityIDs to check for
-
-
Method Details
-
getEntityIds
Get the entityID criteria.- Returns:
- the entityID criteria
-
test
- Specified by:
testin interfacePredicate<EntityDescriptor>
-