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 AuthorizationErrorResponseAuthorizationErrorResponse.parse(HTTPRequest httpRequest) Parses an authorisation error response from the specified HTTP request at the client redirection (callback) URI.static AuthorizationErrorResponseAuthorizationErrorResponse.parse(HTTPResponse httpResponse) Parses an authorisation error response from the specified initial HTTP 302 redirect response generated at the authorisation endpoint.static AuthorizationErrorResponseParses an authorisation error response.static AuthorizationErrorResponseParses 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 TypeClassDescriptionclassOpenID Connect authentication error response.