Class DefaultIDTokenLookupStrategy
java.lang.Object
net.shibboleth.idp.plugin.authn.oidc.rp.context.navigate.AbstractTokenResponseLookupStrategy
net.shibboleth.idp.plugin.authn.oidc.rp.context.navigate.DefaultIDTokenLookupStrategy
- All Implemented Interfaces:
Function<ProfileRequestContext,com.nimbusds.jwt.JWT>
@ThreadSafe
public class DefaultIDTokenLookupStrategy
extends AbstractTokenResponseLookupStrategy
implements Function<ProfileRequestContext,com.nimbusds.jwt.JWT>
Function that extracts the id_token from the
AccessTokenResponseContext.-
Constructor Summary
ConstructorsConstructorDescriptionConstructor.Constructor. -
Method Summary
Methods inherited from class net.shibboleth.idp.plugin.authn.oidc.rp.context.navigate.AbstractTokenResponseLookupStrategy
getTokenResponseContextLookupStrategy
-
Constructor Details
-
DefaultIDTokenLookupStrategy
public DefaultIDTokenLookupStrategy()Constructor. -
DefaultIDTokenLookupStrategy
public DefaultIDTokenLookupStrategy(@Nonnull @ParameterName(name="accessTokenContextLookupStrategy") Function<ProfileRequestContext, AccessTokenResponseContext> strategy) Constructor.- Parameters:
strategy- the AccessTokenResponseContext lookup strategy to use.
-
-
Method Details
-
apply
- Specified by:
applyin interfaceFunction<ProfileRequestContext,com.nimbusds.jwt.JWT>
-