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 com.google.common.base.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 |
|---|---|
com.google.common.base.Function<ProfileRequestContext,RelyingPartyContext> |
getRelyingPartyContextLookupStrategy()
Get the strategy used to locate the
RelyingPartyContext associated with a given
ProfileRequestContext. |
void |
setRelyingPartyContextLookupStrategy(com.google.common.base.Function<ProfileRequestContext,RelyingPartyContext> strategy)
Set the strategy used to locate the
RelyingPartyContext associated with a given
ProfileRequestContext. |
@Nonnull private com.google.common.base.Function<ProfileRequestContext,RelyingPartyContext> relyingPartyContextLookupStrategy
RelyingPartyContext associated with a given ProfileRequestContext.public AbstractRelyingPartyLookupFunction()
public void setRelyingPartyContextLookupStrategy(@Nonnull com.google.common.base.Function<ProfileRequestContext,RelyingPartyContext> strategy)
RelyingPartyContext associated with a given
ProfileRequestContext.strategy - lookup strategy@Nonnull public com.google.common.base.Function<ProfileRequestContext,RelyingPartyContext> getRelyingPartyContextLookupStrategy()
RelyingPartyContext associated with a given
ProfileRequestContext.Copyright © 1999–2018 Shibboleth Consortium. All rights reserved.