Uses of Class
net.shibboleth.idp.plugin.authn.oidc.rp.context.AccessTokenResponseContext
-
Packages that use AccessTokenResponseContext Package Description net.shibboleth.idp.plugin.authn.oidc.rp.context Context classes for RP-specific information needed by profile actions.net.shibboleth.idp.plugin.authn.oidc.rp.context.navigate Functions to navigate profile contexts. -
-
Uses of AccessTokenResponseContext in net.shibboleth.idp.plugin.authn.oidc.rp.context
Methods in net.shibboleth.idp.plugin.authn.oidc.rp.context that return AccessTokenResponseContext Modifier and Type Method Description AccessTokenResponseContextAccessTokenResponseContext. setTokenResponse(com.nimbusds.openid.connect.sdk.OIDCTokenResponse token)Set the OAuth 2.0 and OIDC Token Response. -
Uses of AccessTokenResponseContext in net.shibboleth.idp.plugin.authn.oidc.rp.context.navigate
Fields in net.shibboleth.idp.plugin.authn.oidc.rp.context.navigate with type parameters of type AccessTokenResponseContext Modifier and Type Field Description private Function<ProfileRequestContext,AccessTokenResponseContext>AbstractTokenResponseLookupStrategy. tokenResponseContextLookupStrategyStrategy used to locate theAccessTokenResponseContextto extract the id_token from.private Function<ProfileRequestContext,AccessTokenResponseContext>IDTokenInAccessTokenUpdateStrategy. tokenResponseContextLookupStrategyStrategy used to look up theAccessTokenResponseContextto set id_token on.Methods in net.shibboleth.idp.plugin.authn.oidc.rp.context.navigate that return types with arguments of type AccessTokenResponseContext Modifier and Type Method Description protected Function<ProfileRequestContext,AccessTokenResponseContext>AbstractTokenResponseLookupStrategy. getTokenResponseContextLookupStrategy()Get the token response context lookup strategy.Constructor parameters in net.shibboleth.idp.plugin.authn.oidc.rp.context.navigate with type arguments of type AccessTokenResponseContext Constructor Description AbstractTokenResponseLookupStrategy(Function<ProfileRequestContext,AccessTokenResponseContext> strategy)Constructor.AccessTokenLookupStrategy(Function<ProfileRequestContext,AccessTokenResponseContext> strategy)Constructor.DefaultIDTokenLookupStrategy(Function<ProfileRequestContext,AccessTokenResponseContext> strategy)Constructor.EncryptedIDTokenLookupStrategy(Function<ProfileRequestContext,AccessTokenResponseContext> strategy)Constructor.IDTokenInAccessTokenUpdateStrategy(Function<ProfileRequestContext,AccessTokenResponseContext> strategy)Constructor.IDTokenJOSEHeaderLookupStrategy(Function<ProfileRequestContext,AccessTokenResponseContext> strategy)Constructor.SubFromIDTokenLookupFunction(Function<ProfileRequestContext,AccessTokenResponseContext> strategy)Constructor.
-