public class RelyingPartyIdPredicate extends net.shibboleth.utilities.java.support.logic.StrategyIndirectedPredicate<org.opensaml.profile.context.ProfileRequestContext,String>
ProfileRequestContext by looking for a relying party ID
that matches one of a designated set, or a generic predicate. The ID is obtained from a
RelyingPartyContext child of the profile request context.| Constructor and Description |
|---|
RelyingPartyIdPredicate(Collection<String> candidates)
Constructor.
|
RelyingPartyIdPredicate(com.google.common.base.Predicate<String> pred)
Constructor.
|
public RelyingPartyIdPredicate(@Nonnull@NonnullElements Collection<String> candidates)
candidates - hardwired set of values to check againstCopyright © 1999–2014. All rights reserved.