Uses of Class
net.shibboleth.idp.plugin.oidc.op.profile.impl.AbstractOIDCResponseAction
Packages that use AbstractOIDCResponseAction
Package
Description
Profile action implementations related to OAuth2.
Profile action implementations related to OIDC.
Classes supporting the implementation of the UserInfo endpoint.
-
Uses of AbstractOIDCResponseAction in net.shibboleth.idp.plugin.oidc.op.logout.profile.impl
Modifier and TypeClassDescriptionclassAn abstract action for OIDC back-channel logout actions dealing withOIDCBackChannelLogoutPropagationContext.classAn abstract action for OIDC logout actions dealing withOIDCLogoutPropagationContext.classAn action that executes the OIDC back-channel logout request and sets the result viaLogoutPropagationContext.setResult(net.shibboleth.idp.session.context.LogoutPropagationContext.Result).classAction that forms outbound message based on request and response context.classAn action that constructsLogoutTokenClaimsSetand attaches it to theOIDCBackChannelLogoutPropagationContext.classAn action that revokes the token chain related to the logout propagation.classAction that sets theLogoutPropagationContext.setResult(Result)as 'success'. -
Uses of AbstractOIDCResponseAction in net.shibboleth.idp.plugin.oidc.op.oauth2.profile.impl
Modifier and TypeClassDescriptionclassAction that creates an Access Token, and stores it to anAccessTokenContext.classAction that creates a Access Token, and sets it to work contextOIDCAuthenticationResponseContext.getAccessToken()located underInOutOperationContext.getOutboundMessageContext(). -
Uses of AbstractOIDCResponseAction in net.shibboleth.idp.plugin.oidc.op.profile.impl
Subclasses of AbstractOIDCResponseAction in net.shibboleth.idp.plugin.oidc.op.profile.implModifier and TypeClassDescriptionclassAbstract action to be extended by oidc response actions requiring signing parameters.classAction that adds access token hash claim to aIDTokenClaimsSet.classAction that adds claims to aClaimsSet.classAction that adds authorization code hash claim to aIDTokenClaimsSet.classAction that adds auth_time claim to aIDTokenClaimsSet.classAction that creates aIDTokenClaimsSetobject shell, and sets it to work contextOIDCAuthenticationResponseContextlocated underInOutOperationContext.getOutboundMessageContext().classAction that adds nonce claim to aIDTokenClaimsSet.classAction that adds claims to aClaimsSet.classAction that revokes consent if the configurable predicate returns true.classAction that sets authentication instant to work contextOIDCAuthenticationResponseContextlocated underInOutOperationContext.getOutboundMessageContext().classAction that locates consent from authorization code / access token.classAction that checks for adds the currently existing attributes fromAttributeContextfor token delivery.classAction that creates a Refresh Token, and sets it to work contextOIDCAuthenticationResponseContext.getRefreshToken()located underInOutOperationContext.getOutboundMessageContext().classAction that sets requested claims to response context.classAction that locates session id using configurable lookup strategy.classAction that locates subject using strategy.classAction that locates any token delivery claims from authorization code / access token.classAction that checks for any released attributes marked for token delivery.classAction performs PKCE (https://oauth.net/2/pkce/) validation. -
Uses of AbstractOIDCResponseAction in net.shibboleth.idp.plugin.oidc.op.userinfo.profile.impl
Modifier and TypeClassDescriptionclassAction that creates aUserInfoobject shell, and sets it to work contextOIDCAuthenticationResponseContextlocated underInOutOperationContext.getOutboundMessageContext().