Serialized Form
|
Package com.netscape.sasl |
exception
Throwable exception
- The possibly null root cause exception.
-
serialVersionUID: -4594745735452202600l
name
String name
nameBuf
byte[] nameBuf
values
Object[] values
- Internally, this is a list of "byte[]"-based attribute values.
serialVersionUID: 2482595821879862595l
syntaxElement
LDAPSyntaxSchemaElement syntaxElement
serialVersionUID: 5018474561697778100l
attrHash
Hashtable attrHash
attrs
LDAPAttribute[] attrs
serialVersionUID: 6275167993337814294l
m_cache
Hashtable m_cache
- A hashtable of search results. The key is created from the search
request parameters (see createKey() method). The value is a Vector
where the first element is a Long integer representing the size
of all entries, followed by the actual search result entries (of type
LDAPEntry).
m_orderedStruct
Vector m_orderedStruct
- A list of cached entries ordered by time (augments m_cache). Each
element in the list is a 2 element Vector where the element at index
0 is the key in the m_cache table, and the element at index 1 is the
time when the entry was created.
The list is used to track the time-to-live limit and to implement the
FIFO algorithm when adding new entries; if the size of the new entry
exceeds the cache available space, the extra space is made by removing
existing cached results in the order of their entry in the cache.
m_timeToLive
long m_timeToLive
m_maxSize
long m_maxSize
m_dns
String[] m_dns
m_remainingSize
long m_remainingSize
m_refCnt
int m_refCnt
m_timer
TTLTimer m_timer
m_totalOpers
long m_totalOpers
m_hits
long m_hits
m_flushes
long m_flushes
serialVersionUID: -2567450425231175944l
m_attrs
String[] m_attrs
m_ascending
boolean[] m_ascending
m_locale
Locale m_locale
m_collator
Collator m_collator
m_sensitive
boolean m_sensitive
serialVersionUID: -8698420087475771145l
m_defaultConstraints
LDAPSearchConstraints m_defaultConstraints
- Internal variables
m_rebindConstraints
LDAPConstraints m_rebindConstraints
m_responseListeners
Vector m_responseListeners
m_searchListeners
Vector m_searchListeners
m_boundDN
String m_boundDN
m_boundPasswd
String m_boundPasswd
m_protocolVersion
int m_protocolVersion
m_connMgr
LDAPConnSetupMgr m_connMgr
m_connSetupDelay
int m_connSetupDelay
m_connectTimeout
int m_connectTimeout
m_factory
LDAPSocketFactory m_factory
m_isTLSFactory
boolean m_isTLSFactory
m_responseControlTable
Hashtable m_responseControlTable
m_cache
LDAPCache m_cache
m_useTLS
boolean m_useTLS
m_security
Object m_security
m_saslBinder
LDAPSaslBind m_saslBinder
m_securityProperties
Properties m_securityProperties
m_properties
Hashtable m_properties
m_referralConnection
LDAPConnection m_referralConnection
serialVersionUID: 6506767263918312029l
m_hop_limit
int m_hop_limit
m_bind_proc
LDAPBind m_bind_proc
m_rebind_proc
LDAPRebind m_rebind_proc
referrals
boolean referrals
m_time_limit
int m_time_limit
m_clientControls
LDAPControl[] m_clientControls
m_serverControls
LDAPControl[] m_serverControls
serialVersionUID: 5149887553272603753l
m_oid
String m_oid
m_critical
boolean m_critical
m_value
byte[] m_value
serialVersionUID: -8588488481097270056l
must
Vector must
may
Vector may
aux
Vector aux
not
Vector not
serialVersionUID: -2823317246039655811l
nameForm
String nameForm
ruleID
int ruleID
serialVersionUID: -5563306228920012807l
dn
String dn
attrSet
LDAPAttributeSet attrSet
serialVersionUID: -9215007872184847925l
resultCode
int resultCode
- Internal variables
errorMessage
String errorMessage
extraMessage
String extraMessage
matchedDN
String matchedDN
m_locale
Locale m_locale
serialVersionUID: 4010382829133611945l
m_oid
String m_oid
m_vals
byte[] m_vals
serialVersionUID: -3813049515964705320l
serialVersionUID: 5267455101797397456l
serialVersionUID: 6466155218986944131l
attributes
String[] attributes
attributes
String[] attributes
serialVersionUID: -1364094245850026720l
m_msgid
int m_msgid
- Internal variables
m_protocolOp
netscape.ldap.client.opers.JDAPProtocolOp m_protocolOp
m_controls
LDAPControl[] m_controls
serialVersionUID: 4836472112866826595l
operation
int operation
- Internal variables
attribute
LDAPAttribute attribute
serialVersionUID: 4650238666753391214l
current
int current
modifications
Vector modifications
serialVersionUID: 1665316286199590403l
must
Vector must
may
Vector may
objectClass
String objectClass
serialVersionUID: -1732784695071118656l
must
Vector must
may
Vector may
type
int type
serialVersionUID: 7161655313564756294l
m_dn
String m_dn
m_password
String m_password
serialVersionUID: 1771536577344289897l
m_referrals
String[] m_referrals
serialVersionUID: 5822205242593427418l
serialVersionUID: 901897097111294329l
serialVersionUID: -7615315715163655443l
_dn
String _dn
_mechanisms
String[] _mechanisms
_packageName
String _packageName
_props
Hashtable _props
_cbh
Object _cbh
_saslClient
Object _saslClient
serialVersionUID: -3911737419783579398l
objectClasses
Hashtable objectClasses
attributes
Hashtable attributes
matchingRules
Hashtable matchingRules
syntaxes
Hashtable syntaxes
structureRulesByName
Hashtable structureRulesByName
structureRulesById
Hashtable structureRulesById
contentRules
Hashtable contentRules
nameForms
Hashtable nameForms
serialVersionUID: -3972153461950418863l
oid
String oid
name
String name
description
String description
attrName
String attrName
rawValue
String rawValue
aliases
String[] aliases
properties
Hashtable properties
deref
int deref
maxRes
int maxRes
batch
int batch
serverTimeLimit
int serverTimeLimit
maxBacklog
int maxBacklog
referralErrors
int referralErrors
serialVersionUID: -7163312406176592277l
m_key
Long m_key
m_constraints
LDAPSearchConstraints m_constraints
serialVersionUID: 36890821518462301l
m_entry
LDAPEntry m_entry
- LDAPEntry
serialVersionUID: -7816778029315223117l
m_URLs
String[] m_URLs
- A list of LDAP URLs that are referred to.
serialVersionUID: -501692208613904825l
entries
Vector entries
resultSource
LDAPSearchListener resultSource
searchComplete
boolean searchComplete
connectionToClose
LDAPConnection connectionToClose
currConn
LDAPConnection currConn
persistentSearch
boolean persistentSearch
currCons
LDAPSearchConstraints currCons
currBase
String currBase
currScope
int currScope
currFilter
String currFilter
currAttrs
String[] currAttrs
currAttrsOnly
boolean currAttrsOnly
referralResults
Vector referralResults
exceptions
Vector exceptions
msgID
int msgID
firstResult
boolean firstResult
serialVersionUID: -7044232342344864405l
m_key
String m_key
m_reverse
boolean m_reverse
m_matchRule
String m_matchRule
serialVersionUID: -3331456736649381427l
m_clientAuth
boolean m_clientAuth
- Indicates if client authentication is on.
m_packageName
String m_packageName
- Name of class implementing SSLSocket.
m_cipherSuites
Object m_cipherSuites
- The cipher suites
serialVersionUID: -4171548771815037740l
m_clientAuth
boolean m_clientAuth
- Indicates if client authentication is on.
m_packageName
String m_packageName
- Name of class implementing SSLSocket.
m_cipherSuites
Object m_cipherSuites
- The cipher suites
serialVersionUID: 3590667117475688132l
syntaxElement
LDAPSyntaxSchemaElement syntaxElement
serialVersionUID: -3245440798565713641l
m_hostName
String m_hostName
m_portNumber
int m_portNumber
m_DN
String m_DN
m_attributes
Vector m_attributes
m_scope
int m_scope
m_filter
String m_filter
m_URL
String m_URL
m_secure
boolean m_secure
|
Package netscape.ldap.ber.stream |
m_value
BERElement m_value
- Internal variables
m_value
BitSet m_value
- Internal variables
m_value_num_bits
int m_value_num_bits
m_value
boolean m_value
- Internal variables
m_value
String m_value
- Internal variables
byte_buf
byte[] byte_buf
m_value
BERElement m_value
- Internal variables
m_elements
Vector m_elements
- List of BER elements in the construct.
m_value
int m_value
- Value of element
m_value
int[] m_value
- Values of each component of the OID
m_value
byte[] m_value
- Raw value of element
m_value
float m_value
- Value of element
m_tag
int m_tag
- Value of tag
m_element
BERElement m_element
- Value of element
m_implicit
boolean m_implicit
- Implicit or not
m_value
String m_value
- Internal variables
byte_buf
byte[] byte_buf
|
Package netscape.ldap.controls |
m_changeNumber
int m_changeNumber
m_changeTypes
int m_changeTypes
m_previousDN
String m_previousDN
m_changeTypes
int m_changeTypes
m_changesOnly
boolean m_changesOnly
m_returnECs
boolean m_returnECs
m_dn
String m_dn
m_failedAttribute
String m_failedAttribute
m_resultCode
int m_resultCode
m_keys
LDAPSortKey[] m_keys
m_beforeCount
int m_beforeCount
m_afterCount
int m_afterCount
m_listIndex
int m_listIndex
m_listSize
int m_listSize
m_context
String m_context
m_firstPosition
int m_firstPosition
m_contentCount
int m_contentCount
m_resultCode
int m_resultCode
m_context
String m_context
|
Package netscape.ldap.factory |
serialVersionUID: 6834205777733266610l
suites
String[] suites
factory
SSLSocketFactory factory
serialVersionUID: -6926469178017736903l
|
Package netscape.ldap.util |
serialVersionUID: -786393456618166871l
value
byte[] value
count
int count
serialVersionUID: -8867457218975952548l
m_rdns
Vector m_rdns
- List of RDNs. DN consists of one or more RDNs.
RDNs follow RFC1485 order.
m_dnType
int m_dnType
serialVersionUID: -2570196909939660248l
m_pos
int m_pos
- Internal variables
optarg
String optarg
m_control
String m_control
m_option
Vector m_option
m_ParameterList
Vector m_ParameterList
m_optionHashTable
Hashtable m_optionHashTable
m_optionParamHashTable
Hashtable m_optionParamHashTable
m_pw
PrintWriter m_pw
serialVersionUID: -2710382547996750924l
m_version
int m_version
- Internal variables
m_done
boolean m_done
m_reader
LDIF.LineReader m_reader
m_source
String m_source
m_decoder
MimeBase64Decoder m_decoder
m_currEntryDone
boolean m_currEntryDone
m_currLineNum
int m_currLineNum
m_continuationLength
int m_continuationLength
serialVersionUID: -665548826721177756l
m_attrs
LDAPAttribute[] m_attrs
- Internal variables
serialVersionUID: -2912294697848028220l
m_attrs
Vector m_attrs
- Internal variables
serialVersionUID: -8542611537447295949l
m_controls
LDAPControl[] m_controls
- Internal variables
serialVersionUID: -6581979396116035503l
serialVersionUID: 1352504898614557791l
m_newParent
String m_newParent
- Internal variables
m_rdn
String m_rdn
m_deleteOldRDN
boolean m_deleteOldRDN
serialVersionUID: -710573832339780084l
m_mods
Vector m_mods
- Internal variables
serialVersionUID: -6537481934870076178l
m_dn
String m_dn
- Internal variables
m_content
LDIFBaseContent m_content
m_sep
String m_sep
m_foldLines
boolean m_foldLines
m_attrsOnly
boolean m_attrsOnly
m_toFiles
boolean m_toFiles
serialVersionUID: 797397585345375903l
token
byte[] token
bytes
byte[] bytes
token_length
int token_length
serialVersionUID: 8781620079813078315l
buf
int buf
buf_bytes
int buf_bytes
line
byte[] line
line_length
int line_length
serialVersionUID: 5179250095383961512l
serialVersionUID: 7895454691174650321l
m_type
String[] m_type
- List of RDNs. DN consists of one or more RDNs.
m_value
String[] m_value
m_ismultivalued
boolean m_ismultivalued
Java is a trademark or registered trademark of Sun Microsystems,
Inc. in the US and other countries.
Copyright 2008 Sun Microsystems, Inc. All Rights Reserved.