Class AudienceRestrictionsLookupFunction
java.lang.Object
net.shibboleth.profile.context.navigate.AbstractRelyingPartyLookupFunction<Collection<String>>
net.shibboleth.oidc.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 ID tokens, based on combining a relying
party's entityID with the result of
OIDCIDTokenProducingProfileConfiguration.getAdditionalAudiencesForIdToken(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.
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class net.shibboleth.profile.context.navigate.AbstractRelyingPartyLookupFunction
getRelyingPartyContext, getRelyingPartyContextLookupStrategy, setRelyingPartyContextLookupStrategy
-
Constructor Details
-
AudienceRestrictionsLookupFunction
public AudienceRestrictionsLookupFunction()
-
-
Method Details
-
apply
@Nullable @NonnullElements @NotLive @Unmodifiable public Collection<String> apply(@Nullable ProfileRequestContext input)
-