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