Uses of Class
net.shibboleth.idp.plugin.authn.oidc.rp.context.navigate.AbstractTokenResponseLookupStrategy
-
Packages that use AbstractTokenResponseLookupStrategy Package Description net.shibboleth.idp.plugin.authn.oidc.rp.context.navigate Functions to navigate profile contexts. -
-
Uses of AbstractTokenResponseLookupStrategy in net.shibboleth.idp.plugin.authn.oidc.rp.context.navigate
Subclasses of AbstractTokenResponseLookupStrategy in net.shibboleth.idp.plugin.authn.oidc.rp.context.navigate Modifier and Type Class Description classAccessTokenLookupStrategyFunction that extracts the access_token from theAccessTokenResponseContext.classDefaultIDTokenLookupStrategyFunction that extracts the id_token from theAccessTokenResponseContext.classEncryptedIDTokenLookupStrategyFunction that extracts the id_token from theAccessTokenResponseContextiff it is anEncryptedJWTtype.classIDTokenJOSEHeaderLookupStrategyFunction that extracts the JWS JOSE header from the id_token inside theAccessTokenResponseContext.classSubFromIDTokenLookupFunctionA function that pulls the subject 'sub' out of the id_token in theAccessTokenResponseContext.
-