Class ProxyCountLookupFunction
- java.lang.Object
-
- net.shibboleth.idp.profile.context.navigate.AbstractRelyingPartyLookupFunction<Integer>
-
- net.shibboleth.idp.saml.saml2.profile.config.navigate.ProxyCountLookupFunction
-
- All Implemented Interfaces:
Function<ProfileRequestContext,Integer>,ContextDataLookupFunction<ProfileRequestContext,Integer>
public class ProxyCountLookupFunction extends AbstractRelyingPartyLookupFunction<Integer>
A function that returns the allowable proxy count based on the result ofSAML2ProfileConfiguration.getProxyCount(ProfileRequestContext), if such a profile is available from aRelyingPartyContextobtained via a lookup function, by default a child of theProfileRequestContext.If a specific setting is unavailable, a null is returned.
-
-
Constructor Summary
Constructors Constructor Description ProxyCountLookupFunction()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Integerapply(ProfileRequestContext input)-
Methods inherited from class net.shibboleth.idp.profile.context.navigate.AbstractRelyingPartyLookupFunction
getRelyingPartyContextLookupStrategy, setRelyingPartyContextLookupStrategy
-
-
-
-
Method Detail
-
apply
@Nullable public Integer apply(@Nullable ProfileRequestContext input)
-
-