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