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.classAmessage encoderthat encodes an OpenID authentication request by HTTP Form POST Serialization.classAmessage encoderthat encodes an OpenID authentication request by Query String Serialization and sends a HTTP redirect response. -
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.Constructor parameters in net.shibboleth.oidc.profile.impl with type arguments of type OIDCMessageEncoderModifierConstructorDescriptionAuthenticationRequestMessageEncoderFactory(List<OIDCMessageEncoder> encodersToUse) Constructor.