Serialized Form
-
Package org.forgerock.audit
-
Class org.forgerock.audit.AuditException extends Exception implements Serializable
- serialVersionUID:
- 1L
-
-
Package org.forgerock.audit.events.handlers.buffering
-
Class org.forgerock.audit.events.handlers.buffering.BatchException extends Exception implements Serializable
-
-
Package org.forgerock.audit.secure
-
Class org.forgerock.audit.secure.SecureStorageException extends Exception implements Serializable
- serialVersionUID:
- 1L
-
-
Package org.forgerock.config.resolvers
-
Class org.forgerock.config.resolvers.SubstitutionException extends Exception implements Serializable
- serialVersionUID:
- -1L
-
-
Package org.forgerock.i18n
-
Class org.forgerock.i18n.LocalizableMessage extends Object implements Serializable
-
Serialized Fields
-
args
Object[] args
Values used to replace argument specifiers in the format string. -
cachedString
org.forgerock.i18n.LocalizableMessage.CachedString cachedString
Memoize a cached version of toString with the default locale. -
descriptor
org.forgerock.i18n.LocalizableMessageDescriptor.AbstractLocalizableMessageDescriptor descriptor
Descriptor of this message.
-
-
-
Class org.forgerock.i18n.LocalizableMessageBuilder extends Object implements Serializable
-
Serialized Fields
-
messages
List<LocalizableMessage> messages
Used internally to store appended messages.
-
-
-
Class org.forgerock.i18n.LocalizedIllegalArgumentException extends IllegalArgumentException implements Serializable
-
Serialized Fields
-
message
LocalizableMessage message
The I18N message associated with this exception.
-
-
-
-
Package org.forgerock.i18n.slf4j
-
Class org.forgerock.i18n.slf4j.LocalizedMarker extends Object implements Serializable
-
Serialized Fields
-
message
LocalizableMessage message
-
-
-
-
Package org.forgerock.json
-
Class org.forgerock.json.JsonException extends RuntimeException implements Serializable
- serialVersionUID:
- 1L
-
Class org.forgerock.json.JsonValueException extends JsonException implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
value
JsonValue value
The JSON value for which the exception was thrown.
-
-
-
Package org.forgerock.json.resource
-
Class org.forgerock.json.resource.BadRequestException extends ResourceException implements Serializable
- serialVersionUID:
- 1L
-
Class org.forgerock.json.resource.ConflictException extends ResourceException implements Serializable
- serialVersionUID:
- 1L
-
Class org.forgerock.json.resource.CreateNotSupportedException extends BadRequestException implements Serializable
-
Class org.forgerock.json.resource.ForbiddenException extends ResourceException implements Serializable
- serialVersionUID:
- 1L
-
Class org.forgerock.json.resource.InternalServerErrorException extends ResourceException implements Serializable
- serialVersionUID:
- 1L
-
Class org.forgerock.json.resource.NotFoundException extends ResourceException implements Serializable
- serialVersionUID:
- 1L
-
Class org.forgerock.json.resource.NotSupportedException extends ResourceException implements Serializable
- serialVersionUID:
- 1L
-
Class org.forgerock.json.resource.PermanentException extends ResourceException implements Serializable
- serialVersionUID:
- 1L
-
Class org.forgerock.json.resource.PreconditionFailedException extends ResourceException implements Serializable
- serialVersionUID:
- 1L
-
Class org.forgerock.json.resource.PreconditionRequiredException extends ResourceException implements Serializable
- serialVersionUID:
- 1L
-
Class org.forgerock.json.resource.ResourceException extends IOException implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
code
int code
The numeric code of the exception. -
detail
JsonValue detail
Additional detail which can be evaluated by applications. -
includeCause
boolean includeCause
flag to indicate whether to include the cause. -
reason
String reason
The short reason phrase of the exception. -
resourceApiVersion
org.forgerock.http.routing.Version resourceApiVersion
Resource API Version.
-
-
Class org.forgerock.json.resource.RetryableException extends ResourceException implements Serializable
- serialVersionUID:
- 1L
-
Class org.forgerock.json.resource.ServiceUnavailableException extends RetryableException implements Serializable
- serialVersionUID:
- 1L
-
Class org.forgerock.json.resource.UncategorizedException extends ResourceException implements Serializable
- serialVersionUID:
- 1L
-
Class org.forgerock.json.resource.UnsupportedMediaTypeException extends ResourceException implements Serializable
-
-
Package org.forgerock.json.schema.validator.exceptions
-
Class org.forgerock.json.schema.validator.exceptions.SchemaException extends JsonValueException implements Serializable
- serialVersionUID:
- -6791477138664072164L
-
Serialized Fields
-
exception
Exception exception
The exception.The embedded exception if tunneling, or null.
-
-
Class org.forgerock.json.schema.validator.exceptions.ValidationException extends SchemaException implements Serializable
- serialVersionUID:
- 3267297114570206794L
-
-
Package org.forgerock.monitoring.api.instrument.search
-
Class org.forgerock.monitoring.api.instrument.search.MeterNotFoundException extends RuntimeException implements Serializable
-
-
Package org.forgerock.opendj.config
-
Class org.forgerock.opendj.config.AdminException extends Exception implements Serializable
-
Serialized Fields
-
message
LocalizableMessage message
-
-
-
Class org.forgerock.opendj.config.DecodingException extends OperationsException implements Serializable
-
Class org.forgerock.opendj.config.DefinitionDecodingException extends DecodingException implements Serializable
-
Serialized Fields
-
d
AbstractManagedObjectDefinition<?,?> d
The expected type of managed object. -
reason
DefinitionDecodingException.Reason reason
The reason why the definition could not be determined.
-
-
-
Class org.forgerock.opendj.config.ExpressionException extends DecodingException implements Serializable
-
Class org.forgerock.opendj.config.ManagedObjectAlreadyExistsException extends OperationsException implements Serializable
-
Class org.forgerock.opendj.config.ManagedObjectNotFoundException extends OperationsException implements Serializable
-
Class org.forgerock.opendj.config.OperationsException extends AdminException implements Serializable
-
Class org.forgerock.opendj.config.PropertyException extends RuntimeException implements Serializable
-
Serialized Fields
-
message
LocalizableMessage message
LocalizableMessage that explains the problem. -
pd
PropertyDefinition<?> pd
The property definition associated with the property that caused the exception.
-
-
-
Class org.forgerock.opendj.config.PropertyNotFoundException extends OperationsException implements Serializable
-
Serialized Fields
-
propertyName
String propertyName
The name of the property that could not be found.
-
-
-
-
Package org.forgerock.opendj.config.client
-
Class org.forgerock.opendj.config.client.ConcurrentModificationException extends OperationsException implements Serializable
-
Class org.forgerock.opendj.config.client.IllegalManagedObjectNameException extends OperationsException implements Serializable
-
Serialized Fields
-
illegalName
String illegalName
The illegal name. -
namingPropertyDefinition
PropertyDefinition<?> namingPropertyDefinition
The naming property definition if applicable.
-
-
-
Class org.forgerock.opendj.config.client.ManagedObjectDecodingException extends DecodingException implements Serializable
-
Serialized Fields
-
causes
Collection<PropertyException> causes
The exception(s) that caused this decoding exception. -
partialManagedObject
ManagedObject<?> partialManagedObject
The partially created managed object.
-
-
-
Class org.forgerock.opendj.config.client.MissingMandatoryPropertiesException extends OperationsException implements Serializable
-
Serialized Fields
-
causes
Collection<PropertyException> causes
The causes of this exception. -
isCreate
boolean isCreate
Indicates whether the exception occurred during managed object creation. -
ufn
LocalizableMessage ufn
The user friendly name of the component that caused this exception.
-
-
-
Class org.forgerock.opendj.config.client.OperationRejectedException extends org.forgerock.opendj.config.client.AdminClientException implements Serializable
-
Serialized Fields
-
messages
List<LocalizableMessage> messages
The messages describing the constraint violations that occurred. -
type
OperationRejectedException.OperationType type
The type of operation that caused this exception. -
ufn
LocalizableMessage ufn
The user friendly name of the component that caused this exception.
-
-
-
-
Package org.forgerock.opendj.config.server
-
Class org.forgerock.opendj.config.server.ConfigException extends Exception implements Serializable
-
Serialized Fields
-
message
LocalizableMessage message
-
-
-
Class org.forgerock.opendj.config.server.ServerManagedObjectDecodingException extends DecodingException implements Serializable
-
Serialized Fields
-
causes
Collection<PropertyException> causes
The exception(s) that caused this decoding exception. -
partialManagedObject
ServerManagedObject<?> partialManagedObject
The partially created server managed object.
-
-
-
-
Package org.forgerock.opendj.io.rx
-
Class org.forgerock.opendj.io.rx.UnknownRxTransportException extends RuntimeException implements Serializable
-
Serialized Fields
-
transportName
String transportName
-
-
-
-
Package org.forgerock.opendj.ldap
-
Class org.forgerock.opendj.ldap.AssertionFailureException extends LdapException implements Serializable
-
Class org.forgerock.opendj.ldap.AuthenticationException extends LdapException implements Serializable
-
Class org.forgerock.opendj.ldap.AuthorizationException extends LdapException implements Serializable
-
Class org.forgerock.opendj.ldap.CancelledResultException extends LdapException implements Serializable
-
Class org.forgerock.opendj.ldap.ConnectionException extends LdapException implements Serializable
-
Class org.forgerock.opendj.ldap.ConstraintViolationException extends LdapException implements Serializable
-
Class org.forgerock.opendj.ldap.DecodeException extends IOException implements Serializable
-
Serialized Fields
-
isFatal
boolean isFatal
-
message
LocalizableMessage message
-
-
-
Class org.forgerock.opendj.ldap.EntryNotFoundException extends LdapException implements Serializable
-
Class org.forgerock.opendj.ldap.LdapException extends IOException implements Serializable
-
Serialized Fields
-
message
LocalizableMessage message
-
result
Result result
-
-
-
Class org.forgerock.opendj.ldap.MultipleEntriesFoundException extends LdapException implements Serializable
-
Class org.forgerock.opendj.ldap.ReferralException extends EntryNotFoundException implements Serializable
-
Class org.forgerock.opendj.ldap.SearchResultReferenceIOException extends IOException implements Serializable
-
Serialized Fields
-
reference
SearchResultReference reference
-
-
-
Class org.forgerock.opendj.ldap.TimeoutResultException extends LdapException implements Serializable
-
-
Package org.forgerock.opendj.ldap.schema
-
Class org.forgerock.opendj.ldap.schema.ConflictingSchemaElementException extends LocalizedIllegalArgumentException implements Serializable
-
Class org.forgerock.opendj.ldap.schema.UnknownSchemaElementException extends LocalizedIllegalArgumentException implements Serializable
-
-
Package org.forgerock.opendj.security
-
Class org.forgerock.opendj.security.LocalizedKeyStoreException extends KeyStoreException implements Serializable
-
Serialized Fields
-
message
LocalizableMessage message
The I18N message associated with this exception.
-
-
-
Class org.forgerock.opendj.security.OpenDjSecurityProvider extends Provider implements Serializable
-
Serialized Fields
-
defaultConfig
KeyStoreParameters defaultConfig
-
-
-
-
Package org.forgerock.opendj.server.embedded
-
Class org.forgerock.opendj.server.embedded.EmbeddedDirectoryServerException extends OpenDsException implements Serializable
-
-
Package org.forgerock.opendj.setup.model
-
Class org.forgerock.opendj.setup.model.SetupException extends Exception implements Serializable
-
Serialized Fields
-
message
LocalizableMessage message
-
-
-
-
Package org.forgerock.secrets
-
Class org.forgerock.secrets.NoSuchSecretException extends Exception implements Serializable
- serialVersionUID:
- 1L
-
Class org.forgerock.secrets.SecretsKeyStoreProvider extends Provider implements Serializable
- serialVersionUID:
- 1L
-
-
Package org.forgerock.security.keystore
-
Class org.forgerock.security.keystore.KeystoreManagerException extends RuntimeException implements Serializable
- serialVersionUID:
- 1L
-
-
Package org.forgerock.tokenhandler
-
Class org.forgerock.tokenhandler.ExpiredTokenException extends InvalidTokenException implements Serializable
-
Class org.forgerock.tokenhandler.InvalidTokenException extends TokenHandlerException implements Serializable
-
Class org.forgerock.tokenhandler.TokenHandlerException extends Exception implements Serializable
-
-
Package org.forgerock.util
-
Class org.forgerock.util.RangeSet extends AbstractSet<Integer> implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
start
int start
The start of the range, inclusive. -
step
int step
TODO: Description. -
stop
int stop
The end of the range, inclusive.
-
-
-
Package org.forgerock.util.crypto
-
Class org.forgerock.util.crypto.HKDFKeyGenerator.HKDFMasterKey extends SecretKeySpec implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
salt
byte[] salt
-
-
-
Package org.forgerock.util.promise
-
Class org.forgerock.util.promise.NeverThrowsException extends RuntimeException implements Serializable
- serialVersionUID:
- 2879912363036916597L
-
-
Package org.opends.legacy
-
Class org.opends.legacy.DummyByteArrayComparator extends Object implements Serializable
-
-
Package org.opends.server.authorization.dseecompat
-
Class org.opends.server.authorization.dseecompat.AciException extends OpenDsException implements Serializable
-
-
Package org.opends.server.backends.jeb
-
Class org.opends.server.backends.jeb.AttributeIndex.KeyComparator extends DummyByteArrayComparator implements Serializable
-
Class org.opends.server.backends.jeb.VLVKeyComparator extends DummyByteArrayComparator implements Serializable
- serialVersionUID:
- 1585167927344130604L
-
-
Package org.opends.server.backends.pluggable.spi
-
Class org.opends.server.backends.pluggable.spi.ReadOnlyStorageException extends StorageRuntimeException implements Serializable
-
Class org.opends.server.backends.pluggable.spi.StorageInUseException extends StorageRuntimeException implements Serializable
-
Class org.opends.server.backends.pluggable.spi.StorageRuntimeException extends RuntimeException implements Serializable
-
-
Package org.opends.server.backup
-
Class org.opends.server.backup.BackupException extends Exception implements Serializable
-
Serialized Fields
-
errorMessage
LocalizableMessage errorMessage
-
-
-
-
Package org.opends.server.crypto
-
Class org.opends.server.crypto.CorruptedEntryException extends CryptoManagerException implements Serializable
-
-
Package org.opends.server.protocols.http
-
Class org.opends.server.protocols.http.LocalizedHttpApplicationException extends org.forgerock.http.HttpApplicationException implements Serializable
-
Serialized Fields
-
message
LocalizableMessage message
-
-
-
-
Package org.opends.server.replication.common
-
Class org.opends.server.replication.common.CSN extends Object implements Serializable
-
Serialized Fields
-
replicaId
ReplicaId replicaId
-
seqnum
int seqnum
-
timeStamp
long timeStamp
-
-
-
-
Package org.opends.server.replication.plugin
-
Class org.opends.server.replication.plugin.HistoricalCsnOrderingMatchingRule extends DummyByteArrayComparator implements Serializable
- serialVersionUID:
- -3424403930225609943L
-
-
Package org.opends.server.replication.protocol
-
Class org.opends.server.replication.protocol.NotSupportedOldVersionPDUException extends Exception implements Serializable
-
Serialized Fields
-
protocolVersion
short protocolVersion
Protocol version of the pdu.
-
-
-
-
Package org.opends.server.replication.server.changelog.api
-
Class org.opends.server.replication.server.changelog.api.AbortedChangelogCursorException extends ChangelogException implements Serializable
-
Class org.opends.server.replication.server.changelog.api.AbortedChangelogCursorException.ClearedChangelogCursorException extends AbortedChangelogCursorException implements Serializable
-
Class org.opends.server.replication.server.changelog.api.AbortedChangelogCursorException.PurgedChangelogCursorException extends AbortedChangelogCursorException implements Serializable
-
Class org.opends.server.replication.server.changelog.api.ChangelogException extends OpenDsException implements Serializable
-
Class org.opends.server.replication.server.changelog.api.PurgedReplicaDbException extends ChangelogException implements Serializable
-
-
Package org.opends.server.schema
-
Class org.opends.server.schema.AuthPasswordExactEqualityMatchingRule extends DummyByteArrayComparator implements Serializable
-
Class org.opends.server.schema.BitStringEqualityMatchingRule extends DummyByteArrayComparator implements Serializable
-
Class org.opends.server.schema.BooleanEqualityMatchingRule extends DummyByteArrayComparator implements Serializable
-
Class org.opends.server.schema.CaseExactEqualityMatchingRule extends DummyByteArrayComparator implements Serializable
-
Class org.opends.server.schema.CaseExactIA5EqualityMatchingRule extends DummyByteArrayComparator implements Serializable
-
Class org.opends.server.schema.CaseExactIA5SubstringMatchingRule extends DummyByteArrayComparator implements Serializable
-
Class org.opends.server.schema.CaseExactOrderingMatchingRule extends DummyByteArrayComparator implements Serializable
- serialVersionUID:
- -5904188628828913709L
-
Class org.opends.server.schema.CaseExactSubstringMatchingRule extends DummyByteArrayComparator implements Serializable
-
Class org.opends.server.schema.CaseIgnoreEqualityMatchingRule extends DummyByteArrayComparator implements Serializable
-
Class org.opends.server.schema.CaseIgnoreIA5EqualityMatchingRule extends DummyByteArrayComparator implements Serializable
-
Class org.opends.server.schema.CaseIgnoreIA5SubstringMatchingRule extends DummyByteArrayComparator implements Serializable
-
Class org.opends.server.schema.CaseIgnoreListEqualityMatchingRule extends DummyByteArrayComparator implements Serializable
-
Class org.opends.server.schema.CaseIgnoreListSubstringMatchingRule extends DummyByteArrayComparator implements Serializable
-
Class org.opends.server.schema.CaseIgnoreOrderingMatchingRule extends DummyByteArrayComparator implements Serializable
- serialVersionUID:
- -8992263058903266096L
-
Class org.opends.server.schema.CaseIgnoreSubstringMatchingRule extends DummyByteArrayComparator implements Serializable
-
Class org.opends.server.schema.CertificateExactMatchingRule extends DummyByteArrayComparator implements Serializable
-
Class org.opends.server.schema.DirectoryStringFirstComponentEqualityMatchingRule extends DummyByteArrayComparator implements Serializable
-
Class org.opends.server.schema.DistinguishedNameEqualityMatchingRule extends DummyByteArrayComparator implements Serializable
-
Class org.opends.server.schema.DoubleMetaphoneApproximateMatchingRule extends DummyByteArrayComparator implements Serializable
-
Class org.opends.server.schema.GeneralizedTimeEqualityMatchingRule extends DummyByteArrayComparator implements Serializable
-
Class org.opends.server.schema.GeneralizedTimeOrderingMatchingRule extends DummyByteArrayComparator implements Serializable
- serialVersionUID:
- -6343622924726948145L
-
Class org.opends.server.schema.IntegerEqualityMatchingRule extends DummyByteArrayComparator implements Serializable
-
Class org.opends.server.schema.IntegerFirstComponentEqualityMatchingRule extends DummyByteArrayComparator implements Serializable
-
Class org.opends.server.schema.IntegerOrderingMatchingRule extends DummyByteArrayComparator implements Serializable
- serialVersionUID:
- 6654300545706161754L
-
Class org.opends.server.schema.KeywordEqualityMatchingRule extends DummyByteArrayComparator implements Serializable
-
Class org.opends.server.schema.NumericStringEqualityMatchingRule extends DummyByteArrayComparator implements Serializable
-
Class org.opends.server.schema.NumericStringOrderingMatchingRule extends DummyByteArrayComparator implements Serializable
- serialVersionUID:
- 388436004219363604L
-
Class org.opends.server.schema.NumericStringSubstringMatchingRule extends DummyByteArrayComparator implements Serializable
-
Class org.opends.server.schema.ObjectIdentifierEqualityMatchingRule extends DummyByteArrayComparator implements Serializable
-
Class org.opends.server.schema.ObjectIdentifierFirstComponentEqualityMatchingRule extends DummyByteArrayComparator implements Serializable
-
Class org.opends.server.schema.OctetStringEqualityMatchingRule extends DummyByteArrayComparator implements Serializable
-
Class org.opends.server.schema.OctetStringOrderingMatchingRule extends DummyByteArrayComparator implements Serializable
- serialVersionUID:
- 3832343819704649155L
-
Class org.opends.server.schema.OctetStringSubstringMatchingRule extends DummyByteArrayComparator implements Serializable
-
Class org.opends.server.schema.PresentationAddressEqualityMatchingRule extends DummyByteArrayComparator implements Serializable
-
Class org.opends.server.schema.ProtocolInformationEqualityMatchingRule extends DummyByteArrayComparator implements Serializable
-
Class org.opends.server.schema.TelephoneNumberEqualityMatchingRule extends DummyByteArrayComparator implements Serializable
-
Class org.opends.server.schema.TelephoneNumberSubstringMatchingRule extends DummyByteArrayComparator implements Serializable
-
Class org.opends.server.schema.UniqueMemberEqualityMatchingRule extends DummyByteArrayComparator implements Serializable
-
Class org.opends.server.schema.UserPasswordExactEqualityMatchingRule extends DummyByteArrayComparator implements Serializable
-
Class org.opends.server.schema.UUIDEqualityMatchingRule extends DummyByteArrayComparator implements Serializable
-
Class org.opends.server.schema.UUIDOrderingMatchingRule extends DummyByteArrayComparator implements Serializable
- serialVersionUID:
- -3877941142853469687L
-
Class org.opends.server.schema.WordEqualityMatchingRule extends DummyByteArrayComparator implements Serializable
-
-
Package org.opends.server.snmp
-
Class org.opends.server.snmp.DIRECTORY_SERVER_MIB extends com.sun.management.snmp.agent.SnmpMib implements Serializable
-
Serialized Fields
-
isInitialized
boolean isInitialized
-
metadatas
Hashtable metadatas
-
objectserver
com.sun.management.snmp.agent.SnmpStandardObjectServer objectserver
-
-
-
Class org.opends.server.snmp.DIRECTORY_SERVER_MIBImpl extends DIRECTORY_SERVER_MIB implements Serializable
-
Serialized Fields
-
dsMibGroup
DsMIBImpl dsMibGroup
The Current Directory Server MIB. -
groupObjName
ObjectName groupObjName
ObjectName of the dsMIB group in the Directory Server MIB. -
registeredSnmpMBean
boolean registeredSnmpMBean
Indicates if the SNMP Mbeans have to be registered or not.
-
-
-
Class org.opends.server.snmp.DIRECTORY_SERVER_MIBOidTable extends com.sun.management.snmp.SnmpOidTableSupport implements Serializable
-
Class org.opends.server.snmp.DsApplIfOpsEntry extends Object implements Serializable
-
Serialized Fields
-
ApplIndex
Integer ApplIndex
Variable for storing the value of "ApplIndex". The variable is identified by: "1.3.6.1.2.1.27.1.1.1". "An index to uniquely identify the network service application. This attribute is the index used for lexicographic ordering of the table." -
DsApplIfAddEntryOps
Long DsApplIfAddEntryOps
Variable for storing the value of "DsApplIfAddEntryOps". The variable is identified by: "1.3.6.1.2.1.66.2.1.10". " Number of addEntry requests received." -
DsApplIfBindSecurityErrors
Long DsApplIfBindSecurityErrors
Variable for storing the value of "DsApplIfBindSecurityErrors". The variable is identified by: "1.3.6.1.2.1.66.2.1.6". " Number of bind requests that have been rejected due to inappropriate authentication or invalid credentials." -
DsApplIfChainings
Long DsApplIfChainings
Variable for storing the value of "DsApplIfChainings". The variable is identified by: "1.3.6.1.2.1.66.2.1.19". " Number of operations forwarded by this Directory Server to other Directory Servers." -
DsApplIfCompareOps
Long DsApplIfCompareOps
Variable for storing the value of "DsApplIfCompareOps". The variable is identified by: "1.3.6.1.2.1.66.2.1.9". " Number of compare requests received." -
DsApplIfErrors
Long DsApplIfErrors
Variable for storing the value of "DsApplIfErrors". The variable is identified by: "1.3.6.1.2.1.66.2.1.21". " Number of requests that could not be serviced due to errors other than security errors, and referrals. A partially serviced operation will not be counted as an error. The errors include naming-related, update-related, attribute-related and service-related errors." -
DsApplIfInBytes
Long DsApplIfInBytes
Variable for storing the value of "DsApplIfInBytes". The variable is identified by: "1.3.6.1.2.1.66.2.1.24". " Incoming traffic, in bytes, on the interface. This will include requests from DUAs as well as responses from other Directory Servers." -
DsApplIfInOps
Long DsApplIfInOps
Variable for storing the value of "DsApplIfInOps". The variable is identified by: "1.3.6.1.2.1.66.2.1.7". " Number of requests received from DUAs or other Directory Servers." -
DsApplIfListOps
Long DsApplIfListOps
Variable for storing the value of "DsApplIfListOps". The variable is identified by: "1.3.6.1.2.1.66.2.1.14". " Number of list requests received." -
DsApplIfModifyEntryOps
Long DsApplIfModifyEntryOps
Variable for storing the value of "DsApplIfModifyEntryOps". The variable is identified by: "1.3.6.1.2.1.66.2.1.12". " Number of modifyEntry requests received." -
DsApplIfModifyRDNOps
Long DsApplIfModifyRDNOps
Variable for storing the value of "DsApplIfModifyRDNOps". The variable is identified by: "1.3.6.1.2.1.66.2.1.13". " Number of modifyRDN requests received." -
DsApplIfOneLevelSearchOps
Long DsApplIfOneLevelSearchOps
Variable for storing the value of "DsApplIfOneLevelSearchOps". The variable is identified by: "1.3.6.1.2.1.66.2.1.16". " Number of oneLevel search requests received." -
DsApplIfOutBytes
Long DsApplIfOutBytes
Variable for storing the value of "DsApplIfOutBytes". The variable is identified by: "1.3.6.1.2.1.66.2.1.25". " Outgoing traffic in bytes on the interface. This will include responses to DUAs and Directory Servers as well as requests to other Directory Servers." -
DsApplIfProtocol
String DsApplIfProtocol
Variable for storing the value of "DsApplIfProtocol". The variable is identified by: "1.3.6.1.2.1.66.2.1.2". "An identification of the protocol being used by the application on this interface. For an OSI Application, this will be the Application Context. For Internet applications, the IANA maintains a registry[22] of the OIDs which correspond to well-known applications. If the application protocol is not listed in the registry, an OID value of the form {applTCPProtoID port} or {applUDProtoID port} are used for TCP-based and UDP-based protocols, respectively. In either case 'port' corresponds to the primary port number being used by the protocol. The OIDs applTCPProtoID and applUDPProtoID are defined in NETWORK-SERVICES-MIB" -
DsApplIfProtocolIndex
Integer DsApplIfProtocolIndex
Variable for storing the value of "DsApplIfProtocolIndex". The variable is identified by: "1.3.6.1.2.1.66.2.1.1". "An index to uniquely identify an entry corresponding to a application-layer protocol interface. This index is used for lexicographic ordering of the table." -
DsApplIfReadOps
Long DsApplIfReadOps
Variable for storing the value of "DsApplIfReadOps". The variable is identified by: "1.3.6.1.2.1.66.2.1.8". " Number of read requests received." -
DsApplIfReferrals
Long DsApplIfReferrals
Variable for storing the value of "DsApplIfReferrals". The variable is identified by: "1.3.6.1.2.1.66.2.1.18". " Number of referrals returned in response to requests for operations." -
DsApplIfRemoveEntryOps
Long DsApplIfRemoveEntryOps
Variable for storing the value of "DsApplIfRemoveEntryOps". The variable is identified by: "1.3.6.1.2.1.66.2.1.11". " Number of removeEntry requests received." -
DsApplIfReplicationUpdatesIn
Long DsApplIfReplicationUpdatesIn
Variable for storing the value of "DsApplIfReplicationUpdatesIn". The variable is identified by: "1.3.6.1.2.1.66.2.1.22". " Number of replication updates fetched or received from supplier Directory Servers." -
DsApplIfReplicationUpdatesOut
Long DsApplIfReplicationUpdatesOut
Variable for storing the value of "DsApplIfReplicationUpdatesOut". The variable is identified by: "1.3.6.1.2.1.66.2.1.23". " Number of replication updates sent to or taken by consumer Directory Servers." -
DsApplIfSearchOps
Long DsApplIfSearchOps
Variable for storing the value of "DsApplIfSearchOps". The variable is identified by: "1.3.6.1.2.1.66.2.1.15". " Number of search requests- baseObject searches, oneLevel searches and whole subtree searches, received." -
DsApplIfSecurityErrors
Long DsApplIfSecurityErrors
Variable for storing the value of "DsApplIfSecurityErrors". The variable is identified by: "1.3.6.1.2.1.66.2.1.20". " Number of requests received which did not meet the security requirements. " -
DsApplIfSimpleAuthBinds
Long DsApplIfSimpleAuthBinds
Variable for storing the value of "DsApplIfSimpleAuthBinds". The variable is identified by: "1.3.6.1.2.1.66.2.1.4". " Number of bind requests that were authenticated using simple authentication procedures like password checks. This includes the password authentication using SASL mechanisms like CRAM-MD5." -
DsApplIfStrongAuthBinds
Long DsApplIfStrongAuthBinds
Variable for storing the value of "DsApplIfStrongAuthBinds". The variable is identified by: "1.3.6.1.2.1.66.2.1.5". " Number of bind requests that were authenticated using TLS and X.500 strong authentication procedures. This includes the binds that were authenticated using external authentication procedures." -
DsApplIfUnauthBinds
Long DsApplIfUnauthBinds
Variable for storing the value of "DsApplIfUnauthBinds". The variable is identified by: "1.3.6.1.2.1.66.2.1.3". " Number of unauthenticated/anonymous bind requests received." -
DsApplIfWholeSubtreeSearchOps
Long DsApplIfWholeSubtreeSearchOps
Variable for storing the value of "DsApplIfWholeSubtreeSearchOps". The variable is identified by: "1.3.6.1.2.1.66.2.1.17". " Number of whole subtree search requests received."
-
-
-
Class org.opends.server.snmp.DsApplIfOpsEntryImpl extends DsApplIfOpsEntry implements Serializable
-
Serialized Fields
-
connectionHandlerName
ObjectName connectionHandlerName
ObjectName of the cn=monitor Connection Handler MBean. -
entryName
ObjectName entryName
ObjectName of the DsApplIfOpsEntry. -
monitor
SNMPMonitor monitor
SNMPMonitor representing the gateway between SNMP MBeans and cn=monitor MBeans.
-
-
-
Class org.opends.server.snmp.DsApplIfOpsEntryMeta extends com.sun.management.snmp.agent.SnmpMibEntry implements Serializable
-
Serialized Fields
-
node
DsApplIfOpsEntryMBean node
-
objectserver
com.sun.management.snmp.agent.SnmpStandardObjectServer objectserver
-
-
-
Class org.opends.server.snmp.DsApplIfOpsTableMeta extends com.sun.management.snmp.agent.SnmpMibTable implements Serializable
-
Serialized Fields
-
node
DsApplIfOpsEntryMeta node
Reference to the entry metadata. -
objectserver
com.sun.management.snmp.agent.SnmpStandardObjectServer objectserver
Reference to the object server.
-
-
-
Class org.opends.server.snmp.DsIntEntry extends Object implements Serializable
-
Serialized Fields
-
ApplIndex
Integer ApplIndex
Variable for storing the value of "ApplIndex". The variable is identified by: "1.3.6.1.2.1.27.1.1.1". "An index to uniquely identify the network service application. This attribute is the index used for lexicographic ordering of the table." -
DsApplIfProtocolIndex
Integer DsApplIfProtocolIndex
Variable for storing the value of "DsApplIfProtocolIndex". The variable is identified by: "1.3.6.1.2.1.66.2.1.1". "An index to uniquely identify an entry corresponding to a application-layer protocol interface. This index is used for lexicographic ordering of the table." -
DsIntEntDirectoryName
String DsIntEntDirectoryName
Variable for storing the value of "DsIntEntDirectoryName". The variable is identified by: "1.3.6.1.2.1.66.3.1.2". " Distinguished Name of the peer Directory Server to which this entry pertains." -
DsIntEntFailures
Long DsIntEntFailures
Variable for storing the value of "DsIntEntFailures". The variable is identified by: "1.3.6.1.2.1.66.3.1.7". " Cumulative failures in contacting the peer Directory Server since the creation of this entry." -
DsIntEntFailuresSinceLastSuccess
Long DsIntEntFailuresSinceLastSuccess
Variable for storing the value of "DsIntEntFailuresSinceLastSuccess". The variable is identified by: "1.3.6.1.2.1.66.3.1.6". " The number of failures since the last time an attempt to contact the peer Directory Server was successful. If there have been no successful attempts, this counter will contain the number of failures since this entry was created." -
DsIntEntIndex
Integer DsIntEntIndex
Variable for storing the value of "DsIntEntIndex". The variable is identified by: "1.3.6.1.2.1.66.3.1.1". " Together with applIndex and dsApplIfProtocolIndex, this object forms the unique key to identify the conceptual row which contains useful info on the (attempted) interaction between the Directory Server (referred to by applIndex) and a peer Directory Server using a particular protocol." -
DsIntEntSuccesses
Long DsIntEntSuccesses
Variable for storing the value of "DsIntEntSuccesses". The variable is identified by: "1.3.6.1.2.1.66.3.1.8". " Cumulative successes in contacting the peer Directory Server since the creation of this entry." -
DsIntEntTimeOfCreation
Long DsIntEntTimeOfCreation
Variable for storing the value of "DsIntEntTimeOfCreation". The variable is identified by: "1.3.6.1.2.1.66.3.1.3". " The value of sysUpTime when this row was created. If the entry was created before the network management subsystem was initialized, this object will contain a value of zero." -
DsIntEntTimeOfLastAttempt
Long DsIntEntTimeOfLastAttempt
Variable for storing the value of "DsIntEntTimeOfLastAttempt". The variable is identified by: "1.3.6.1.2.1.66.3.1.4". " The value of sysUpTime when the last attempt was made to contact the peer Directory Server. If the last attempt was made before the network management subsystem was initialized, this object will contain a value of zero." -
DsIntEntTimeOfLastSuccess
Long DsIntEntTimeOfLastSuccess
Variable for storing the value of "DsIntEntTimeOfLastSuccess". The variable is identified by: "1.3.6.1.2.1.66.3.1.5". " The value of sysUpTime when the last attempt made to contact the peer Directory Server was successful. If there have been no successful attempts this entry will have a value of zero. If the last successful attempt was made before the network management subsystem was initialized, this object will contain a value of zero." -
DsIntEntURL
String DsIntEntURL
Variable for storing the value of "DsIntEntURL". The variable is identified by: "1.3.6.1.2.1.66.3.1.9". " URL of the peer Directory Server."
-
-
-
Class org.opends.server.snmp.DsIntEntryMeta extends com.sun.management.snmp.agent.SnmpMibEntry implements Serializable
-
Serialized Fields
-
node
DsIntEntryMBean node
-
objectserver
com.sun.management.snmp.agent.SnmpStandardObjectServer objectserver
-
-
-
Class org.opends.server.snmp.DsIntTableMeta extends com.sun.management.snmp.agent.SnmpMibTable implements Serializable
-
Serialized Fields
-
node
DsIntEntryMeta node
Reference to the entry metadata. -
objectserver
com.sun.management.snmp.agent.SnmpStandardObjectServer objectserver
Reference to the object server.
-
-
-
Class org.opends.server.snmp.DsMIB extends Object implements Serializable
-
Serialized Fields
-
DsApplIfOpsTable
TableDsApplIfOpsTable DsApplIfOpsTable
Variable for storing the value of "DsApplIfOpsTable". The variable is identified by: "1.3.6.1.2.1.66.2". " The table holding information related to the Directory Server operations." -
DsIntTable
TableDsIntTable DsIntTable
Variable for storing the value of "DsIntTable". The variable is identified by: "1.3.6.1.2.1.66.3". " Each row of this table contains some details related to the history of the interaction of the monitored Directory Server with its peer Directory Servers." -
DsTable
TableDsTable DsTable
Variable for storing the value of "DsTable". The variable is identified by: "1.3.6.1.2.1.66.1". " The table holding information related to the Directory Servers."
-
-
-
Class org.opends.server.snmp.DsMIBImpl extends DsMIB implements Serializable
-
Serialized Fields
-
applIfOpsIndex
int applIfOpsIndex
Start Table indexes. -
dsApplIfOpsTableEntries
Hashtable<ObjectName,DsEntry> dsApplIfOpsTableEntries
List of DsApplIfOpsTableEntries. SNMP dsAppIfOpsTable provides summary statistics on the accesses operations and errors for each application protocol interface of a Directory Server -
dsIntTableEntries
Hashtable<ObjectName,DsEntry> dsIntTableEntries
List of DsIntTableEntries. SNMP dsIntTable provides some useful information on the interactions of the monitored DS with peer DS -
dsTableEntries
Hashtable<ObjectName,DsEntry> dsTableEntries
List of DsTableEntries. SNMP dsTable contains the list of Directory Servers -
mib
com.sun.management.snmp.agent.SnmpMib mib
Directory Server MIB access. -
monitor
SNMPMonitor monitor
cn=monitor
Mapping Class SNMP to MBean. -
registeredSnmpMBean
boolean registeredSnmpMBean
Register or not the SNMP MBean. -
server
MBeanServer server
Directory Server MBeanServer.
-
-
-
Class org.opends.server.snmp.DsMIBMeta extends com.sun.management.snmp.agent.SnmpMibGroup implements Serializable
-
Serialized Fields
-
node
DsMIBMBean node
-
objectserver
com.sun.management.snmp.agent.SnmpStandardObjectServer objectserver
-
tableDsApplIfOpsTable
DsApplIfOpsTableMeta tableDsApplIfOpsTable
-
tableDsIntTable
DsIntTableMeta tableDsIntTable
-
tableDsTable
DsTableMeta tableDsTable
-
-
-
Class org.opends.server.snmp.DsTableEntry extends Object implements Serializable
-
Serialized Fields
-
ApplIndex
Integer ApplIndex
Variable for storing the value of "ApplIndex". The variable is identified by: "1.3.6.1.2.1.27.1.1.1". "An index to uniquely identify the network service application. This attribute is the index used for lexicographic ordering of the table." -
DsCacheEntries
Long DsCacheEntries
Variable for storing the value of "DsCacheEntries". The variable is identified by: "1.3.6.1.2.1.66.1.1.5". " Number of entries cached (non-systematic copies) in the Directory Server. This will include the entries that are cached partially. The negative cache is not counted." -
DsCacheHits
Long DsCacheHits
Variable for storing the value of "DsCacheHits". The variable is identified by: "1.3.6.1.2.1.66.1.1.6". " Number of operations that were serviced from the locally held cache." -
DsCopyEntries
Long DsCopyEntries
Variable for storing the value of "DsCopyEntries". The variable is identified by: "1.3.6.1.2.1.66.1.1.4". " Number of entries for which systematic (slave) copies are maintained in the Directory Server." -
DsMasterEntries
Long DsMasterEntries
Variable for storing the value of "DsMasterEntries". The variable is identified by: "1.3.6.1.2.1.66.1.1.3". " Number of entries mastered in the Directory Server." -
DsServerDescription
String DsServerDescription
Variable for storing the value of "DsServerDescription". The variable is identified by: "1.3.6.1.2.1.66.1.1.2". "A text description of the application. This information is intended to identify and briefly describe the application in a status display." -
DsServerType
Byte[] DsServerType
Variable for storing the value of "DsServerType". The variable is identified by: "1.3.6.1.2.1.66.1.1.1". "This object indicates whether the server is a frontend or, a backend or, both. If the server is a frontend, then the frontEndDirectoryServer bit will be set. Similarly for the backend." -
DsSlaveHits
Long DsSlaveHits
Variable for storing the value of "DsSlaveHits". The variable is identified by: "1.3.6.1.2.1.66.1.1.7". " Number of operations that were serviced from the locally held object replications ( copy- entries)."
-
-
-
Class org.opends.server.snmp.DsTableEntryImpl extends DsTableEntry implements Serializable
-
Serialized Fields
-
entryName
ObjectName entryName
ObjectName of the entry. -
monitor
SNMPMonitor monitor
Mapping Class. -
server
MBeanServer server
Directory Server MBeanServer.
-
-
-
Class org.opends.server.snmp.DsTableEntryMeta extends com.sun.management.snmp.agent.SnmpMibEntry implements Serializable
-
Serialized Fields
-
node
DsTableEntryMBean node
-
objectserver
com.sun.management.snmp.agent.SnmpStandardObjectServer objectserver
-
-
-
Class org.opends.server.snmp.DsTableMeta extends com.sun.management.snmp.agent.SnmpMibTable implements Serializable
-
Serialized Fields
-
node
DsTableEntryMeta node
Reference to the entry metadata. -
objectserver
com.sun.management.snmp.agent.SnmpStandardObjectServer objectserver
Reference to the object server.
-
-
-
Class org.opends.server.snmp.TableDsApplIfOpsTable extends com.sun.management.snmp.agent.SnmpTableSupport implements Serializable
-
Serialized Fields
-
server
MBeanServer server
Reference to the MBean server.
-
-
-
Class org.opends.server.snmp.TableDsIntTable extends com.sun.management.snmp.agent.SnmpTableSupport implements Serializable
-
Serialized Fields
-
server
MBeanServer server
Reference to the MBean server.
-
-
-
Class org.opends.server.snmp.TableDsTable extends com.sun.management.snmp.agent.SnmpTableSupport implements Serializable
-
Serialized Fields
-
server
MBeanServer server
Reference to the MBean server.
-
-
-
-
Package org.opends.server.tools.tasks
-
Class org.opends.server.tools.tasks.TaskClientException extends OpenDsException implements Serializable
-
-
Package org.opends.server.tools.upgrade
-
Class org.opends.server.tools.upgrade.ProgressMonitor extends TextOutputCallback implements Serializable
-
Serialized Fields
-
errorOccurred
boolean errorOccurred
-
totalWork
float totalWork
An integer representing the total number of work unit to be performed. -
upgradeContext
org.opends.server.tools.upgrade.UpgradeContext upgradeContext
-
workCompleted
float workCompleted
-
-
-
-
Package org.opends.server.types
-
Class org.opends.server.types.CryptoManagerException extends OpenDsException implements Serializable
-
Class org.opends.server.types.InitializationException extends OpenDsException implements Serializable
-
Class org.opends.server.types.OpenDsException extends Exception implements Serializable
-
Serialized Fields
-
message
LocalizableMessage message
LocalizableMessage that explains the problem.
-
-
-
-
Package org.opends.server.util
-
Class org.opends.server.util.LDIFException extends OpenDsException implements Serializable
-
Serialized Fields
-
canContinueReading
boolean canContinueReading
Indicates whether this exception is severe enough that it is no longer possible to keep reading. -
lineNumber
long lineNumber
The line number of the last line read from the LDIF source.
-
-
-