Class IDTokenFromResponseContextLookupStrategy
java.lang.Object
net.shibboleth.oidc.security.jwt.claims.impl.AbstractTokenResponseLookupStrategy
net.shibboleth.oidc.security.jwt.claims.impl.IDTokenFromResponseContextLookupStrategy
- All Implemented Interfaces:
Function<ProfileRequestContext,JWT>
@ThreadSafe
public class IDTokenFromResponseContextLookupStrategy
extends AbstractTokenResponseLookupStrategy
implements Function<ProfileRequestContext,JWT>
Function that extracts the id_token from the
AccessTokenResponseContext.-
Constructor Summary
ConstructorsConstructorDescriptionConstructor.IDTokenFromResponseContextLookupStrategy(Function<ProfileRequestContext, AccessTokenResponseContext> strategy) Constructor. -
Method Summary
Methods inherited from class net.shibboleth.oidc.security.jwt.claims.impl.AbstractTokenResponseLookupStrategy
getTokenResponseContextLookupStrategy
-
Constructor Details
-
IDTokenFromResponseContextLookupStrategy
public IDTokenFromResponseContextLookupStrategy()Constructor. -
IDTokenFromResponseContextLookupStrategy
public IDTokenFromResponseContextLookupStrategy(@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,JWT>
-