Package net.shibboleth.oidc.profile.encoding.impl
package net.shibboleth.oidc.profile.encoding.impl
OIDC message encoders.
-
ClassesClassDescriptionBase class for OIDC message encoders.A
message encoderthat encodes an OpenID authentication request by HTTP Form POST Serialization.Amessage encoderthat encodes an OpenID authentication request by Query String Serialization and sends a HTTP redirect response.A source of encoders that first verifies a message being an instance of NimbusResponseand then returns the attachedMessageEncoder.A message encodes that encodes the Nimbus aResponsein the message context inside the attachedHttpServletResponseby calling itsResponse.toHTTPResponse()method.