Class IDTokenManipulationStrategyLookupFunction
- java.lang.Object
-
- net.shibboleth.idp.profile.context.navigate.AbstractRelyingPartyLookupFunction<BiFunction<ProfileRequestContext,Map<String,Object>,Map<String,Object>>>
-
- net.shibboleth.oidc.profile.config.navigate.IDTokenManipulationStrategyLookupFunction
-
- All Implemented Interfaces:
Function<ProfileRequestContext,BiFunction<ProfileRequestContext,Map<String,Object>,Map<String,Object>>>,ContextDataLookupFunction<ProfileRequestContext,BiFunction<ProfileRequestContext,Map<String,Object>,Map<String,Object>>>
public class IDTokenManipulationStrategyLookupFunction extends net.shibboleth.idp.profile.context.navigate.AbstractRelyingPartyLookupFunction<BiFunction<ProfileRequestContext,Map<String,Object>,Map<String,Object>>>
A function that returnsAbstractOIDCSSOConfiguration.getIDTokenManipulationStrategy(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 IDTokenManipulationStrategyLookupFunction()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description BiFunction<ProfileRequestContext,Map<String,Object>,Map<String,Object>>apply(ProfileRequestContext input)-
Methods inherited from class net.shibboleth.idp.profile.context.navigate.AbstractRelyingPartyLookupFunction
getRelyingPartyContextLookupStrategy, setRelyingPartyContextLookupStrategy
-
-
-
-
Method Detail
-
apply
@Nullable public BiFunction<ProfileRequestContext,Map<String,Object>,Map<String,Object>> apply(@Nullable ProfileRequestContext input)
-
-