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