Serialized Form
-
Package com.google.gerrit.extensions.auth.oauth
-
Class com.google.gerrit.extensions.auth.oauth.OAuthToken
class OAuthToken extends Object implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
expiresAt
long expiresAt
Time of expiration of this token, orLong#MAX_VALUE
if this token never expires, or time of expiration is unknown. -
providerId
String providerId
The identifier of the OAuth provider that issued this token in the form"plugin-name:provider-name"
, ornull
. The empty string""
is treated the same asnull
. -
raw
String raw
-
secret
String secret
-
token
String token
-
-
-
Package com.google.gerrit.extensions.restapi
-
Exception com.google.gerrit.extensions.restapi.AuthException
class AuthException extends RestApiException implements Serializable- serialVersionUID:
- 1L
-
Exception com.google.gerrit.extensions.restapi.BadRequestException
class BadRequestException extends RestApiException implements Serializable- serialVersionUID:
- 1L
-
Exception com.google.gerrit.extensions.restapi.MergeConflictException
class MergeConflictException extends ResourceConflictException implements Serializable- serialVersionUID:
- 1L
-
Exception com.google.gerrit.extensions.restapi.MethodNotAllowedException
class MethodNotAllowedException extends RestApiException implements Serializable- serialVersionUID:
- 1L
-
Exception com.google.gerrit.extensions.restapi.NotImplementedException
class NotImplementedException extends UnsupportedOperationException implements Serializable- serialVersionUID:
- 1L
-
Exception com.google.gerrit.extensions.restapi.PreconditionFailedException
class PreconditionFailedException extends RestApiException implements Serializable- serialVersionUID:
- 1L
-
Exception com.google.gerrit.extensions.restapi.ResourceConflictException
class ResourceConflictException extends RestApiException implements Serializable- serialVersionUID:
- 1L
-
Exception com.google.gerrit.extensions.restapi.ResourceNotFoundException
class ResourceNotFoundException extends RestApiException implements Serializable- serialVersionUID:
- 1L
-
Exception com.google.gerrit.extensions.restapi.RestApiException
class RestApiException extends Exception implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
caching
CacheControl caching
-
-
Exception com.google.gerrit.extensions.restapi.UnprocessableEntityException
class UnprocessableEntityException extends RestApiException implements Serializable- serialVersionUID:
- 1L
-