public abstract class AbstractRelyingPartyPredicate extends Object implements Predicate<org.opensaml.profile.context.ProfileRequestContext>
ProfileRequestContext and requires access to a
RelyingPartyContext.| Modifier and Type | Field and Description |
|---|---|
private Function<org.opensaml.profile.context.ProfileRequestContext,RelyingPartyContext> |
relyingPartyContextLookupStrategy
Strategy function to lookup RelyingPartyContext.
|
| Constructor and Description |
|---|
AbstractRelyingPartyPredicate()
Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
Function<org.opensaml.profile.context.ProfileRequestContext,RelyingPartyContext> |
getRelyingPartyContextLookupStrategy()
Get the lookup strategy to use to locate the
RelyingPartyContext. |
void |
setRelyingPartyContextLookupStrategy(Function<org.opensaml.profile.context.ProfileRequestContext,RelyingPartyContext> strategy)
Set the lookup strategy to use to locate the
RelyingPartyContext. |
@Nonnull private Function<org.opensaml.profile.context.ProfileRequestContext,RelyingPartyContext> relyingPartyContextLookupStrategy
public AbstractRelyingPartyPredicate()
@Nonnull public Function<org.opensaml.profile.context.ProfileRequestContext,RelyingPartyContext> getRelyingPartyContextLookupStrategy()
RelyingPartyContext.public void setRelyingPartyContextLookupStrategy(@Nonnull Function<org.opensaml.profile.context.ProfileRequestContext,RelyingPartyContext> strategy)
RelyingPartyContext.strategy - lookup function to useCopyright © 1999–2017 Shibboleth Consortium. All rights reserved.