Class ProxyRestrictionLookupFunction

java.lang.Object
net.shibboleth.idp.profile.context.navigate.AbstractRelyingPartyLookupFunction<Pair<Integer,Set<String>>>
net.shibboleth.idp.saml.saml2.profile.config.navigate.ProxyRestrictionLookupFunction
All Implemented Interfaces:
Function<ProfileRequestContext,Pair<Integer,Set<String>>>, ContextDataLookupFunction<ProfileRequestContext,Pair<Integer,Set<String>>>

public class ProxyRestrictionLookupFunction extends AbstractRelyingPartyLookupFunction<Pair<Integer,Set<String>>>
A function that returns the allowable proxy count and audiences to include in assertions, based on the results of lookup functions for local configuration merged with upstream proxy restrictions to compute a final result in accordance with the standard.