Class ProxiedRequesterPredicate
java.lang.Object
org.opensaml.saml.common.messaging.logic.ProxiedRequesterPredicate
- All Implemented Interfaces:
Predicate<MessageContext>
Predicate that determines whether one of a set of candidates is contained in a
a
ProxiedRequesterContext subcontext.- Since:
- 3.4.0
-
Field Details
-
entityIds
Set of entityIDs to check for.
-
-
Constructor Details
-
ProxiedRequesterPredicate
Constructor.- Parameters:
ids- the entityIDs to check for
-
-
Method Details
-
test
- Specified by:
testin interfacePredicate<MessageContext>
-