Uses of Class
net.shibboleth.idp.plugin.oidc.op.profile.impl.AbstractOIDCTokenResponseAction
-
Packages that use AbstractOIDCTokenResponseAction 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 AbstractOIDCTokenResponseAction in net.shibboleth.idp.plugin.oidc.op.profile.impl
Subclasses of AbstractOIDCTokenResponseAction in net.shibboleth.idp.plugin.oidc.op.profile.impl Modifier and Type Class Description 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 AbstractOIDCTokenResponseAction in net.shibboleth.idp.plugin.oidc.op.userinfo.profile.impl
Subclasses of AbstractOIDCTokenResponseAction in net.shibboleth.idp.plugin.oidc.op.userinfo.profile.impl Modifier and Type Class Description classFormOutboundUserInfoResponseMessageAction that forms outbound message based on response context.
-