Uses of Class
net.shibboleth.idp.plugin.oidc.op.oauth2.profile.impl.AbstractOAuthAuthorizationRequestAction
-
Packages that use AbstractOAuthAuthorizationRequestAction Package Description net.shibboleth.idp.plugin.oidc.op.oauth2.profile.impl Profile action implementations related to OAuth2.net.shibboleth.idp.plugin.oidc.op.profile.impl Profile action implementations related to OIDC. -
-
Uses of AbstractOAuthAuthorizationRequestAction in net.shibboleth.idp.plugin.oidc.op.oauth2.profile.impl
Subclasses of AbstractOAuthAuthorizationRequestAction in net.shibboleth.idp.plugin.oidc.op.oauth2.profile.impl Modifier and Type Class Description classAbstractOAuthAuthorizationResponseActionAbstract class for actions performing actions onOIDCAuthenticationResponseContextlocated underInOutOperationContext.getOutboundMessageContext().classSetAuthorizationCodeToResponseContextAction that creates a Authorization Code, and sets it to work contextOIDCAuthenticationResponseContext.getAuthorizationCode()located underInOutOperationContext.getOutboundMessageContext().classSetRequestObjectToResponseContextAction that stored request object toOIDCAuthenticationResponseContext.classValidateAuthorizationRequestTypeAn action that validates the incoming OAuth2 authorization request via configurable strategy.classValidateCodeChallengeValidates the presence of PKCE code challenge parameter from the incoming authentication request.classValidateRedirectURIAction that validates redirect uri is expected.classValidateRequestObjectAction validates request object in response context.classValidateResponseTypeAn action that validates the requested response_type is (1) registered to the requesting RP and (2) valid for the protocol used for request.classValidateScopeAction that validates requested and previously granted scopes are also registered in client metadata and stores the resulting set in the response context. -
Uses of AbstractOAuthAuthorizationRequestAction in net.shibboleth.idp.plugin.oidc.op.profile.impl
Subclasses of AbstractOAuthAuthorizationRequestAction in net.shibboleth.idp.plugin.oidc.op.profile.impl Modifier and Type Class Description classFormOutboundAuthenticationResponseMessageAction that forms outbound message based on request and response context.
-