Package net.shibboleth.oidc.profile.encoding.impl
package net.shibboleth.oidc.profile.encoding.impl
OIDC message encoders.
-
ClassesClassDescriptionBase class for OIDC message encoders.Abstract request encoder function that pulls out various contexts and request/response messages.A token request encoder that builds an OAuth2.0 Access Token Request for an authorization_code grant and returns an
HttpUriRequest.Deprecated, for removal: This API element is subject to removal in a future version.Amessage encoderthat encodes an OpenID authentication or logout request by HTTP Form POST Serialization.Deprecated, for removal: This API element is subject to removal in a future version.UseHTTPRedirectRequestEncoder, which now handles both authentication and logout requests.Amessage encoderthat encodes an OpenID redirect request (e.g.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.Encoder responsible for constructing an HTTP request to the OpenID Connect (OIDC) UserInfo endpoint.
HTTPPostRequestEncoder, which now handles both authentication and logout requests.