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