Uses of Interface
net.shibboleth.oidc.profile.encoding.OIDCMessageEncoder
Packages that use OIDCMessageEncoder
Package
Description
OIDC message encoders.
OIDC profile implementation classes.
-
Uses of OIDCMessageEncoder in net.shibboleth.oidc.profile.encoding.impl
Classes in net.shibboleth.oidc.profile.encoding.impl that implement OIDCMessageEncoderModifier and TypeClassDescriptionclassBase class for OIDC message encoders.classDeprecated, for removal: This API element is subject to removal in a future version.classAmessage encoderthat encodes an OpenID authentication or logout request by HTTP Form POST Serialization.classDeprecated, for removal: This API element is subject to removal in a future version.UseHTTPRedirectRequestEncoder, which now handles both authentication and logout requests.classAmessage encoderthat encodes an OpenID redirect request (e.g. -
Uses of OIDCMessageEncoder in net.shibboleth.oidc.profile.impl
Fields in net.shibboleth.oidc.profile.impl with type parameters of type OIDCMessageEncoderModifier and TypeFieldDescriptionprivate final List<OIDCMessageEncoder>AuthenticationRequestMessageEncoderFactory.encodersThe list of message encoders to choose from.private final List<OIDCMessageEncoder>LogoutRequestMessageEncoderFactory.encodersThe list of message encoders to choose from.Constructor parameters in net.shibboleth.oidc.profile.impl with type arguments of type OIDCMessageEncoderModifierConstructorDescriptionAuthenticationRequestMessageEncoderFactory(List<OIDCMessageEncoder> encodersToUse) Constructor.LogoutRequestMessageEncoderFactory(List<OIDCMessageEncoder> encodersToUse) Constructor.
HTTPPostRequestEncoder, which now handles both authentication and logout requests.