public class IssuingDelegatedAssertionPredicate extends Object implements Predicate<ProfileRequestContext>
Assertion is active.| Modifier and Type | Field and Description |
|---|---|
private Function<ProfileRequestContext,DelegationContext> |
delegationContextLookupStrategy
Strategy used to lookup the {@link DelegationContext.
|
| Constructor and Description |
|---|
IssuingDelegatedAssertionPredicate()
Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
apply(ProfileRequestContext input) |
void |
setDelegationContextLookupStrategy(Function<ProfileRequestContext,DelegationContext> strategy)
Set the strategy used to locate the current
DelegationContext. |
@Nonnull private Function<ProfileRequestContext,DelegationContext> delegationContextLookupStrategy
public IssuingDelegatedAssertionPredicate()
public void setDelegationContextLookupStrategy(@Nonnull Function<ProfileRequestContext,DelegationContext> strategy)
DelegationContext.strategy - strategy used to locate the current DelegationContextpublic boolean apply(@Nullable ProfileRequestContext input)
apply in interface Predicate<ProfileRequestContext>Copyright © 1999–2017 Shibboleth Consortium. All rights reserved.