public class AttributePrincipalPredicate extends StrategyIndirectedPredicate<ProfileRequestContext,String>
ProfileRequestContext by looking for an attribute subject
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 |
|---|
AttributePrincipalPredicate(Collection<String> candidates)
Constructor.
|
AttributePrincipalPredicate(com.google.common.base.Predicate<String> pred)
Constructor.
|
public AttributePrincipalPredicate(@Nonnull@NonnullElements Collection<String> candidates)
candidates - hardwired set of values to check againstCopyright © 1999–2018 Shibboleth Consortium. All rights reserved.