Uses of Class
net.shibboleth.idp.plugin.oidc.op.messaging.context.AccessTokenContext
Packages that use AccessTokenContext
Package
Description
Contexts related to OIDC messaging.
Conditions related to OIDC messaging.
Profile action implementations related to OAuth2.
Lookup functions.
-
Uses of AccessTokenContext in net.shibboleth.idp.plugin.oidc.op.messaging.context
Methods in net.shibboleth.idp.plugin.oidc.op.messaging.context that return AccessTokenContextModifier and TypeMethodDescriptionAccessTokenContext.setJWT(com.nimbusds.jwt.JWT token) Set the JWT in the case of a token in that form.AccessTokenContext.setLifetime(Duration lt) Set the token lifetime.Set the token string in the case of an opaque token. -
Uses of AccessTokenContext in net.shibboleth.idp.plugin.oidc.op.messaging.context.logic
Fields in net.shibboleth.idp.plugin.oidc.op.messaging.context.logic with type parameters of type AccessTokenContextModifier and TypeFieldDescriptionprivate Function<MessageContext,AccessTokenContext> JWTClaimsSetFromJWTAccessTokenLookupFunction.accessTokenContextLookupStrategyStrategy used to locate the subcontext with the token.private Function<MessageContext,AccessTokenContext> PayloadFromJWTAccessTokenLookupFunction.accessTokenContextLookupStrategyStrategy used to locate the subcontext with the token.Method parameters in net.shibboleth.idp.plugin.oidc.op.messaging.context.logic with type arguments of type AccessTokenContextModifier and TypeMethodDescriptionvoidJWTClaimsSetFromJWTAccessTokenLookupFunction.setAccessTokenContextCreationStrategy(Function<MessageContext, AccessTokenContext> strategy) Set the strategy used to lookup theAccessTokenContextto use.voidPayloadFromJWTAccessTokenLookupFunction.setAccessTokenContextCreationStrategy(Function<MessageContext, AccessTokenContext> strategy) Set the strategy used to lookup theAccessTokenContextto use. -
Uses of AccessTokenContext in net.shibboleth.idp.plugin.oidc.op.oauth2.profile.impl
Fields in net.shibboleth.idp.plugin.oidc.op.oauth2.profile.impl declared as AccessTokenContextModifier and TypeFieldDescriptionprivate AccessTokenContextBuildAccessToken.accessTokenCtxAccess token context.private AccessTokenContextSetAccessTokenToResponseContext.tokenCtxToken context.Fields in net.shibboleth.idp.plugin.oidc.op.oauth2.profile.impl with type parameters of type AccessTokenContextModifier and TypeFieldDescriptionBuildAccessToken.accessTokenContextCreationStrategyStrategy used to create the subcontext to hold the token.SetAccessTokenToResponseContext.accessTokenContextLookupStrategyStrategy used to locate the subcontext with the token.Method parameters in net.shibboleth.idp.plugin.oidc.op.oauth2.profile.impl with type arguments of type AccessTokenContextModifier and TypeMethodDescriptionvoidBuildAccessToken.setAccessTokenContextCreationStrategy(Function<ProfileRequestContext, AccessTokenContext> strategy) Set the strategy used to create theAccessTokenContextto use.voidSetAccessTokenToResponseContext.setAccessTokenContextLookupStrategy(Function<ProfileRequestContext, AccessTokenContext> strategy) Set the strategy used to lookup theAccessTokenContextto use.