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