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