Class AlwaysIncludedAttributesLookupFunction
java.lang.Object
net.shibboleth.profile.context.navigate.AbstractRelyingPartyLookupFunction<Set<String>>
net.shibboleth.oidc.profile.config.navigate.AlwaysIncludedAttributesLookupFunction
- All Implemented Interfaces:
Function<ProfileRequestContext,,Set<String>> ContextDataLookupFunction<ProfileRequestContext,Set<String>>
public class AlwaysIncludedAttributesLookupFunction
extends AbstractRelyingPartyLookupFunction<Set<String>>
A function that obtains
OIDCIDTokenProducingProfileConfiguration.getAlwaysIncludedAttributes(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 value is returned.
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class net.shibboleth.profile.context.navigate.AbstractRelyingPartyLookupFunction
getRelyingPartyContext, getRelyingPartyContextLookupStrategy, setRelyingPartyContextLookupStrategy
-
Constructor Details
-
AlwaysIncludedAttributesLookupFunction
public AlwaysIncludedAttributesLookupFunction()
-
-
Method Details
-
apply
-