Class ProxiedRequesterPredicate
- java.lang.Object
-
- org.opensaml.saml.common.messaging.logic.ProxiedRequesterPredicate
-
- All Implemented Interfaces:
Predicate<MessageContext>,Predicate<MessageContext>
public class ProxiedRequesterPredicate extends Object implements Predicate<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.
-
-
-
Field Detail
-
entityIds
@Nonnull @NonnullElements private final Set<String> entityIds
Set of entityIDs to check for.
-
-
Constructor Detail
-
ProxiedRequesterPredicate
public ProxiedRequesterPredicate(@Nonnull @NonnullElements Collection<String> ids)
Constructor.- Parameters:
ids- the entityIDs to check for
-
-
Method Detail
-
test
@Nullable public boolean test(@Nullable MessageContext input)- Specified by:
testin interfacePredicate<MessageContext>
-
-