Serialized Form
-
Package org.restheart.configuration
-
Exception Class org.restheart.configuration.ConfigurationException
class ConfigurationException extends IllegalArgumentException implements Serializable- serialVersionUID:
- 1685800316196830205L
-
Serialized Fields
-
shoudlPrintStackTrace
boolean shoudlPrintStackTrace
-
-
-
Package org.restheart.exchange
-
Exception Class org.restheart.exchange.BadRequestException
class BadRequestException extends RuntimeException implements Serializable- serialVersionUID:
- -8466126772297299751L
-
Serialized Fields
-
contentType
String contentType
-
jsonMessage
boolean jsonMessage
-
statusCode
int statusCode
-
-
Exception Class org.restheart.exchange.IllegalQueryParamenterException
class IllegalQueryParamenterException extends Exception implements Serializable- serialVersionUID:
- 3012988294234123826L
-
Exception Class org.restheart.exchange.InvalidMetadataException
class InvalidMetadataException extends Exception implements Serializable- serialVersionUID:
- -4824392874427008468L
-
Exception Class org.restheart.exchange.QueryNotFoundException
class QueryNotFoundException extends Exception implements Serializable- serialVersionUID:
- 679969839186279828L
-
Exception Class org.restheart.exchange.QueryVariableNotBoundException
class QueryVariableNotBoundException extends Exception implements Serializable- serialVersionUID:
- -8291349884609864832L
-
Exception Class org.restheart.exchange.UnsupportedDocumentIdException
class UnsupportedDocumentIdException extends Exception implements Serializable- serialVersionUID:
- -5994487927482596996L
-
-
Package org.restheart.plugins
-
Exception Class org.restheart.plugins.InterceptorException
class InterceptorException extends RuntimeException implements Serializable- serialVersionUID:
- -846615677223399751L
-
Serialized Fields
-
statusCode
int statusCode
-
-
-
Package org.restheart.security
-
Class org.restheart.security.BaseAccount
class BaseAccount extends Object implements Serializable- serialVersionUID:
- 4199620709967413442L
-
Serialized Fields
-
principal
Principal principal
-
roles
LinkedHashSet<String> roles
-
-
Class org.restheart.security.FileRealmAccount
class FileRealmAccount extends PwdCredentialAccount implements Serializable- serialVersionUID:
- -5840534832968478775L
-
Class org.restheart.security.JwtAccount
class JwtAccount extends BaseAccount implements Serializable- serialVersionUID:
- -2405615782892727187L
-
Serialized Fields
-
properties
String properties
-
-
Class org.restheart.security.MongoRealmAccount
class MongoRealmAccount extends PwdCredentialAccount implements Serializable- serialVersionUID:
- -5840534832968478775L
-
Serialized Fields
-
properties
org.bson.BsonDocument properties
-
-
Class org.restheart.security.PwdCredentialAccount
class PwdCredentialAccount extends BaseAccount implements Serializable- serialVersionUID:
- -5840334837968478775L
-
-
Package org.restheart.utils
-
Exception Class org.restheart.utils.Minify.UnterminatedCommentException
class UnterminatedCommentException extends Exception implements Serializable- serialVersionUID:
- -6883462093707704791L
-
Exception Class org.restheart.utils.Minify.UnterminatedRegExpLiteralException
class UnterminatedRegExpLiteralException extends Exception implements Serializable- serialVersionUID:
- -3296214957230186243L
-
Exception Class org.restheart.utils.Minify.UnterminatedStringLiteralException
class UnterminatedStringLiteralException extends Exception implements Serializable- serialVersionUID:
- 4074245780159866501L
-
Class org.restheart.utils.Pair
-