Uses of Class
net.shibboleth.idp.plugin.oidc.op.profile.impl.AbstractInitializeOutboundResponseMessageContext
-
Packages that use AbstractInitializeOutboundResponseMessageContext 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.net.shibboleth.idp.plugin.oidc.op.userinfo.profile.impl Classes supporting the implementation of the UserInfo endpoint. -
-
Uses of AbstractInitializeOutboundResponseMessageContext in net.shibboleth.idp.plugin.oidc.op.oauth2.profile.impl
Subclasses of AbstractInitializeOutboundResponseMessageContext in net.shibboleth.idp.plugin.oidc.op.oauth2.profile.impl Modifier and Type Class Description classInitializeOutboundTokenMgmtResponseMessageContextAction that adds an outboundMessageContextand related contexts to theProfileRequestContext. -
Uses of AbstractInitializeOutboundResponseMessageContext in net.shibboleth.idp.plugin.oidc.op.profile.impl
Subclasses of AbstractInitializeOutboundResponseMessageContext in net.shibboleth.idp.plugin.oidc.op.profile.impl Modifier and Type Class Description classInitializeOutboundAuthenticationResponseMessageContextAction that adds an outboundMessageContextand related OIDC contexts to theProfileRequestContextbased on the identity of a relying party accessed via a lookup strategy, by default an immediate child of the profile request context.classInitializeOutboundTokenResponseMessageContextAction that adds an outboundMessageContextand related OIDC contexts to theProfileRequestContextnot knowing the relying party yet. -
Uses of AbstractInitializeOutboundResponseMessageContext in net.shibboleth.idp.plugin.oidc.op.userinfo.profile.impl
Subclasses of AbstractInitializeOutboundResponseMessageContext in net.shibboleth.idp.plugin.oidc.op.userinfo.profile.impl Modifier and Type Class Description classInitializeOutboundUserInfoResponseMessageContextAction that adds an outboundMessageContextand related OIDC contexts to theProfileRequestContextnot knowing the relying party yet.
-