Serialized Form
-
Package com.nimbusds.common.appendable
-
Class com.nimbusds.common.appendable.JSONArrayWriter extends Object implements Serializable
-
Serialized Fields
-
first
boolean first
Deprecated.The position of the appender. -
noDuplicates
boolean noDuplicates
Deprecated.No duplicates switch. -
writer
Writer writer
Deprecated.Writer for the appended elements. -
writtenItems
Set<T extends net.minidev.json.JSONAware> writtenItems
Deprecated.Keeps track of the written elements ifJSONArrayWriter.noDuplicates
istrue
.
-
-
-
Class com.nimbusds.common.appendable.JSONObjectWriter extends Object implements Serializable
-
Serialized Fields
-
first
boolean first
Deprecated.The position of the appender. -
keyExtractor
KeyExtractor<T extends net.minidev.json.JSONAware> keyExtractor
Deprecated.The JSON object key extractor. -
writer
Writer writer
Deprecated.Writer for the appended elements.
-
-
-
-
Package com.nimbusds.common.config
-
Class com.nimbusds.common.config.ConfigurationException extends RuntimeException implements Serializable
- serialVersionUID:
- -2999697764205357423L
-
-
Package com.nimbusds.common.id
-
Class com.nimbusds.common.id.IdentifierExternalizer extends Object implements Serializable
-
Serialization Methods
-
readObject
public BaseIdentifier readObject(ObjectInput objectInput) throws IOException, ClassNotFoundException
- Throws:
IOException
ClassNotFoundException
-
writeObject
public void writeObject(ObjectOutput objectOutput, BaseIdentifier identifier) throws IOException
- Throws:
IOException
-
-
-
Class com.nimbusds.common.id.InvalidIdentifierException extends Exception implements Serializable
-
-
Package com.nimbusds.common.infinispan
-
Class com.nimbusds.common.infinispan.RedisCacheStoreChecks.ConfigError extends RuntimeException implements Serializable
-
Class com.nimbusds.common.infinispan.RedisCacheStoreChecks.ConfigWarning extends Exception implements Serializable
-
-
Package com.nimbusds.common.jsonrpc2
-
Class com.nimbusds.common.jsonrpc2.JSONRPC2Servlet extends javax.servlet.http.HttpServlet implements Serializable
-
Serialized Fields
-
banner
Banner banner
The Connect2id service banner, printed at the HTTP GET endpoint. -
httpStatusCodeMapper
Function<Integer,Integer> httpStatusCodeMapper
Optional mapper of JSON-RPC 2.0 error codes to HTTP status codes. -
log
org.apache.logging.log4j.Logger log
The logger. -
responseContentType
String responseContentType
The HTTP (POST) response content type of JSON-RPC 2.0 responses. -
service
RequestHandlerWithLifecycle service
The target JSON-RPC 2.0 service. -
wsName
String wsName
The web service name. -
wsVersion
String wsVersion
The web service version.
-
-
-
-
Package com.nimbusds.common.ldap
-
Class com.nimbusds.common.ldap.LDAPConnectionException extends Exception implements Serializable
- serialVersionUID:
- -1421163149598083277L
-
Serialized Fields
-
causeType
LDAPConnectionException.CauseType causeType
The cause type.
-
-
-
Package com.nimbusds.common.servlet
-
Class com.nimbusds.common.servlet.MonitorServlet extends com.codahale.metrics.servlets.AdminServlet implements Serializable
-
Serialized Fields
-
tokenValidator
MasterAccessTokenValidator tokenValidator
The access token validator.
-
-
-
Class com.nimbusds.common.servlet.PrometheusMonitorServlet extends io.prometheus.client.exporter.MetricsServlet implements Serializable
-
Serialized Fields
-
tokenValidator
MasterAccessTokenValidator tokenValidator
The access token validator.
-
-
-
-
Package com.nimbusds.common.store
-
Class com.nimbusds.common.store.StoreException extends RuntimeException implements Serializable
- serialVersionUID:
- -306675914668424166L
-