Uses of Class
com.nimbusds.oauth2.sdk.AuthorizationErrorResponse
-
Packages that use AuthorizationErrorResponse Package Description com.nimbusds.oauth2.sdk Classes for representing, serialising and parsing OAuth 2.0 client requests and authorisation server responses.com.nimbusds.openid.connect.sdk Classes for representing, serialising and parsing OpenID Connect client requests and server responses. -
-
Uses of AuthorizationErrorResponse in com.nimbusds.oauth2.sdk
Methods in com.nimbusds.oauth2.sdk that return AuthorizationErrorResponse Modifier and Type Method Description static 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 AuthorizationErrorResponseAuthorizationErrorResponse. parse(URI uri)Parses an authorisation error response.static AuthorizationErrorResponseAuthorizationErrorResponse. parse(URI redirectURI, Map<String,List<String>> params)Parses an authorisation error response.AuthorizationErrorResponseAuthorizationResponse. 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.sdk Modifier and Type Class Description classAuthenticationErrorResponseOpenID Connect authentication error response.
-