Class AudienceRestrictionsLookupFunction

java.lang.Object
net.shibboleth.idp.profile.context.navigate.AbstractRelyingPartyLookupFunction<Collection<String>>
net.shibboleth.idp.saml.profile.config.navigate.AudienceRestrictionsLookupFunction
All Implemented Interfaces:
Function<ProfileRequestContext,Collection<String>>, ContextDataLookupFunction<ProfileRequestContext,Collection<String>>

public class AudienceRestrictionsLookupFunction extends AbstractRelyingPartyLookupFunction<Collection<String>>
A function that returns the effective audience restrictions to include in assertions, based on combining a relying party's entityID with the result of SAMLProfileConfiguration.getAdditionalAudiencesForAssertion(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, no values are returned.