Class AudienceRestrictionsLookupFunction
- java.lang.Object
-
- net.shibboleth.idp.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 net.shibboleth.idp.profile.context.navigate.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 ofAbstractOIDCSSOConfiguration.getAdditionalAudiencesForIdToken(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, no values are returned.
-
-
Constructor Summary
Constructors Constructor Description AudienceRestrictionsLookupFunction()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Collection<String>apply(ProfileRequestContext input)-
Methods inherited from class net.shibboleth.idp.profile.context.navigate.AbstractRelyingPartyLookupFunction
getRelyingPartyContextLookupStrategy, setRelyingPartyContextLookupStrategy
-
-
-
-
Method Detail
-
apply
@Nullable @NonnullElements @NotLive @Unmodifiable public Collection<String> apply(@Nullable ProfileRequestContext input)
-
-