Uses of Class
net.shibboleth.idp.plugin.oidc.op.profile.impl.AbstractInitializeOutboundResponseMessageContext
Packages that use AbstractInitializeOutboundResponseMessageContext
Package
Description
Profile action implementations related to OAuth2.
Profile action implementations related to OIDC.
Classes supporting the implementation of the UserInfo endpoint.
-
Uses of AbstractInitializeOutboundResponseMessageContext in net.shibboleth.idp.plugin.oidc.op.logout.profile.impl
Subclasses of AbstractInitializeOutboundResponseMessageContext in net.shibboleth.idp.plugin.oidc.op.logout.profile.implModifier and TypeClassDescriptionclassAction that adds an outboundMessageContextand related contexts to theProfileRequestContext.classThis action createsOIDCLogoutPropagationContextand populates it with the front- and back-channel URIs if found from the RP metadata. -
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.implModifier and TypeClassDescriptionclassAction 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.implModifier and TypeClassDescriptionclassAction 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.classAction 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.implModifier and TypeClassDescriptionclassAction that adds an outboundMessageContextand related OIDC contexts to theProfileRequestContextnot knowing the relying party yet.