public class AttributeRecipientIdPredicate extends StrategyIndirectedPredicate<ProfileRequestContext,String>
ProfileRequestContext by looking for an attribute recipient
that matches one of a designated set. The ID is obtained from a lookup function, by default from
a AttributeResolutionContext child of the
profile request context.| Constructor and Description |
|---|
AttributeRecipientIdPredicate(Collection<String> candidates)
Constructor.
|
AttributeRecipientIdPredicate(com.google.common.base.Predicate<String> pred)
Constructor.
|
public AttributeRecipientIdPredicate(@Nonnull@NonnullElements Collection<String> candidates)
candidates - hardwired set of values to check againstCopyright © 1999–2018 Shibboleth Consortium. All rights reserved.