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