Uses of Interface
net.shibboleth.oidc.profile.encoding.OIDCMessageEncoder
-
Packages that use OIDCMessageEncoder Package Description net.shibboleth.oidc.profile.encoding.impl OIDC message encoders.net.shibboleth.oidc.profile.impl OIDC profile implementation classes. -
-
Uses of OIDCMessageEncoder in net.shibboleth.oidc.profile.encoding.impl
Classes in net.shibboleth.oidc.profile.encoding.impl that implement OIDCMessageEncoder Modifier and Type Class Description classAbstractOIDCMessageEncoderBase class for OIDC message encoders.classHTTPPostAuthnRequestEncoderAmessage encoderthat encodes an OpenID authentication request by HTTP Form POST Serialization.classHTTPRedirectAuthnRequestEncoderAmessage 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 OIDCMessageEncoder Modifier and Type Field Description private List<OIDCMessageEncoder>AuthenticationRequestMessageEncoderFactory. encodersThe list of message encoders to choose from.Constructor parameters in net.shibboleth.oidc.profile.impl with type arguments of type OIDCMessageEncoder Constructor Description AuthenticationRequestMessageEncoderFactory(List<OIDCMessageEncoder> encodersToUse)Constructor.
-