ResultType - return type of functionpublic abstract class AbstractRelyingPartyLookupFunction<ResultType> extends Object implements org.opensaml.messaging.context.navigate.ContextDataLookupFunction<org.opensaml.profile.context.ProfileRequestContext,ResultType>
RelyingPartyContext
obtained via a lookup function, by default a child of the ProfileRequestContext.| Modifier and Type | Field and Description |
|---|---|
private Function<org.opensaml.profile.context.ProfileRequestContext,RelyingPartyContext> |
relyingPartyContextLookupStrategy
Strategy used to locate the
RelyingPartyContext associated with a given ProfileRequestContext. |
| Constructor and Description |
|---|
AbstractRelyingPartyLookupFunction()
Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
Function<org.opensaml.profile.context.ProfileRequestContext,RelyingPartyContext> |
getRelyingPartyContextLookupStrategy()
Get the strategy used to locate the
RelyingPartyContext associated with a given
ProfileRequestContext. |
void |
setRelyingPartyContextLookupStrategy(Function<org.opensaml.profile.context.ProfileRequestContext,RelyingPartyContext> strategy)
Set the strategy used to locate the
RelyingPartyContext associated with a given
ProfileRequestContext. |
@Nonnull private Function<org.opensaml.profile.context.ProfileRequestContext,RelyingPartyContext> relyingPartyContextLookupStrategy
RelyingPartyContext associated with a given ProfileRequestContext.public AbstractRelyingPartyLookupFunction()
public void setRelyingPartyContextLookupStrategy(@Nonnull Function<org.opensaml.profile.context.ProfileRequestContext,RelyingPartyContext> strategy)
RelyingPartyContext associated with a given
ProfileRequestContext.strategy - lookup strategy@Nonnull public Function<org.opensaml.profile.context.ProfileRequestContext,RelyingPartyContext> getRelyingPartyContextLookupStrategy()
RelyingPartyContext associated with a given
ProfileRequestContext.Copyright © 1999–2017 Shibboleth Consortium. All rights reserved.