Serialized Form
-
Package com.isode.dsapi
-
Exception com.isode.dsapi.BadAddressException
class BadAddressException extends DSAPIException implements Serializable- serialVersionUID:
- 6213241198498777490L
-
Exception com.isode.dsapi.BadAttributeTypeException
class BadAttributeTypeException extends DSAPIException implements Serializable- serialVersionUID:
- 7832849134154978616L
-
Exception com.isode.dsapi.BadDNException
class BadDNException extends DSAPIException implements Serializable- serialVersionUID:
- 4128630930408340030L
-
Exception com.isode.dsapi.BadEntryException
class BadEntryException extends DSAPIException implements Serializable- serialVersionUID:
- 4598408620758944591L
-
Exception com.isode.dsapi.BadFilterException
class BadFilterException extends DSAPIException implements Serializable- serialVersionUID:
- -84095357123319223L
-
Exception com.isode.dsapi.BadSyntaxException
class BadSyntaxException extends DSAPIException implements Serializable- serialVersionUID:
- -2625362057328954692L
-
Exception com.isode.dsapi.BadValueException
class BadValueException extends DSAPIException implements Serializable- serialVersionUID:
- 7961970468875771544L
-
Exception com.isode.dsapi.ConnectionLostException
class ConnectionLostException extends NotBoundException implements Serializable- serialVersionUID:
- -8115243376210296915L
-
Exception com.isode.dsapi.DeleteAttributeException
class DeleteAttributeException extends DSAPIException implements Serializable- serialVersionUID:
- 4205135131641903056L
-
Serialized Fields
-
result
Entry result
-
-
Exception com.isode.dsapi.DirectoryOperationFailedException
class DirectoryOperationFailedException extends DSAPIException implements Serializable- serialVersionUID:
- -5918412321598177655L
-
Class com.isode.dsapi.DN
class DN extends Object implements Serializable- serialVersionUID:
- 8882271691870348513L
-
Serialization Methods
-
readObject
Deserialization handling.- Throws:
IOExceptionClassNotFoundException
-
writeObject
Serialization handling.- Throws:
IOException
-
-
Serialized Fields
-
DS_DN
long DS_DN
Pointer to DS_DN structure, used by JNI -
hashCode
int hashCode
This value is written by JNI when a DN is constructed. Note that if the contents of the DN ever change, the field should be set back to -1 which will mean that the next timeDN.hashCode()is called, it will use the JNI function to get the correct value. -
rdnList
ArrayList<RDN> rdnList
RDN sequence of the DN (in least significant order). Some values may be null if they haven't been filled in yet. Use getRDN() to safely get a value.JNI doesn't have knowledge of the fact that the RDN list is maintained as an ArrayList: it uses "addLeastSignificantRDN" and "clearRDNList" to manipulate the list. This means that (a) a future implementation could use something other than an ArrayList, and (b) JNI doesn't have to worry about what Java Objects might need cleaning up as a result of the list being manipulated.
-
-
Exception com.isode.dsapi.DSAPIException
class DSAPIException extends Exception implements Serializable- serialVersionUID:
- 6959713628260269515L
-
Serialized Fields
-
nativeErrorCode
int nativeErrorCode
Status return from native code that may be relevant to this exception.
-
-
Exception com.isode.dsapi.IncompleteReadException
class IncompleteReadException extends IndicationException implements Serializable- serialVersionUID:
- 2667447796702997677L
-
Serialized Fields
-
explanation
String explanation
-
-
Exception com.isode.dsapi.IndicationException
class IndicationException extends DSAPIException implements Serializable- serialVersionUID:
- -5974785260533480662L
-
Serialized Fields
-
ind
Indication ind
-
message
String message
-
-
Exception com.isode.dsapi.NativeLibraryException
class NativeLibraryException extends RuntimeException implements Serializable- serialVersionUID:
- -6122089584912760948L
-
Exception com.isode.dsapi.NoMorePagedResultsException
class NoMorePagedResultsException extends DSAPIException implements Serializable- serialVersionUID:
- 1814695502335318361L
-
Exception com.isode.dsapi.NoSuchAttributeException
class NoSuchAttributeException extends DSAPIException implements Serializable- serialVersionUID:
- 7559386970355844066L
-
Exception com.isode.dsapi.NoSuchEntryException
class NoSuchEntryException extends IndicationException implements Serializable- serialVersionUID:
- -8467702865544113989L
-
Exception com.isode.dsapi.NoSuchOperationException
class NoSuchOperationException extends DSAPIException implements Serializable- serialVersionUID:
- 8279171431898047942L
-
Exception com.isode.dsapi.NotBoundException
class NotBoundException extends DSAPIException implements Serializable- serialVersionUID:
- 8596846051886604623L
-
Exception com.isode.dsapi.NotImplementedException
class NotImplementedException extends DSAPIException implements Serializable- serialVersionUID:
- 8158741715049422745L
-
Exception com.isode.dsapi.OperationFailedException
class OperationFailedException extends DSAPIException implements Serializable- serialVersionUID:
- 833031850630789466L
-
Exception com.isode.dsapi.ReferralException
class ReferralException extends IndicationException implements Serializable- serialVersionUID:
- 1506466995117059011L
-
Exception com.isode.dsapi.SignedOpFailedException
class SignedOpFailedException extends DSAPIException implements Serializable- serialVersionUID:
- 2569252759067090749L
-
Exception com.isode.dsapi.VerificationFailedException
class VerificationFailedException extends NotBoundException implements Serializable- serialVersionUID:
- -6469368741842896003L
-
-
Package com.isode.dsapi.aci
-
Class com.isode.dsapi.aci.ACISubtreeSpec
class ACISubtreeSpec extends Object implements Serializable- serialVersionUID:
- -8806771780327939934L
-
Class com.isode.dsapi.aci.SimpleACIArea
- serialVersionUID:
- -3467612116332624346L
-
Class com.isode.dsapi.aci.SimpleACIArea.ChopList
- serialVersionUID:
- -7607472477938210213L
-
Class com.isode.dsapi.aci.SimpleACIRule
- serialVersionUID:
- -5554004326173160677L
-
Serialized Fields
-
isGrant
boolean isGrant
Are these grant rules (true) or deny rules (false)? -
label
String label
Label of this rule. -
note
String note
Note to explain intended usage of rule, or "" -
orig
SimpleACIRule orig
Copy of original rule used to support hasChanges().
-
-
Class com.isode.dsapi.aci.SimpleACIWorld.ACSAList
- serialVersionUID:
- -3579097340751488136L
-
-
Package com.isode.dsapi.bulk
-
Exception com.isode.dsapi.bulk.DirectoryIterator.FatalException
class FatalException extends DirectoryIterator.ScanException implements Serializable- serialVersionUID:
- 1800827226754206210L
-
Exception com.isode.dsapi.bulk.DirectoryIterator.ScanException
class ScanException extends Exception implements Serializable- serialVersionUID:
- 5258951775430459101L
-
Exception com.isode.dsapi.bulk.SubstitutionException
class SubstitutionException extends Exception implements Serializable- serialVersionUID:
- 1599657590972778086L
-
-
Package com.isode.dsapi.config
-
Exception com.isode.dsapi.config.ConfigOpFailedException
class ConfigOpFailedException extends DSAPIException implements Serializable- serialVersionUID:
- 1L
-
Exception com.isode.dsapi.config.IncorrectVersionException
class IncorrectVersionException extends DSAPIException implements Serializable- serialVersionUID:
- 1L
-
Exception com.isode.dsapi.config.ReadFailedException
class ReadFailedException extends DSAPIException implements Serializable- serialVersionUID:
- 1L
-
-
Package com.isode.dsapi.internal
-
Exception com.isode.dsapi.internal.LDAPDecoderEngineException
class LDAPDecoderEngineException extends com.isode.nettrace.decoder.engine.DecoderEngineException implements Serializable- serialVersionUID:
- 1508817777936850797L
-
-
Package com.isode.dsapi.profile
-
Exception com.isode.dsapi.profile.CannotDeriveKeyException
class CannotDeriveKeyException extends EncryptionException implements Serializable- serialVersionUID:
- 766599940360436815L
-
Exception com.isode.dsapi.profile.EncryptionException
class EncryptionException extends DSAPIException implements Serializable- serialVersionUID:
- 1914102724184469764L
-
-
Package com.isode.dsapi.util
-
Exception com.isode.dsapi.util.BadSaslIdException
class BadSaslIdException extends Exception implements Serializable- serialVersionUID:
- 6689932542702851075L
-
Serialized Fields
-
message
String message
-
-
Exception com.isode.dsapi.util.SaslConfigurationException
class SaslConfigurationException extends SaslException implements Serializable- serialVersionUID:
- -4542144035716349230L
-
Exception com.isode.dsapi.util.SaslException
class SaslException extends Exception implements Serializable- serialVersionUID:
- 8344784565609103672L
-
Exception com.isode.dsapi.util.SaslMappingException
class SaslMappingException extends SaslException implements Serializable- serialVersionUID:
- -4542144035716349231L
-
Exception com.isode.dsapi.util.UnexpectedMultiValuedAttributeException
class UnexpectedMultiValuedAttributeException extends BadAttributeTypeException implements Serializable-
Serialized Fields
-
at
AttributeType at
-
dn
DN dn
-
-
-
-
Package com.isode.dsapi.util.cfg
-
Exception com.isode.dsapi.util.cfg.LDAPProfileException
class LDAPProfileException extends Exception implements Serializable- serialVersionUID:
- 7677233446915126282L
-
-
Package com.isode.dsapi.util.oauth
-
Exception com.isode.dsapi.util.oauth.OAuthException
class OAuthException extends Exception implements Serializable
-
-
Package com.isode.logging
-
Class com.isode.logging.IsodeLevel
class IsodeLevel extends Level implements Serializable
-