Uses of Class
net.shibboleth.idp.plugin.oidc.op.profile.impl.AbstractOIDCTokenRequestAction
-
Packages that use AbstractOIDCTokenRequestAction Package Description net.shibboleth.idp.plugin.oidc.op.profile.impl Profile action implementations related to OIDC.net.shibboleth.idp.plugin.oidc.op.userinfo.profile.impl Classes supporting the implementation of the UserInfo endpoint. -
-
Uses of AbstractOIDCTokenRequestAction in net.shibboleth.idp.plugin.oidc.op.profile.impl
Subclasses of AbstractOIDCTokenRequestAction in net.shibboleth.idp.plugin.oidc.op.profile.impl Modifier and Type Class Description classAbstractOIDCTokenResponseActionAbstract class for actions performing actions onOIDCAuthenticationResponseContextlocated underInOutOperationContext.getOutboundMessageContext().classFormOutboundTokenResponseMessageAction that forms outbound message based on token request and response context.classInitializeSubjectContextAn action that creates anSubjectContextand attaches it to the currentProfileRequestContext.classValidateGrantAction that validates an authorization grant.classValidateGrantTypeAn action that validates the grant type is registered to the requesting RP. -
Uses of AbstractOIDCTokenRequestAction in net.shibboleth.idp.plugin.oidc.op.userinfo.profile.impl
Subclasses of AbstractOIDCTokenRequestAction in net.shibboleth.idp.plugin.oidc.op.userinfo.profile.impl Modifier and Type Class Description classFormOutboundUserInfoResponseMessageAction that forms outbound message based on response context.
-