Uses of Class
com.nimbusds.oauth2.sdk.ErrorObject
-
Packages that use ErrorObject Package Description com.nimbusds.oauth2.sdk Classes for representing, serialising and parsing OAuth 2.0 client requests and authorisation server responses.com.nimbusds.oauth2.sdk.auth.verifier Client authentication verifier framework.com.nimbusds.oauth2.sdk.client OAuth 2.0 dynamic client registration.com.nimbusds.oauth2.sdk.device OAuth 2.0 device authorisation grant classes.com.nimbusds.oauth2.sdk.token OAuth 2.0 access and refresh token implementations.com.nimbusds.openid.connect.sdk Classes for representing, serialising and parsing OpenID Connect client requests and server responses.com.nimbusds.openid.connect.sdk.op OpenID Connect Provider (OP) classes. -
-
Uses of ErrorObject in com.nimbusds.oauth2.sdk
Fields in com.nimbusds.oauth2.sdk declared as ErrorObject Modifier and Type Field Description static ErrorObjectOAuth2Error. ACCESS_DENIEDThe resource owner or authorisation server denied the request.static ErrorObjectOAuth2Error. INVALID_CLIENTClient authentication failed (e.g.static ErrorObjectOAuth2Error. INVALID_GRANTThe provided authorisation grant (e.g.static ErrorObjectOAuth2Error. INVALID_REQUESTThe request is missing a required parameter, includes an invalid parameter, or is otherwise malformed.static ErrorObjectOAuth2Error. INVALID_REQUEST_OBJECTTherequestparameter in theAuthorizationRequestcontains an invalid request object.static ErrorObjectOAuth2Error. INVALID_REQUEST_URITherequest_uriin theAuthorizationRequestreturns an error or invalid data.static ErrorObjectOAuth2Error. INVALID_RESOURCEThe specified resource server URI is not valid or accepted by the authorisation server.static ErrorObjectOAuth2Error. INVALID_SCOPEThe requested scope is invalid, unknown, or malformed.static ErrorObjectOAuth2Error. REQUEST_NOT_SUPPORTEDTherequestparameter in theAuthorizationRequestis not supported.static ErrorObjectOAuth2Error. REQUEST_URI_NOT_SUPPORTEDTherequest_uriparameter in theAuthorizationRequestis not supported.static ErrorObjectOAuth2Error. SERVER_ERRORThe authorisation server encountered an unexpected condition which prevented it from fulfilling the request.static ErrorObjectOAuth2Error. TEMPORARILY_UNAVAILABLEThe authorisation server is currently unable to handle the request due to a temporary overloading or maintenance of the server.static ErrorObjectOAuth2Error. UNAUTHORIZED_CLIENTThe client is not authorised to request an authorisation code using this method.static ErrorObjectOAuth2Error. UNSUPPORTED_GRANT_TYPEThe authorisation grant type is not supported by the authorisation server.static ErrorObjectOAuth2Error. UNSUPPORTED_RESPONSE_TYPEThe authorisation server does not support obtaining an authorisation code using this method.Methods in com.nimbusds.oauth2.sdk that return ErrorObject Modifier and Type Method Description ErrorObjectErrorObject. appendDescription(String text)Appends the specified text to the error description.ErrorObjectAuthorizationErrorResponse. getErrorObject()ErrorObjectErrorResponse. getErrorObject()Gets the error associated with the error response.ErrorObjectGeneralException. getErrorObject()Gets the associated error.ErrorObjectPushedAuthorizationErrorResponse. getErrorObject()ErrorObjectRequestObjectPOSTErrorResponse. getErrorObject()Deprecated.ErrorObjectTokenErrorResponse. getErrorObject()ErrorObjectTokenIntrospectionErrorResponse. getErrorObject()static ErrorObjectErrorObject. parse(HTTPResponse httpResponse)Parses an error object from the specified HTTP response.static ErrorObjectErrorObject. parse(Map<String,List<String>> params)Parses an error object from the specified parameters representation.static ErrorObjectErrorObject. parse(net.minidev.json.JSONObject jsonObject)Parses an error object from the specified JSON object.ErrorObjectErrorObject. setDescription(String description)Sets the error description.ErrorObjectErrorObject. setHTTPStatusCode(int httpStatusCode)Sets the HTTP status code.ErrorObjectErrorObject. setURI(URI uri)Sets the error page URI.Methods in com.nimbusds.oauth2.sdk that return types with arguments of type ErrorObject Modifier and Type Method Description static Set<ErrorObject>AuthorizationErrorResponse. getStandardErrors()Gets the standard OAuth 2.0 errors for an Authorisation error response.static Set<ErrorObject>TokenErrorResponse. getStandardErrors()Gets the standard OAuth 2.0 errors for an Access Token error response.static Set<ErrorObject>TokenIntrospectionErrorResponse. getStandardErrors()Gets the standard errors for a token introspection error response.Constructors in com.nimbusds.oauth2.sdk with parameters of type ErrorObject Constructor Description AuthorizationErrorResponse(URI redirectURI, ErrorObject error, State state, ResponseMode rm)Creates a new authorisation error response.GeneralException(ErrorObject error)Creates a new general exception.GeneralException(String message, ErrorObject error)Creates a new general exception.GeneralException(String message, ErrorObject error, ClientID clientID, URI redirectURI, ResponseMode responseMode, State state)Creates a new general exception.GeneralException(String message, ErrorObject error, ClientID clientID, URI redirectURI, ResponseMode responseMode, State state, Throwable cause)Creates a new general exception.GeneralException(String message, ErrorObject error, Throwable cause)Creates a new general exception.ParseException(String message, ErrorObject error)Creates a new parse exception.ParseException(String message, ErrorObject error, ClientID clientID, URI redirectURI, ResponseMode responseMode, State state)Creates a new parse exception.ParseException(String message, ErrorObject error, ClientID clientID, URI redirectURI, ResponseMode responseMode, State state, Throwable cause)Creates a new parse exception.ParseException(String message, ErrorObject error, Throwable cause)Creates a new parse exception.PushedAuthorizationErrorResponse(ErrorObject error)Creates a new pushed authorisation error response.TokenErrorResponse(ErrorObject error)Creates a new OAuth 2.0 Access Token error response.TokenIntrospectionErrorResponse(ErrorObject error)Creates a new token introspection error response. -
Uses of ErrorObject in com.nimbusds.oauth2.sdk.auth.verifier
Methods in com.nimbusds.oauth2.sdk.auth.verifier that return ErrorObject Modifier and Type Method Description ErrorObjectInvalidClientException. getErrorObject()Returns an OAuth 2.0 error object representation. -
Uses of ErrorObject in com.nimbusds.oauth2.sdk.client
Fields in com.nimbusds.oauth2.sdk.client declared as ErrorObject Modifier and Type Field Description static ErrorObjectRegistrationError. INVALID_CLIENT_METADATAClient registration: The value of one of the client meta data fields is invalid and the server has rejected this request.static ErrorObjectRegistrationError. INVALID_REDIRECT_URIClient registration: The value of one or moreredirect_urisis invalid.static ErrorObjectRegistrationError. INVALID_SOFTWARE_STATEMENTClient registration: The software statement presented is invalid.static ErrorObjectRegistrationError. UNAPPROVED_SOFTWARE_STATEMENTClient registration: The software statement presented is not approved for use by this authorisation server.Methods in com.nimbusds.oauth2.sdk.client that return ErrorObject Modifier and Type Method Description ErrorObjectClientRegistrationErrorResponse. getErrorObject()Methods in com.nimbusds.oauth2.sdk.client that return types with arguments of type ErrorObject Modifier and Type Method Description static Set<ErrorObject>ClientRegistrationErrorResponse. getStandardErrors()Gets the standard errors for a client registration error response.Constructors in com.nimbusds.oauth2.sdk.client with parameters of type ErrorObject Constructor Description ClientRegistrationErrorResponse(ErrorObject error)Creates a new client registration error response. -
Uses of ErrorObject in com.nimbusds.oauth2.sdk.device
Fields in com.nimbusds.oauth2.sdk.device declared as ErrorObject Modifier and Type Field Description static ErrorObjectDeviceAuthorizationGrantError. AUTHORIZATION_PENDINGThe authorization request is still pending as the end user hasn't yet completed the user interaction steps (Section 3.3).static ErrorObjectDeviceAuthorizationGrantError. EXPIRED_TOKENThe "device_code" has expired and the device flow authorization session has concluded.static ErrorObjectDeviceAuthorizationGrantError. SLOW_DOWNA variant of "authorization_pending", the authorization request is still pending and polling should continue, but the interval MUST be increased by 5 seconds for this and all subsequent requests.Methods in com.nimbusds.oauth2.sdk.device that return ErrorObject Modifier and Type Method Description ErrorObjectDeviceAuthorizationErrorResponse. getErrorObject()Methods in com.nimbusds.oauth2.sdk.device that return types with arguments of type ErrorObject Modifier and Type Method Description static Set<ErrorObject>DeviceAuthorizationErrorResponse. getStandardErrors()Gets the standard OAuth 2.0 errors for a device authorization error response.Constructors in com.nimbusds.oauth2.sdk.device with parameters of type ErrorObject Constructor Description DeviceAuthorizationErrorResponse(ErrorObject error)Creates a new OAuth 2.0 device authorization error response. -
Uses of ErrorObject in com.nimbusds.oauth2.sdk.token
Subclasses of ErrorObject in com.nimbusds.oauth2.sdk.token Modifier and Type Class Description classBearerTokenErrorOAuth 2.0 bearer token error. -
Uses of ErrorObject in com.nimbusds.openid.connect.sdk
Fields in com.nimbusds.openid.connect.sdk declared as ErrorObject Modifier and Type Field Description static ErrorObjectOIDCError. ACCOUNT_SELECTION_REQUIREDThe end-user is required to select a session at the authorisation server.static ErrorObjectOIDCError. CONSENT_REQUIREDThe authorisation server requires end-user consent.static ErrorObjectOIDCError. INTERACTION_REQUIREDThe authorisation server requires end-user interaction of some form to proceed.static ErrorObjectOIDCError. LOGIN_REQUIREDThe authorisation server requires end-user authentication.static ErrorObjectOIDCError. REGISTRATION_NOT_SUPPORTEDTheregistrationparameter in theAuthenticationRequestis not supported.static ErrorObjectOIDCError. UNMET_AUTHENTICATION_REQUIREMENTSThe OpenID provider is unable to authenticate the end-user at the required Authentication Context Class Reference value when requested with an essentialacrclaim.Methods in com.nimbusds.openid.connect.sdk that return ErrorObject Modifier and Type Method Description ErrorObjectUserInfoErrorResponse. getErrorObject()Methods in com.nimbusds.openid.connect.sdk that return types with arguments of type ErrorObject Modifier and Type Method Description static Set<ErrorObject>AuthenticationErrorResponse. getStandardErrors()Gets the standard errors for an OpenID Connect authentication error response.Constructors in com.nimbusds.openid.connect.sdk with parameters of type ErrorObject Constructor Description AuthenticationErrorResponse(URI redirectURI, ErrorObject error, State state, ResponseMode rm)Creates a new OpenID Connect authentication error response.UserInfoErrorResponse(ErrorObject error)Creates a new UserInfo error response indicating a general error. -
Uses of ErrorObject in com.nimbusds.openid.connect.sdk.op
Constructors in com.nimbusds.openid.connect.sdk.op with parameters of type ErrorObject Constructor Description ResolveException(ErrorObject error, AuthenticationRequest authRequest)Creates a new resolve exception.
-