public abstract class AbstractRelyingPartyPredicate extends Object implements com.google.common.base.Predicate<MessageContext>
MessageContext
and which requires a RelyingPartyContext obtained via a lookup function,
by default a child of the InOutOperationContext
the parent of the specified MessageContext.| Modifier and Type | Field and Description |
|---|---|
private com.google.common.base.Function<MessageContext,RelyingPartyContext> |
relyingPartyContextLookupStrategy
Strategy used to locate the
RelyingPartyContext associated with a given MessageContext. |
| Constructor and Description |
|---|
AbstractRelyingPartyPredicate()
Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
com.google.common.base.Function<MessageContext,RelyingPartyContext> |
getRelyingPartyContextLookupStrategy()
Get the strategy used to locate the
RelyingPartyContext associated with a given
MessageContext. |
void |
setRelyingPartyContextLookupStrategy(com.google.common.base.Function<MessageContext,RelyingPartyContext> strategy)
Set the strategy used to locate the
RelyingPartyContext associated with a given
MessageContext. |
@Nonnull private com.google.common.base.Function<MessageContext,RelyingPartyContext> relyingPartyContextLookupStrategy
RelyingPartyContext associated with a given MessageContext.public AbstractRelyingPartyPredicate()
public void setRelyingPartyContextLookupStrategy(@Nonnull com.google.common.base.Function<MessageContext,RelyingPartyContext> strategy)
RelyingPartyContext associated with a given
MessageContext.strategy - lookup strategy@Nonnull public com.google.common.base.Function<MessageContext,RelyingPartyContext> getRelyingPartyContextLookupStrategy()
RelyingPartyContext associated with a given
MessageContext.Copyright © 1999–2018 Shibboleth Consortium. All rights reserved.