Uses of Class
com.nimbusds.openid.connect.sdk.AuthenticationErrorResponse
Packages that use AuthenticationErrorResponse
Package
Description
Classes for representing, serialising and parsing core OpenID Connect
concepts.
-
Uses of AuthenticationErrorResponse in com.nimbusds.openid.connect.sdk
Methods in com.nimbusds.openid.connect.sdk that return AuthenticationErrorResponseModifier and TypeMethodDescriptionstatic AuthenticationErrorResponse
AuthenticationErrorResponse.parse
(HTTPRequest httpRequest) Parses an OpenID Connect authentication error response from the specified HTTP request at the client redirection (callback) URI.static AuthenticationErrorResponse
AuthenticationErrorResponse.parse
(HTTPResponse httpResponse) Parses an OpenID Connect authentication error response from the specified initial HTTP 302 redirect response generated at the authorisation endpoint.static AuthenticationErrorResponse
Parses an OpenID Connect authentication error response.static AuthenticationErrorResponse
Parses an OpenID Connect authentication error response.AuthenticationErrorResponse.toErrorResponse()
AuthenticationResponse.toErrorResponse()
Casts this response to an authentication error response.AuthenticationSuccessResponse.toErrorResponse()