Class AlwaysIncludedAttributesLookupFunction
-
- All Implemented Interfaces:
Function<ProfileRequestContext,Set<String>>,ContextDataLookupFunction<ProfileRequestContext,Set<String>>
public class AlwaysIncludedAttributesLookupFunction extends net.shibboleth.idp.profile.context.navigate.AbstractRelyingPartyLookupFunction<Set<String>>
A function that obtainsAbstractOIDCSSOConfiguration.getAlwaysIncludedAttributes(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, a null value is returned.
-
-
Constructor Summary
Constructors Constructor Description AlwaysIncludedAttributesLookupFunction()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Set<String>apply(ProfileRequestContext input)-
Methods inherited from class net.shibboleth.idp.profile.context.navigate.AbstractRelyingPartyLookupFunction
getRelyingPartyContextLookupStrategy, setRelyingPartyContextLookupStrategy
-
-
-
-
Method Detail
-
apply
@Nullable public Set<String> apply(@Nullable ProfileRequestContext input)
-
-