Class ProxiedRequesterPredicate
- java.lang.Object
-
- org.opensaml.saml.common.messaging.logic.ProxiedRequesterPredicate
-
- All Implemented Interfaces:
Predicate<org.opensaml.messaging.context.MessageContext>,net.shibboleth.utilities.java.support.logic.Predicate<org.opensaml.messaging.context.MessageContext>
public class ProxiedRequesterPredicate extends Object implements net.shibboleth.utilities.java.support.logic.Predicate<org.opensaml.messaging.context.MessageContext>
Predicate that determines whether one of a set of candidates is contained in a aProxiedRequesterContextsubcontext.- Since:
- 3.4.0
-
-
Constructor Summary
Constructors Constructor Description ProxiedRequesterPredicate(Collection<String> ids)Constructor.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleantest(org.opensaml.messaging.context.MessageContext input)
-
-
-
Constructor Detail
-
ProxiedRequesterPredicate
public ProxiedRequesterPredicate(@Nonnull @NonnullElements Collection<String> ids)Constructor.- Parameters:
ids- the entityIDs to check for
-
-