Serialized Form


Package org.apache.directory.daemon.installers

Class org.apache.directory.daemon.installers.ReflectionProperties extends java.util.Properties implements Serializable

serialVersionUID: -4748409484925117841L

Serialized Fields

project

MavenProject project

escapedBackslashesInFilePath

boolean escapedBackslashesInFilePath

Package org.apache.directory.mitosis.common

Class org.apache.directory.mitosis.common.InvalidCSNException extends java.lang.RuntimeException implements Serializable

serialVersionUID: 1L

Class org.apache.directory.mitosis.common.ReplicaId extends java.lang.Object implements Serializable

serialVersionUID: 1L

Serialized Fields

id

java.lang.String id
The formated replicaId

Class org.apache.directory.mitosis.common.ReplicationException extends java.lang.RuntimeException implements Serializable

serialVersionUID: -347196060295426926L

Class org.apache.directory.mitosis.common.SimpleCSN extends java.lang.Object implements Serializable

serialVersionUID: 1L

Serialized Fields

timestamp

long timestamp
The timeStamp of this operation


replicaId

ReplicaId replicaId
The server identification


operationSequence

int operationSequence
The operation number in the same timestamp

Class org.apache.directory.mitosis.common.SimpleUUID extends java.lang.Object implements Serializable

serialVersionUID: 3256721788405953846L

Serialized Fields

uuid

java.lang.String uuid

Package org.apache.directory.mitosis.configuration

Class org.apache.directory.mitosis.configuration.ReplicationConfigurationException extends ReplicationException implements Serializable

serialVersionUID: 1L


Package org.apache.directory.mitosis.operation

Class org.apache.directory.mitosis.operation.AddAttributeOperation extends AttributeOperation implements Serializable

serialVersionUID: 7373124294791982297L

Class org.apache.directory.mitosis.operation.AddEntryOperation extends Operation implements Serializable

serialVersionUID: 2294492811671880570L

Serialized Fields

normalizedName

LdapDN normalizedName

entry

javax.naming.directory.Attributes entry

Class org.apache.directory.mitosis.operation.AttributeOperation extends Operation implements Serializable

Serialized Fields

name

LdapDN name

attribute

javax.naming.directory.Attribute attribute

Class org.apache.directory.mitosis.operation.CompositeOperation extends Operation implements Serializable

serialVersionUID: 6252675003841951356L

Serialized Fields

children

java.util.List<E> children

Class org.apache.directory.mitosis.operation.DeleteAttributeOperation extends AttributeOperation implements Serializable

serialVersionUID: -131557844165710365L

Class org.apache.directory.mitosis.operation.Operation extends java.lang.Object implements Serializable

serialVersionUID: 1L

Serialized Fields

csn

CSN csn
The entry CSN

Class org.apache.directory.mitosis.operation.ReplaceAttributeOperation extends AttributeOperation implements Serializable

serialVersionUID: -6573196586521610472L


Package org.apache.directory.mitosis.service

Class org.apache.directory.mitosis.service.ReplicationServiceException extends ReplicationException implements Serializable

serialVersionUID: 3906090070204430386L


Package org.apache.directory.mitosis.store

Class org.apache.directory.mitosis.store.ReplicationStoreException extends java.lang.RuntimeException implements Serializable

serialVersionUID: 3257289127798913336L


Package org.apache.directory.server.core.authn

Class org.apache.directory.server.core.authn.LdapPrincipal extends java.lang.Object implements Serializable

serialVersionUID: 3906650782395676720L

Serialized Fields

name

javax.naming.Name name
the normalized distinguished name of the principal


authenticationLevel

AuthenticationLevel authenticationLevel
the authentication level for this principal


Package org.apache.directory.server.core.configuration

Class org.apache.directory.server.core.configuration.AddPartitionConfiguration extends Configuration implements Serializable

serialVersionUID: -6690435863387769527L

Serialized Fields

directoryPartitionConfiguration

PartitionConfiguration directoryPartitionConfiguration

Class org.apache.directory.server.core.configuration.Configuration extends java.lang.Object implements Serializable

Serialized Fields

instanceId

java.lang.String instanceId

Class org.apache.directory.server.core.configuration.ConfigurationException extends java.lang.RuntimeException implements Serializable

serialVersionUID: -1439234202862091912L

Class org.apache.directory.server.core.configuration.MutableStartupConfiguration extends StartupConfiguration implements Serializable

serialVersionUID: -987437370955222007L

Class org.apache.directory.server.core.configuration.RemovePartitionConfiguration extends Configuration implements Serializable

serialVersionUID: -6690435863387769527L

Serialized Fields

suffix

LdapDN suffix

Class org.apache.directory.server.core.configuration.ShutdownConfiguration extends Configuration implements Serializable

serialVersionUID: 3141844093107051149L

Class org.apache.directory.server.core.configuration.StartupConfiguration extends Configuration implements Serializable

serialVersionUID: 4826762196566871677L

Serialized Fields

workingDirectory

java.io.File workingDirectory

exitVmOnShutdown

boolean exitVmOnShutdown

shutdownHookEnabled

boolean shutdownHookEnabled

allowAnonymousAccess

boolean allowAnonymousAccess

accessControlEnabled

boolean accessControlEnabled

denormalizeOpAttrsEnabled

boolean denormalizeOpAttrsEnabled

maxThreads

int maxThreads

maxSizeLimit

int maxSizeLimit

maxTimeLimit

int maxTimeLimit

authenticatorConfigurations

java.util.Set<E> authenticatorConfigurations

interceptorConfigurations

java.util.List<E> interceptorConfigurations

systemPartitionConfiguration

PartitionConfiguration systemPartitionConfiguration

schemaLoaders

java.util.List<E> schemaLoaders

bootstrapSchemas

java.util.Set<E> bootstrapSchemas

contextPartitionConfigurations

java.util.Set<E> contextPartitionConfigurations

testEntries

java.util.List<E> testEntries

Class org.apache.directory.server.core.configuration.SyncConfiguration extends Configuration implements Serializable

serialVersionUID: -3260859085299322327L


Package org.apache.directory.server.core.interceptor

Class org.apache.directory.server.core.interceptor.InterceptorException extends javax.naming.NamingException implements Serializable

serialVersionUID: 3258690996517746233L

Serialized Fields

interceptor

Interceptor interceptor
The Interceptor causing the failure


Package org.apache.directory.server.core.normalization

Class org.apache.directory.server.core.normalization.UndefinedFilterAttributeException extends java.lang.RuntimeException implements Serializable

serialVersionUID: -8073762118319523479L

Serialized Fields

node

LeafNode node

Package org.apache.directory.server.core.partition.impl.btree

Class org.apache.directory.server.core.partition.impl.btree.BTreeSearchResult extends javax.naming.directory.SearchResult implements Serializable

serialVersionUID: 3976739172700860977L

Serialized Fields

id

java.math.BigInteger id
the primary key used for the resultant entry

Class org.apache.directory.server.core.partition.impl.btree.IndexComparator extends java.lang.Object implements Serializable

serialVersionUID: 3257283621751633459L

Serialized Fields

isForwardMap

boolean isForwardMap
Whether or not the key/value is swapped


keyComp

SerializableComparator keyComp
The key comparison to use

Class org.apache.directory.server.core.partition.impl.btree.IndexNotFoundException extends javax.naming.NamingException implements Serializable

serialVersionUID: 3906088970608981815L

Serialized Fields

indexName

java.lang.String indexName
the name of the index that was not found

Class org.apache.directory.server.core.partition.impl.btree.KeyOnlyComparator extends java.lang.Object implements Serializable

serialVersionUID: 3544956549803161397L

Serialized Fields

keyComparator

SerializableComparator keyComparator

Package org.apache.directory.server.core.partition.impl.btree.gui

Class org.apache.directory.server.core.partition.impl.btree.gui.AboutDialog extends javax.swing.JDialog implements Serializable

serialVersionUID: 3257853194544952884L

Serialized Fields

title

java.lang.String title

product

java.lang.String product

version

java.lang.String version

copyright

java.lang.String copyright

comments

java.lang.String comments

contentPane

javax.swing.JPanel contentPane

prodLabel

javax.swing.JLabel prodLabel

verLabel

javax.swing.JLabel verLabel

copLabel

javax.swing.JLabel copLabel

commentField

javax.swing.JTextArea commentField

btnPanel

javax.swing.JPanel btnPanel

okButton

javax.swing.JButton okButton

image

javax.swing.JLabel image

formLayout

java.awt.BorderLayout formLayout

contentPaneLayout

java.awt.GridBagLayout contentPaneLayout

btnPaneLayout

java.awt.FlowLayout btnPaneLayout

jPanel1

javax.swing.JPanel jPanel1

jPanel2

javax.swing.JPanel jPanel2

Class org.apache.directory.server.core.partition.impl.btree.gui.AddEntryDialog extends javax.swing.JDialog implements Serializable

serialVersionUID: 3544671793504663604L

Serialized Fields

m_namePnl

javax.swing.JPanel m_namePnl

m_attrPnl

javax.swing.JPanel m_attrPnl

m_buttonPnl

javax.swing.JPanel m_buttonPnl

m_rdnPnl

javax.swing.JPanel m_rdnPnl

m_dnPnl

javax.swing.JPanel m_dnPnl

m_rdnLbl

javax.swing.JLabel m_rdnLbl

m_rdnChoice

javax.swing.JComboBox m_rdnChoice

m_dnText

javax.swing.JTextField m_dnText

m_attrScrollPnl

javax.swing.JScrollPane m_attrScrollPnl

m_attrTbl

javax.swing.JTable m_attrTbl

m_doneBut

javax.swing.JButton m_doneBut

m_cancelBut

javax.swing.JButton m_cancelBut

m_popup

javax.swing.JPopupMenu m_popup

m_childEntry

javax.naming.directory.Attributes m_childEntry

Class org.apache.directory.server.core.partition.impl.btree.gui.AnnotatedFilterTreeDialog extends javax.swing.JDialog implements Serializable

serialVersionUID: 3690476917916513074L

Serialized Fields

jPanel1

javax.swing.JPanel jPanel1

jTree1

javax.swing.JTree jTree1

jPanel2

javax.swing.JPanel jPanel2

jPanel3

javax.swing.JPanel jPanel3

jTextArea1

javax.swing.JTextArea jTextArea1

jScrollPane1

javax.swing.JScrollPane jScrollPane1

jButton1

javax.swing.JButton jButton1

Class org.apache.directory.server.core.partition.impl.btree.gui.AttributesTableModel extends javax.swing.table.AbstractTableModel implements Serializable

serialVersionUID: 3256443603340310841L

Serialized Fields

entry

javax.naming.directory.Attributes entry
the attributes for the entry


id

java.math.BigInteger id
the unique id of the entry


dn

java.lang.String dn
the distinguished name of the entry


isMutable

boolean isMutable
whether or not the model is mutable

Class org.apache.directory.server.core.partition.impl.btree.gui.EntryDialog extends javax.swing.JDialog implements Serializable

serialVersionUID: 3761684611092001592L

Serialized Fields

m_namePnl

javax.swing.JPanel m_namePnl

m_attrPnl

javax.swing.JPanel m_attrPnl

m_buttonPnl

javax.swing.JPanel m_buttonPnl

m_rdnPnl

javax.swing.JPanel m_rdnPnl

m_dnPnl

javax.swing.JPanel m_dnPnl

m_rdnLbl

javax.swing.JLabel m_rdnLbl

m_rdnChoice

javax.swing.JComboBox m_rdnChoice

m_dnText

javax.swing.JTextField m_dnText

m_attrScrollPnl

javax.swing.JScrollPane m_attrScrollPnl

m_attrTbl

javax.swing.JTable m_attrTbl

m_doneBut

javax.swing.JButton m_doneBut

m_cancelBut

javax.swing.JButton m_cancelBut

Class org.apache.directory.server.core.partition.impl.btree.gui.FilterDialog extends javax.swing.JDialog implements Serializable

serialVersionUID: 3760565295319626294L

Serialized Fields

m_northPnl

javax.swing.JPanel m_northPnl

m_centerPnl

javax.swing.JPanel m_centerPnl

m_filterText

javax.swing.JTextArea m_filterText

m_scopeLbl

javax.swing.JLabel m_scopeLbl

m_scopeChoice

javax.swing.JComboBox m_scopeChoice

m_limitLbl

javax.swing.JLabel m_limitLbl

m_limitField

javax.swing.JTextField m_limitField

m_southPnl

javax.swing.JPanel m_southPnl

m_searchBut

javax.swing.JButton m_searchBut

m_cancelBut

javax.swing.JButton m_cancelBut

m_scrollPane

javax.swing.JScrollPane m_scrollPane

m_mode

java.lang.String m_mode

m_baseText

javax.swing.JTextField m_baseText

m_basePnl

javax.swing.JPanel m_basePnl

jLabel1

javax.swing.JLabel jLabel1

Class org.apache.directory.server.core.partition.impl.btree.gui.IndexDialog extends javax.swing.JDialog implements Serializable

serialVersionUID: 3689917253680445238L

Serialized Fields

mainPnl

java.awt.Panel mainPnl

tabbedPane

javax.swing.JTabbedPane tabbedPane

listPnl

javax.swing.JPanel listPnl

cursorPnl

javax.swing.JPanel cursorPnl

resultsPnl

javax.swing.JPanel resultsPnl

jScrollPane2

javax.swing.JScrollPane jScrollPane2

resultsTbl

javax.swing.JTable resultsTbl

buttonPnl

javax.swing.JPanel buttonPnl

doneBut

javax.swing.JButton doneBut

jLabel1

javax.swing.JLabel jLabel1

keyText

javax.swing.JTextField keyText

jLabel2

javax.swing.JLabel jLabel2

scanBut

javax.swing.JButton scanBut

index

Index index

selectedCursorType

java.lang.String selectedCursorType

Class org.apache.directory.server.core.partition.impl.btree.gui.PartitionFrame extends javax.swing.JFrame implements Serializable

serialVersionUID: 4049353102291513657L

Serialized Fields

statusBar

javax.swing.JLabel statusBar

mainPnl

javax.swing.JPanel mainPnl

splitPane

javax.swing.JSplitPane splitPane

tabbedPane

javax.swing.JTabbedPane tabbedPane

entryPnl

javax.swing.JPanel entryPnl

idxPnl

javax.swing.JPanel idxPnl

treePane

javax.swing.JScrollPane treePane

tree

javax.swing.JTree tree

entryPane

javax.swing.JScrollPane entryPane

entryTbl

javax.swing.JTable entryTbl

idxPane

javax.swing.JScrollPane idxPane

idxTbl

javax.swing.JTable idxTbl

searchMenu

javax.swing.JMenu searchMenu

annotate

javax.swing.JMenuItem annotate

run

javax.swing.JMenuItem run

debug

javax.swing.JMenuItem debug

indices

javax.swing.JMenu indices

partition

BTreePartition partition

doCleanUp

boolean doCleanUp

nodes

java.util.HashMap<K,V> nodes

root

EntryNode root

eng

SearchEngine eng

Class org.apache.directory.server.core.partition.impl.btree.gui.SearchResultDialog extends javax.swing.JDialog implements Serializable

serialVersionUID: 3256999964914757684L

Serialized Fields

jPanel1

javax.swing.JPanel jPanel1

jTree1

javax.swing.JTree jTree1

jPanel2

javax.swing.JPanel jPanel2

jPanel3

javax.swing.JPanel jPanel3

jTextArea1

javax.swing.JTextArea jTextArea1

jScrollPane1

javax.swing.JScrollPane jScrollPane1

jButton1

javax.swing.JButton jButton1

jPanel4

javax.swing.JPanel jPanel4

jScrollPane2

javax.swing.JScrollPane jScrollPane2

m_resultsTbl

javax.swing.JTable m_resultsTbl

Package org.apache.directory.server.core.partition.impl.btree.jdbm

Class org.apache.directory.server.core.partition.impl.btree.jdbm.BTreeRedirect extends java.lang.Object implements Serializable

serialVersionUID: -4289810071005184834L

Serialized Fields

recId

java.lang.Long recId

Package org.apache.directory.server.core.prefs

Class org.apache.directory.server.core.prefs.ServerSystemPreferenceException extends java.lang.RuntimeException implements Serializable

serialVersionUID: -2042269063779317751L


Package org.apache.directory.server.core.schema

Class org.apache.directory.server.core.schema.DnNormalizer extends java.lang.Object implements Serializable

Serialized Fields

attrRegistry

AttributeTypeRegistry attrRegistry

Class org.apache.directory.server.core.schema.RegistrySchemaProducer.ConceteSchemaSyntax extends AbstractSyntax implements Serializable

Serialized Fields

registry

SyntaxCheckerRegistry registry

Class org.apache.directory.server.core.schema.RegistrySchemaProducer.ConcreteSchemaAttributeType extends AbstractAttributeType implements Serializable

serialVersionUID: 4050205236738471984L

Serialized Fields

syntaxRegistry

SyntaxRegistry syntaxRegistry

matchingRuleRegistry

MatchingRuleRegistry matchingRuleRegistry

attributeTypeRegistry

AttributeTypeRegistry attributeTypeRegistry

superiorId

java.lang.String superiorId

equalityId

java.lang.String equalityId

substrId

java.lang.String substrId

orderingId

java.lang.String orderingId

syntaxId

java.lang.String syntaxId

Class org.apache.directory.server.core.schema.RegistrySchemaProducer.ConcreteSchemaMatchingRule extends AbstractMatchingRule implements Serializable

Serialized Fields

syntaxRegistry

SyntaxRegistry syntaxRegistry

normalizerRegistry

NormalizerRegistry normalizerRegistry

comparatorRegistry

ComparatorRegistry comparatorRegistry

syntaxOid

java.lang.String syntaxOid

Class org.apache.directory.server.core.schema.RegistrySchemaProducer.ConcreteSchemaObjectClass extends AbstractSchemaObject implements Serializable

Serialized Fields

objectClassRegistry

ObjectClassRegistry objectClassRegistry

attributeTypeRegistry

AttributeTypeRegistry attributeTypeRegistry

superClassIds

java.lang.String[] superClassIds

superClasses

ObjectClass[] superClasses

type

ObjectClassTypeEnum type

mayListIds

java.lang.String[] mayListIds

mayList

AttributeType[] mayList

mustListIds

java.lang.String[] mustListIds

mustList

AttributeType[] mustList

Class org.apache.directory.server.core.schema.SchemaProducer.ConceteSchemaSyntax extends AbstractSyntax implements Serializable

Serialized Fields

registry

SyntaxCheckerRegistry registry

Class org.apache.directory.server.core.schema.SchemaProducer.ConcreteSchemaAttributeType extends AbstractAttributeType implements Serializable

serialVersionUID: 4050205236738471984L

Serialized Fields

syntaxRegistry

SyntaxRegistry syntaxRegistry

matchingRuleRegistry

MatchingRuleRegistry matchingRuleRegistry

attributeTypeRegistry

AttributeTypeRegistry attributeTypeRegistry

superiorId

java.lang.String superiorId

equalityId

java.lang.String equalityId

substrId

java.lang.String substrId

orderingId

java.lang.String orderingId

syntaxId

java.lang.String syntaxId

Class org.apache.directory.server.core.schema.SchemaProducer.ConcreteSchemaMatchingRule extends AbstractMatchingRule implements Serializable

Serialized Fields

syntaxRegistry

SyntaxRegistry syntaxRegistry

normalizerRegistry

NormalizerRegistry normalizerRegistry

comparatorRegistry

ComparatorRegistry comparatorRegistry

syntaxOid

java.lang.String syntaxOid

Class org.apache.directory.server.core.schema.SchemaProducer.ConcreteSchemaObjectClass extends AbstractSchemaObject implements Serializable

Serialized Fields

objectClassRegistry

ObjectClassRegistry objectClassRegistry

attributeTypeRegistry

AttributeTypeRegistry attributeTypeRegistry

superClassIds

java.lang.String[] superClassIds

superClasses

ObjectClass[] superClasses

type

ObjectClassTypeEnum type

mayListIds

java.lang.String[] mayListIds

mayList

AttributeType[] mayList

mustListIds

java.lang.String[] mustListIds

mustList

AttributeType[] mustList

Class org.apache.directory.server.core.schema.SerializableComparator extends java.lang.Object implements Serializable

serialVersionUID: 3257566226288162870L

Serialized Fields

matchingRuleOid

java.lang.String matchingRuleOid
the OID of the matchingRule for this comparator


Package org.apache.directory.server.core.schema.bootstrap

Class org.apache.directory.server.core.schema.bootstrap.AbstractBootstrapProducer.BootstrapAttributeType extends AbstractAttributeType implements Serializable

serialVersionUID: 4050205236738471984L

Serialized Fields

syntaxRegistry

SyntaxRegistry syntaxRegistry

matchingRuleRegistry

MatchingRuleRegistry matchingRuleRegistry

attributeTypeRegistry

AttributeTypeRegistry attributeTypeRegistry

superiorId

java.lang.String superiorId

equalityId

java.lang.String equalityId

substrId

java.lang.String substrId

orderingId

java.lang.String orderingId

syntaxId

java.lang.String syntaxId

Class org.apache.directory.server.core.schema.bootstrap.AbstractBootstrapProducer.BootstrapMatchingRule extends AbstractMatchingRule implements Serializable

serialVersionUID: 1L

Serialized Fields

syntaxRegistry

SyntaxRegistry syntaxRegistry

normalizerRegistry

NormalizerRegistry normalizerRegistry

comparatorRegistry

ComparatorRegistry comparatorRegistry

syntaxOid

java.lang.String syntaxOid

Class org.apache.directory.server.core.schema.bootstrap.AbstractBootstrapProducer.BootstrapObjectClass extends AbstractSchemaObject implements Serializable

serialVersionUID: 1L

Serialized Fields

objectClassRegistry

ObjectClassRegistry objectClassRegistry

attributeTypeRegistry

AttributeTypeRegistry attributeTypeRegistry

superClassIds

java.lang.String[] superClassIds

superClasses

ObjectClass[] superClasses

type

ObjectClassTypeEnum type

mayListIds

java.lang.String[] mayListIds

mayList

AttributeType[] mayList

mustListIds

java.lang.String[] mustListIds

mustList

AttributeType[] mustList

Class org.apache.directory.server.core.schema.bootstrap.AbstractBootstrapProducer.BootstrapSyntax extends AbstractSyntax implements Serializable

serialVersionUID: 1L

Serialized Fields

registry

SyntaxCheckerRegistry registry

Class org.apache.directory.server.core.schema.bootstrap.ApachemetaComparatorProducer.ObjectClassTypeComparator extends java.lang.Object implements Serializable

serialVersionUID: 1L

Class org.apache.directory.server.core.schema.bootstrap.ApachemetaMatchingRuleProducer.ObjectClassTypeMatch extends java.lang.Object implements Serializable

serialVersionUID: 1L

Class org.apache.directory.server.core.schema.bootstrap.ApachemetaSyntaxProducer.NameOrNumericIdSyntax extends java.lang.Object implements Serializable

serialVersionUID: 1L

Class org.apache.directory.server.core.schema.bootstrap.ApachemetaSyntaxProducer.ObjectClassTypeSyntax extends java.lang.Object implements Serializable

serialVersionUID: 1L

Class org.apache.directory.server.core.schema.bootstrap.NameOrNumericIdComparator extends java.lang.Object implements Serializable

serialVersionUID: 1L

Class org.apache.directory.server.core.schema.bootstrap.NameOrNumericIdMatch extends java.lang.Object implements Serializable

serialVersionUID: 1L

Class org.apache.directory.server.core.schema.bootstrap.NameOrNumericIdNormalizer extends java.lang.Object implements Serializable

serialVersionUID: 1L


Package org.apache.directory.shared.asn1.ber.tlv

Class org.apache.directory.shared.asn1.ber.tlv.Value extends java.lang.Object implements Serializable

serialVersionUID: 1L

Serialized Fields

data

byte[] data
The data buffer. TODO Create a streamed data to store large data


currentPos

int currentPos
The current position of the last byte in the data buffer


Package org.apache.directory.shared.asn1.codec

Class org.apache.directory.shared.asn1.codec.DecoderException extends java.lang.Exception implements Serializable

serialVersionUID: 1L

Class org.apache.directory.shared.asn1.codec.EncoderException extends java.lang.Exception implements Serializable

serialVersionUID: 1L


Package org.apache.directory.shared.asn1.primitives

Class org.apache.directory.shared.asn1.primitives.BitString extends java.lang.Object implements Serializable

serialVersionUID: 1L

Serialized Fields

nbUnusedBits

int nbUnusedBits
The number of unused ints


isStreamed

boolean isStreamed
Tells if the OctetString is streamed or not


bytes

byte[] bytes
The string is stored in a byte array


nbBytes

int nbBytes
Actual length of the byte array


nbBits

int nbBits
Actual length of the bit string

Class org.apache.directory.shared.asn1.primitives.OID extends java.lang.Object implements Serializable

serialVersionUID: 1L

Serialized Fields

oidValues

long[] oidValues
The OID as a array of int


Package org.apache.directory.shared.asn1.util

Class org.apache.directory.shared.asn1.util.BooleanDecoderException extends java.lang.Exception implements Serializable

serialVersionUID: 1L

Class org.apache.directory.shared.asn1.util.IntegerDecoderException extends java.lang.Exception implements Serializable

serialVersionUID: 1L


Package org.apache.directory.shared.ldap

Class org.apache.directory.shared.ldap.MultiException extends java.lang.Exception implements Serializable

serialVersionUID: 2889747406899775761L

Serialized Fields

nestedExceptions

java.util.Collection<E> nestedExceptions
Collection of nested exceptions.

Class org.apache.directory.shared.ldap.NotImplementedException extends java.lang.RuntimeException implements Serializable

serialVersionUID: -5899307402675964298L

Class org.apache.directory.shared.ldap.RuntimeMultiException extends java.lang.RuntimeException implements Serializable

serialVersionUID: 8582253398936366771L

Serialized Fields

nestedExceptions

java.util.Collection<E> nestedExceptions
Collection of nested exceptions.


Package org.apache.directory.shared.ldap.aci

Class org.apache.directory.shared.ldap.aci.ACIItem extends java.lang.Object implements Serializable

Serialized Fields

identificationTag

java.lang.String identificationTag

precedence

int precedence

authenticationLevel

AuthenticationLevel authenticationLevel

Class org.apache.directory.shared.ldap.aci.ACITuple extends java.lang.Object implements Serializable

serialVersionUID: 4353150626941232371L

Serialized Fields

userClasses

java.util.Collection<E> userClasses

authenticationLevel

AuthenticationLevel authenticationLevel

protectedItems

java.util.Collection<E> protectedItems

microOperations

java.util.Set<E> microOperations

grant

boolean grant

precedence

int precedence

Class org.apache.directory.shared.ldap.aci.AuthenticationLevel extends java.lang.Object implements Serializable

serialVersionUID: -6757937682267073130L

Serialized Fields

level

int level

name

java.lang.String name

Class org.apache.directory.shared.ldap.aci.ItemFirstACIItem extends ACIItem implements Serializable

serialVersionUID: -8199453391060356463L

Serialized Fields

protectedItems

java.util.Collection<E> protectedItems

itemPermissions

java.util.Collection<E> itemPermissions

Class org.apache.directory.shared.ldap.aci.ItemPermission extends Permission implements Serializable

serialVersionUID: 3940100745409337694L

Serialized Fields

userClasses

java.util.Collection<E> userClasses

Class org.apache.directory.shared.ldap.aci.Permission extends java.lang.Object implements Serializable

Serialized Fields

precedence

int precedence

grantsAndDenials

java.util.Set<E> grantsAndDenials

grants

java.util.Set<E> grants

denials

java.util.Set<E> denials

Class org.apache.directory.shared.ldap.aci.ProtectedItem extends java.lang.Object implements Serializable

Class org.apache.directory.shared.ldap.aci.ProtectedItem.AllAttributeValues extends org.apache.directory.shared.ldap.aci.ProtectedItem.AttributeTypeProtectedItem implements Serializable

serialVersionUID: -9039274739078220203L

Class org.apache.directory.shared.ldap.aci.ProtectedItem.AllUserAttributeTypes extends ProtectedItem implements Serializable

serialVersionUID: 3728652941148931359L

Class org.apache.directory.shared.ldap.aci.ProtectedItem.AllUserAttributeTypesAndValues extends ProtectedItem implements Serializable

serialVersionUID: 7250988885983604442L

Class org.apache.directory.shared.ldap.aci.ProtectedItem.AttributeType extends org.apache.directory.shared.ldap.aci.ProtectedItem.AttributeTypeProtectedItem implements Serializable

serialVersionUID: -9039274739078220203L

Class org.apache.directory.shared.ldap.aci.ProtectedItem.AttributeValue extends ProtectedItem implements Serializable

serialVersionUID: -258318397837951363L

Serialized Fields

attributes

java.util.Collection<E> attributes

Class org.apache.directory.shared.ldap.aci.ProtectedItem.Classes extends ProtectedItem implements Serializable

serialVersionUID: -8553151906617285325L

Serialized Fields

classes

ExprNode classes

Class org.apache.directory.shared.ldap.aci.ProtectedItem.Entry extends ProtectedItem implements Serializable

serialVersionUID: -6971482229815999874L

Class org.apache.directory.shared.ldap.aci.ProtectedItem.MaxImmSub extends ProtectedItem implements Serializable

serialVersionUID: -8553151906617285325L

Serialized Fields

value

int value

Class org.apache.directory.shared.ldap.aci.ProtectedItem.MaxValueCount extends ProtectedItem implements Serializable

serialVersionUID: 5261651541488944572L

Serialized Fields

items

java.util.Collection<E> items

Class org.apache.directory.shared.ldap.aci.ProtectedItem.MaxValueCountItem extends java.lang.Object implements Serializable

serialVersionUID: 43697038363452113L

Serialized Fields

attributeType

java.lang.String attributeType

maxCount

int maxCount

Class org.apache.directory.shared.ldap.aci.ProtectedItem.RangeOfValues extends ProtectedItem implements Serializable

serialVersionUID: -8553151906617285325L

Serialized Fields

filter

ExprNode filter

Class org.apache.directory.shared.ldap.aci.ProtectedItem.RestrictedBy extends ProtectedItem implements Serializable

serialVersionUID: -8157637446588058799L

Serialized Fields

items

java.util.Collection<E> items

Class org.apache.directory.shared.ldap.aci.ProtectedItem.RestrictedByItem extends java.lang.Object implements Serializable

serialVersionUID: 4319052153538757099L

Serialized Fields

attributeType

java.lang.String attributeType

valuesIn

java.lang.String valuesIn

Class org.apache.directory.shared.ldap.aci.ProtectedItem.SelfValue extends org.apache.directory.shared.ldap.aci.ProtectedItem.AttributeTypeProtectedItem implements Serializable

serialVersionUID: -7788463918070206609L

Class org.apache.directory.shared.ldap.aci.UserClass extends java.lang.Object implements Serializable

Class org.apache.directory.shared.ldap.aci.UserClass.AllUsers extends UserClass implements Serializable

serialVersionUID: 8967984720792510292L

Class org.apache.directory.shared.ldap.aci.UserClass.Name extends org.apache.directory.shared.ldap.aci.UserClass.NamedUserClass implements Serializable

serialVersionUID: -4168412030168359882L

Class org.apache.directory.shared.ldap.aci.UserClass.Subtree extends UserClass implements Serializable

serialVersionUID: 3949337699049701332L

Serialized Fields

subtreeSpecifications

java.util.Collection<E> subtreeSpecifications

Class org.apache.directory.shared.ldap.aci.UserClass.ThisEntry extends UserClass implements Serializable

serialVersionUID: -8189325270233754470L

Class org.apache.directory.shared.ldap.aci.UserClass.UserGroup extends org.apache.directory.shared.ldap.aci.UserClass.NamedUserClass implements Serializable

serialVersionUID: 8887107815072965807L

Class org.apache.directory.shared.ldap.aci.UserFirstACIItem extends ACIItem implements Serializable

serialVersionUID: 5587483838404246148L

Serialized Fields

userClasses

java.util.Collection<E> userClasses

userPermissions

java.util.Collection<E> userPermissions

Class org.apache.directory.shared.ldap.aci.UserPermission extends Permission implements Serializable

serialVersionUID: 3940100745409337694L

Serialized Fields

protectedItems

java.util.Collection<E> protectedItems

Package org.apache.directory.shared.ldap.codec

Class org.apache.directory.shared.ldap.codec.ResponseCarryingException extends DecoderException implements Serializable

serialVersionUID: 1L

Serialized Fields

response

Message response
The response with the error cause


Package org.apache.directory.shared.ldap.codec.util

Class org.apache.directory.shared.ldap.codec.util.HttpClientError extends java.lang.Error implements Serializable

serialVersionUID: 1L

Class org.apache.directory.shared.ldap.codec.util.LdapURLEncodingException extends java.lang.Exception implements Serializable

serialVersionUID: 1L

Class org.apache.directory.shared.ldap.codec.util.URIException extends java.lang.Exception implements Serializable

serialVersionUID: 1L

Serialized Fields

reasonCode

int reasonCode
The reason code.


reason

java.lang.String reason
The reason message.

Class org.apache.directory.shared.ldap.codec.util.UrlDecoderException extends java.lang.Exception implements Serializable

serialVersionUID: 1L


Package org.apache.directory.shared.ldap.exception

Class org.apache.directory.shared.ldap.exception.LdapAttributeInUseException extends javax.naming.directory.AttributeInUseException implements Serializable

serialVersionUID: 886120483680893537L

Class org.apache.directory.shared.ldap.exception.LdapAttributeModificationException extends javax.naming.directory.AttributeModificationException implements Serializable

serialVersionUID: -8498698544795503702L

Serialized Fields

resultCode

ResultCodeEnum resultCode
the LDAP result code to be checked

Class org.apache.directory.shared.ldap.exception.LdapAuthenticationException extends javax.naming.AuthenticationException implements Serializable

serialVersionUID: 4035795887975350185L

Class org.apache.directory.shared.ldap.exception.LdapAuthenticationNotSupportedException extends javax.naming.AuthenticationNotSupportedException implements Serializable

serialVersionUID: 2532733848470791678L

Serialized Fields

resultCode

ResultCodeEnum resultCode
the result code type safe enumeration

Class org.apache.directory.shared.ldap.exception.LdapConfigurationException extends javax.naming.ConfigurationException implements Serializable

serialVersionUID: 7062168557099947648L

Class org.apache.directory.shared.ldap.exception.LdapContextNotEmptyException extends javax.naming.ContextNotEmptyException implements Serializable

serialVersionUID: -2320797162018226278L

Class org.apache.directory.shared.ldap.exception.LdapInvalidAttributeIdentifierException extends javax.naming.directory.InvalidAttributeIdentifierException implements Serializable

serialVersionUID: 886120483680893537L

Class org.apache.directory.shared.ldap.exception.LdapInvalidAttributesException extends javax.naming.directory.InvalidAttributesException implements Serializable

Serialized Fields

resultCode

ResultCodeEnum resultCode
the LDAP result code to be checked

Class org.apache.directory.shared.ldap.exception.LdapInvalidAttributeValueException extends javax.naming.directory.InvalidAttributeValueException implements Serializable

serialVersionUID: 5763624876999168014L

Serialized Fields

resultCode

ResultCodeEnum resultCode
the LDAP resultCode this exception is associated with

Class org.apache.directory.shared.ldap.exception.LdapInvalidNameException extends javax.naming.InvalidNameException implements Serializable

serialVersionUID: 1922458280238058561L

Serialized Fields

resultCode

ResultCodeEnum resultCode
the LDAP resultCode this exception is associated with

Class org.apache.directory.shared.ldap.exception.LdapNameAlreadyBoundException extends javax.naming.NameAlreadyBoundException implements Serializable

serialVersionUID: 5387177233617276618L

Class org.apache.directory.shared.ldap.exception.LdapNameNotFoundException extends javax.naming.NameNotFoundException implements Serializable

serialVersionUID: 5162107136594237160L

Class org.apache.directory.shared.ldap.exception.LdapNamingException extends javax.naming.NamingException implements Serializable

serialVersionUID: -3777365681132844241L

Serialized Fields

resultCode

ResultCodeEnum resultCode
the LDAP resultCode this exception is associated with

Class org.apache.directory.shared.ldap.exception.LdapNoPermissionException extends javax.naming.NoPermissionException implements Serializable

serialVersionUID: -8611970137960601723L

Class org.apache.directory.shared.ldap.exception.LdapNoSuchAttributeException extends javax.naming.directory.NoSuchAttributeException implements Serializable

serialVersionUID: 886120483680893537L

Class org.apache.directory.shared.ldap.exception.LdapReferralException extends javax.naming.ReferralException implements Serializable

serialVersionUID: -8611970137960601723L

Serialized Fields

refs

java.util.List<E> refs

index

int index

Class org.apache.directory.shared.ldap.exception.LdapSchemaViolationException extends javax.naming.directory.SchemaViolationException implements Serializable

serialVersionUID: 5763624876999168014L

Serialized Fields

resultCode

ResultCodeEnum resultCode
the LDAP resultCode this exception is associated with

Class org.apache.directory.shared.ldap.exception.LdapServiceUnavailableException extends javax.naming.ServiceUnavailableException implements Serializable

serialVersionUID: -5058439476235675179L

Serialized Fields

resultCode

ResultCodeEnum resultCode
the LDAP result code to be checked

Class org.apache.directory.shared.ldap.exception.LdapSizeLimitExceededException extends javax.naming.SizeLimitExceededException implements Serializable

serialVersionUID: -8611970137960601723L

Class org.apache.directory.shared.ldap.exception.LdapTimeLimitExceededException extends javax.naming.TimeLimitExceededException implements Serializable

serialVersionUID: -8611970137960601723L

Class org.apache.directory.shared.ldap.exception.OperationAbandonedException extends javax.naming.NamingException implements Serializable

serialVersionUID: -99548684403070989L


Package org.apache.directory.shared.ldap.ldif

Class org.apache.directory.shared.ldap.ldif.LdifControl extends java.lang.Object implements Serializable

serialVersionUID: 1L

Serialized Fields

oid

OID oid
The control OID


criticality

boolean criticality
The control criticality


value

byte[] value
The control BER encoded value


Package org.apache.directory.shared.ldap.message

Class org.apache.directory.shared.ldap.message.ControlImpl extends java.lang.Object implements Serializable

Serialized Fields

oid

java.lang.String oid
Unique object identifier for this control


value

byte[] value
Control ASN.1 encoded parameters


isCritical

boolean isCritical
Flag for control criticality

Class org.apache.directory.shared.ldap.message.EntryChangeControl extends ControlImpl implements Serializable

serialVersionUID: -2356861450876343999L

Serialized Fields

changeType

ChangeType changeType

changeNumber

int changeNumber

previousDn

LdapDN previousDn

Class org.apache.directory.shared.ldap.message.ExtendedRequestImpl extends AbstractRequest implements Serializable

serialVersionUID: 7916990159044177480L

Serialized Fields

oid

java.lang.String oid
Extended request's Object Identifier or requestName


payload

byte[] payload
Extended request's payload or requestValue


response

ResultResponse response

Class org.apache.directory.shared.ldap.message.ExtendedResponseImpl extends AbstractResultResponse implements Serializable

serialVersionUID: -6646752766410531060L

Serialized Fields

oid

java.lang.String oid
Object identifier for the extended response


value

byte[] value
Values encoded in the extended response payload

Class org.apache.directory.shared.ldap.message.LockableAttributeImpl extends java.lang.Object implements Serializable

serialVersionUID: -5158233254341746514L

Serialized Fields

upId

java.lang.String upId
the name of the attribute, case sensitive


value

java.lang.Object value
In case we have only one value, just use this container


list

java.util.List<E> list
the list of attribute values


size

int size
The number of values stored

Class org.apache.directory.shared.ldap.message.LockableAttributesImpl extends java.lang.Object implements Serializable

serialVersionUID: -69864533495992471L

Serialized Fields

keyMap

java.util.Map<K,V> keyMap
Cache of lowercase id Strings to mixed cased user provided String ids

Class org.apache.directory.shared.ldap.message.ManageDsaITControl extends ControlImpl implements Serializable

serialVersionUID: -8844249964346248321L

Class org.apache.directory.shared.ldap.message.MessageException extends RuntimeMultiException implements Serializable

serialVersionUID: -155089078576745029L

Class org.apache.directory.shared.ldap.message.PersistentSearchControl extends ControlImpl implements Serializable

serialVersionUID: -2356861450876343999L

Serialized Fields

changesOnly

boolean changesOnly
If changesOnly is TRUE, the server MUST NOT return any existing entries that match the search criteria. Entries are only returned when they are changed (added, modified, deleted, or subject to a modifyDN operation). By default this is set to true.


returnECs

boolean returnECs
If returnECs is TRUE, the server MUST return an Entry Change Notification control with each entry returned as the result of changes. By default this is set to false.


changeTypes

int changeTypes
As changes are made to the server, the effected entries MUST be returned to the client if they match the standard search cri- teria and if the operation that caused the change is included in the changeTypes field. The changeTypes field is the logical OR of one or more of these values: add (1), delete (2), modify (4), modDN (8). By default this is set to 1 | 2 | 4 | 8 which is the int value 0x0F or 15.

Class org.apache.directory.shared.ldap.message.ResponseCarryingMessageException extends RuntimeMultiException implements Serializable

serialVersionUID: 1L

Serialized Fields

response

Message response
The response with the error cause

Class org.apache.directory.shared.ldap.message.SubentriesControl extends ControlImpl implements Serializable

serialVersionUID: -2356861450876343999L

Serialized Fields

visibility

boolean visibility
the visibility for this control


Package org.apache.directory.shared.ldap.message.extended

Class org.apache.directory.shared.ldap.message.extended.GracefulDisconnect extends ExtendedResponseImpl implements Serializable

serialVersionUID: -4682291068700593492L

Serialized Fields

timeOffline

int timeOffline
offline Time after disconnection


delay

int delay
Delay before disconnection


replicatedContexts

Referral replicatedContexts
String based LDAP URL that may be followed for replicated namingContexts

Class org.apache.directory.shared.ldap.message.extended.GracefulShutdownRequest extends ExtendedRequestImpl implements Serializable

serialVersionUID: -4682291068700593492L

Serialized Fields

timeOffline

int timeOffline
offline Time after disconnection


delay

int delay
Delay before disconnection

Class org.apache.directory.shared.ldap.message.extended.GracefulShutdownResponse extends ExtendedResponseImpl implements Serializable

serialVersionUID: -3824715470944544189L

Class org.apache.directory.shared.ldap.message.extended.LaunchDiagnosticUiRequest extends ExtendedRequestImpl implements Serializable

serialVersionUID: -7481749915684864433L

Class org.apache.directory.shared.ldap.message.extended.LaunchDiagnosticUiResponse extends ExtendedResponseImpl implements Serializable

serialVersionUID: -3824715470944544189L

Class org.apache.directory.shared.ldap.message.extended.NoticeOfDisconnect extends ExtendedResponseImpl implements Serializable

serialVersionUID: -4682291068700593492L

Class org.apache.directory.shared.ldap.message.extended.StoredProcedureRequest extends ExtendedRequestImpl implements Serializable

serialVersionUID: -4682291068700593492L

Serialized Fields

procedure

StoredProcedure procedure

Class org.apache.directory.shared.ldap.message.extended.StoredProcedureResponse extends ExtendedResponseImpl implements Serializable

serialVersionUID: 1L


Package org.apache.directory.shared.ldap.message.spi

Class org.apache.directory.shared.ldap.message.spi.ProviderException extends MessageException implements Serializable

serialVersionUID: 8915445282948982052L

Serialized Fields

m_provider

Provider m_provider
The provider this exception resulted on


Package org.apache.directory.shared.ldap.name

Class org.apache.directory.shared.ldap.name.AttributeTypeAndValue extends java.lang.Object implements Serializable

serialVersionUID: 1L

Serialized Fields

type

java.lang.String type
The Name type


value

java.lang.Object value
The name value. It can be a String or a byte array


upName

java.lang.String upName
The user provided atav


start

int start
The starting position of this atav in the given string from which we have extracted the upName


length

int length
The length of this atav upName

Class org.apache.directory.shared.ldap.name.DefaultStringNormalizer extends java.lang.Object implements Serializable

Class org.apache.directory.shared.ldap.name.LdapDN extends java.lang.Object implements Serializable

serialVersionUID: 1L

Serialized Fields

rdns

java.util.List<E> rdns
The RDNs that are elements of the DN


upName

java.lang.String upName
The user provided name


normName

java.lang.String normName
The normalized name


bytes

byte[] bytes
The bytes representation of the normName


isNormalized

boolean isNormalized

Class org.apache.directory.shared.ldap.name.Rdn extends java.lang.Object implements Serializable

serialVersionUID: 1L

Serialized Fields

upName

java.lang.String upName
The User Provided RDN


normName

java.lang.String normName
The normalized RDN


start

int start
The starting position of this RDN in the given string from which we have extracted the upName


length

int length
The length of this RDN upName


atavs

java.util.Set<E> atavs
Stores all couple type = value. We may have more than one type, if the '+' character appears in the AttributeTypeAndValue. This is a TreeSet, because we want the ATAVs to be sorted. An atav may contain more than one value. In this case, the values are String stored in a List.


atavTypes

java.util.Map<K,V> atavTypes
We also keep a set of types, in order to use manipulations. A type is connected with the atav it represents. Note : there is no Generic available classes in commons-collection...


atavType

java.lang.String atavType
We keep the type for a single valued RDN, to avoid the creation of an HashMap


atav

AttributeTypeAndValue atav
A simple AttributeTypeAndValue is used to store the Rdn for the simple case where we only have a single type=value. This will be 99.99% the case. This avoids the creation of a HashMap.


nbAtavs

int nbAtavs
The number of atavs. We store this number here to avoid complex manipulation of atav and atavs


Package org.apache.directory.shared.ldap.schema

Class org.apache.directory.shared.ldap.schema.AbstractAttributeType extends AbstractSchemaObject implements Serializable

Serialized Fields

isSingleValue

boolean isSingleValue
whether or not this type is single valued


isCollective

boolean isCollective
whether or not this type is a collective attribute


canUserModify

boolean canUserModify
whether or not this type can be modified by directory users


usage

UsageEnum usage
the usage for this attributeType


length

int length
the length of this attribute in bytes

Class org.apache.directory.shared.ldap.schema.AbstractMatchingRule extends AbstractSchemaObject implements Serializable

Class org.apache.directory.shared.ldap.schema.AbstractSchemaObject extends java.lang.Object implements Serializable

Serialized Fields

oid

java.lang.String oid
a numeric object identifier


isObsolete

boolean isObsolete
whether or not this SchemaObject is active


names

java.lang.String[] names
a human readible identifiers for this SchemaObject


description

java.lang.String description
a short description of this SchemaObject

Class org.apache.directory.shared.ldap.schema.AbstractSyntax extends AbstractSchemaObject implements Serializable

Serialized Fields

isHumanReadible

boolean isHumanReadible
the human readible flag

Class org.apache.directory.shared.ldap.schema.CachingNormalizer extends java.lang.Object implements Serializable

Serialized Fields

cache

SynchronizedLRUMap cache
Least recently used cache


normalizer

Normalizer normalizer
The underlying decorated Normalizer

Class org.apache.directory.shared.ldap.schema.ComparableComparator extends java.lang.Object implements Serializable

serialVersionUID: -5295278271807198471L

Class org.apache.directory.shared.ldap.schema.DeepTrimNormalizer extends java.lang.Object implements Serializable

Class org.apache.directory.shared.ldap.schema.DeepTrimToLowerNormalizer extends java.lang.Object implements Serializable

Class org.apache.directory.shared.ldap.schema.DefaultObjectClass extends AbstractSchemaObject implements Serializable

serialVersionUID: -4744807759763092241L

Serialized Fields

type

ObjectClassTypeEnum type

mayList

java.util.ArrayList<E> mayList

mustList

java.util.ArrayList<E> mustList

superClasses

java.util.ArrayList<E> superClasses

Class org.apache.directory.shared.ldap.schema.NoOpNormalizer extends java.lang.Object implements Serializable

serialVersionUID: -7817763636668562489L

Class org.apache.directory.shared.ldap.schema.ObjectIdentifierComparator extends java.lang.Object implements Serializable

serialVersionUID: -2374941241008282707L

Class org.apache.directory.shared.ldap.schema.ObjectIdentifierNormalizer extends java.lang.Object implements Serializable

Class org.apache.directory.shared.ldap.schema.RegexNormalizer extends java.lang.Object implements Serializable

Serialized Fields

regexes

java.util.regex.Pattern[] regexes
the perl 5 regex engine


matchers

java.util.regex.Matcher[] matchers
the set of regular expressions used to transform values


Package org.apache.directory.shared.ldap.util

Class org.apache.directory.shared.ldap.util.BigIntegerComparator extends java.lang.Object implements Serializable

serialVersionUID: 1L

Class org.apache.directory.shared.ldap.util.NestableDelegate extends java.lang.Object implements Serializable

serialVersionUID: -4140246270875850555L

Serialized Fields

nestable

java.lang.Throwable nestable
Holds the reference to the exception or error that we're wrapping (which must be a org.apache.commons.lang.exception.Nestable implementation).

Class org.apache.directory.shared.ldap.util.NestableError extends java.lang.Error implements Serializable

serialVersionUID: -9211839990752243375L

Serialized Fields

delegate

NestableDelegate delegate
The helper instance which contains much of the code which we delegate to.


cause

java.lang.Throwable cause
Holds the reference to the exception or error that caused this exception to be thrown.

Class org.apache.directory.shared.ldap.util.NestableException extends java.lang.Exception implements Serializable

serialVersionUID: 3485795588970325053L

Serialized Fields

delegate

NestableDelegate delegate
The helper instance which contains much of the code which we delegate to.


cause

java.lang.Throwable cause
Holds the reference to the exception or error that caused this exception to be thrown.

Class org.apache.directory.shared.ldap.util.NestableRuntimeException extends java.lang.RuntimeException implements Serializable

serialVersionUID: -833907851887600575L

Serialized Fields

delegate

NestableDelegate delegate
The helper instance which contains much of the code which we delegate to.


cause

java.lang.Throwable cause
Holds the reference to the exception or error that caused this exception to be thrown.

Class org.apache.directory.shared.ldap.util.NoDuplicateKeysMap extends java.util.HashMap implements Serializable

serialVersionUID: 5107433500719957457L

Class org.apache.directory.shared.ldap.util.ObjectUtils.Null extends java.lang.Object implements Serializable

serialVersionUID: 7092611880189329093L

Serialization Methods

readResolve

private java.lang.Object readResolve()

Ensure singleton.

Class org.apache.directory.shared.ldap.util.SequencedHashMap extends java.lang.Object implements Serializable

serialVersionUID: 3380552487888102930L

Serialization Methods

readExternal

public void readExternal(java.io.ObjectInput in)
                  throws java.io.IOException,
                         java.lang.ClassNotFoundException
Deserializes this map from the given stream.

Throws:
java.io.IOException - if the stream raises it
java.lang.ClassNotFoundException - if the stream raises it

writeExternal

public void writeExternal(java.io.ObjectOutput out)
                   throws java.io.IOException
Serializes this map to the given stream.

Throws:
java.io.IOException - if the stream raises it

Class org.apache.directory.shared.ldap.util.SynchronizedLRUMap extends SequencedHashMap implements Serializable

serialVersionUID: 2197433140769957051L

Serialization Methods

readExternal

public void readExternal(java.io.ObjectInput in)
                  throws java.io.IOException,
                         java.lang.ClassNotFoundException
Deserializes this map from the given stream.

Throws:
java.io.IOException - if the stream raises it
java.lang.ClassNotFoundException - if the stream raises it

writeExternal

public void writeExternal(java.io.ObjectOutput out)
                   throws java.io.IOException
Serializes this map to the given stream.

Throws:
java.io.IOException - if the stream raises it

Class org.apache.directory.shared.ldap.util.ToStringStyle extends java.lang.Object implements Serializable

serialVersionUID: -3594451267200535036L

Serialized Fields

useFieldNames

boolean useFieldNames
Whether to use the field names, the default is true.


useClassName

boolean useClassName
Whether to use the class name, the default is true.


useShortClassName

boolean useShortClassName
Whether to use short class names, the default is false.


useIdentityHashCode

boolean useIdentityHashCode
Whether to use the identity hash code, the default is true.


contentStart

java.lang.String contentStart
The content start '['.


contentEnd

java.lang.String contentEnd
The content end ']'.


fieldNameValueSeparator

java.lang.String fieldNameValueSeparator
The field name value separator '='.


fieldSeparatorAtStart

boolean fieldSeparatorAtStart
Whether the field separator should be added before any other fields.


fieldSeparatorAtEnd

boolean fieldSeparatorAtEnd
Whether the field separator should be added after any other fields.


fieldSeparator

java.lang.String fieldSeparator
The field separator ','.


arrayStart

java.lang.String arrayStart
The array start '{'.


arraySeparator

java.lang.String arraySeparator
The array separator ','.


arrayContentDetail

boolean arrayContentDetail
The detail for array content.


arrayEnd

java.lang.String arrayEnd
The array end '}'.


defaultFullDetail

boolean defaultFullDetail
The value to use when fullDetail is null, the default value is true.


nullText

java.lang.String nullText
The null text '<null>'.


sizeStartText

java.lang.String sizeStartText
The summary size text start '.


sizeEndText

java.lang.String sizeEndText
The summary size text start '>'.


summaryObjectStartText

java.lang.String summaryObjectStartText
The summary object text start '<'.


summaryObjectEndText

java.lang.String summaryObjectEndText
The summary object text start '>'.


Package org.apache.kerberos.examples.gssdemo

Class org.apache.kerberos.examples.gssdemo.GSSClientApplet extends java.applet.Applet implements Serializable

Serialized Fields

gssClient

GSSClient gssClient

lblUserName

java.awt.Label lblUserName

lblPassword

java.awt.Label lblPassword

tfUserName

java.awt.TextField tfUserName

tfPassword

java.awt.TextField tfPassword

buttonPartner1

java.awt.Button buttonPartner1

bgColor

java.awt.Color bgColor

taResponse

java.awt.TextArea taResponse

remotePeer

java.lang.String remotePeer

kerberosRealm

java.lang.String kerberosRealm

kdcAddress

java.lang.String kdcAddress

addressOfRemotePeer

java.lang.String addressOfRemotePeer

portOfRemotePeer

int portOfRemotePeer

Package org.apache.ldap.clients.ldaptest

Class org.apache.ldap.clients.ldaptest.SessionAddUI extends javax.swing.JPanel implements Serializable

serialVersionUID: 3309576633457987257L

Serialized Fields

l_sessionNameText

javax.swing.JTextField l_sessionNameText

l_sessionDescrText

javax.swing.JTextField l_sessionDescrText

l_hostText

javax.swing.JTextField l_hostText

l_portText

javax.swing.JTextField l_portText

l_annonButton

javax.swing.JCheckBox l_annonButton

l_dnText

javax.swing.JTextField l_dnText

l_passwordText

javax.swing.JTextField l_passwordText

Class org.apache.ldap.clients.ldaptest.SessionListUI extends javax.swing.JPanel implements Serializable

serialVersionUID: -7992392313142800515L

Serialized Fields

list

javax.swing.JList list

listModel

javax.swing.DefaultListModel listModel

Class org.apache.ldap.clients.ldaptest.TestCaseAddUI extends javax.swing.JPanel implements Serializable

serialVersionUID: 7549050686882995891L

Class org.apache.ldap.clients.ldaptest.TestCaseListUI extends javax.swing.JPanel implements Serializable

serialVersionUID: -1857928186350218573L

Serialized Fields

list

javax.swing.JList list

listModel

javax.swing.DefaultListModel listModel