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 of SAML2ProfileConfiguration.getProxyCount(ProfileRequestContext), if such a profile is available from a RelyingPartyContext obtained via a lookup function, by default a child of the ProfileRequestContext.

If a specific setting is unavailable, a null is returned.

  • Constructor Details

    • ProxyCountLookupFunction

      public ProxyCountLookupFunction()
  • Method Details