Class ProxyCountLookupFunction
java.lang.Object
net.shibboleth.profile.context.navigate.AbstractRelyingPartyLookupFunction<Integer>
net.shibboleth.saml.saml2.profile.config.navigate.ProxyCountLookupFunction
- All Implemented Interfaces:
Function<ProfileRequestContext,,Integer> ContextDataLookupFunction<ProfileRequestContext,Integer>
A function that returns the allowable proxy count based on the result of
BrowserSSOProfileConfiguration.getProxyCount(ProfileRequestContext),
if such a profile is available
from a RelyingPartyContext obtained via a lookup function,
by default a child of the ProfileRequestContext.-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class net.shibboleth.profile.context.navigate.AbstractRelyingPartyLookupFunction
getRelyingPartyContext, getRelyingPartyContextLookupStrategy, setRelyingPartyContextLookupStrategy
-
Constructor Details
-
ProxyCountLookupFunction
public ProxyCountLookupFunction()
-
-
Method Details
-
apply
-