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