Serialized Form


Package org.ldaptive

Class org.ldaptive.AbstractLdapBean extends Object implements Serializable

serialVersionUID: 4715681585273172940L

Serialized Fields

sortBehavior

SortBehavior sortBehavior
Sort behavior.

Class org.ldaptive.LdapAttribute extends AbstractLdapBean implements Serializable

serialVersionUID: -3902233717232754155L

Serialized Fields

attributeName

String attributeName
Name for this attribute.


attributeValues

org.ldaptive.LdapAttribute.LdapAttributeValues<T> attributeValues
Values for this attribute.

Class org.ldaptive.LdapEntry extends AbstractLdapBean implements Serializable

serialVersionUID: 7819007625501406463L

Serialized Fields

entryDn

String entryDn
Distinguished name for this entry.


entryAttributes

Map<K,V> entryAttributes
Attributes contained in this bean.

Class org.ldaptive.LdapException extends Exception implements Serializable

serialVersionUID: -1283840230801970620L

Serialized Fields

resultCode

ResultCode resultCode
ldap result code.


matchedDn

String matchedDn
response matched DN.


responseControls

ResponseControl[] responseControls
response controls.


referralURLs

String[] referralURLs
referral URLs.


messageId

int messageId
Message ID.

Class org.ldaptive.OperationException extends LdapException implements Serializable

serialVersionUID: 4995760197708755601L

Class org.ldaptive.SearchEntry extends LdapEntry implements Serializable

Serialized Fields

responseControls

ResponseControl[] responseControls
response controls.


messageId

int messageId
message ID.

Class org.ldaptive.SearchResult extends AbstractLdapBean implements Serializable

serialVersionUID: -4686725717997623766L

Serialized Fields

resultEntries

Map<K,V> resultEntries
Entries contained in this result.


searchReferences

Collection<E> searchReferences
References contained in this result.


Package org.ldaptive.ad

Class org.ldaptive.ad.UnicodePwdAttribute extends LdapAttribute implements Serializable

serialVersionUID: -6140237711183070669L


Package org.ldaptive.jaas

Class org.ldaptive.jaas.LdapCredential extends Object implements Serializable

serialVersionUID: 1965949592374728021L

Serialized Fields

credential

Object credential
LDAP credential.

Class org.ldaptive.jaas.LdapDnPrincipal extends Object implements Serializable

serialVersionUID: 8345846704852267195L

Serialized Fields

ldapDn

String ldapDn
LDAP user name.


ldapEntry

LdapEntry ldapEntry
User ldap entry.

Class org.ldaptive.jaas.LdapGroup extends Object implements Serializable

serialVersionUID: 2075424472884533862L

Serialized Fields

roleName

String roleName
LDAP role name.


members

Set<E> members
Principal members.

Class org.ldaptive.jaas.LdapPrincipal extends Object implements Serializable

serialVersionUID: 762147223399104252L

Serialized Fields

ldapName

String ldapName
LDAP user name.


ldapEntry

LdapEntry ldapEntry
User ldap entry.

Class org.ldaptive.jaas.LdapRole extends Object implements Serializable

serialVersionUID: 1578734888816839199L

Serialized Fields

roleName

String roleName
LDAP role name.


Package org.ldaptive.pool

Class org.ldaptive.pool.ActivationException extends PoolException implements Serializable

serialVersionUID: 5547712224386623996L

Class org.ldaptive.pool.BlockingTimeoutException extends PoolException implements Serializable

serialVersionUID: 6013765020562222482L

Class org.ldaptive.pool.PoolException extends LdapException implements Serializable

serialVersionUID: 6320399208563015506L

Class org.ldaptive.pool.PoolExhaustedException extends PoolException implements Serializable

serialVersionUID: -2092251274513447389L

Class org.ldaptive.pool.PoolInterruptedException extends PoolException implements Serializable

serialVersionUID: -1427225156311025280L

Class org.ldaptive.pool.ValidationException extends PoolException implements Serializable

serialVersionUID: -5043560632396467010L


Package org.ldaptive.provider

Class org.ldaptive.provider.ConnectionException extends LdapException implements Serializable

serialVersionUID: -1902801031167384619L


Package org.ldaptive.provider.jndi

Class org.ldaptive.provider.jndi.JndiConnection.JndiExtendedRequest extends Object implements Serializable

Serialized Fields

oid

String oid
OID of the extended request.


encoded

byte[] encoded
BER encoded request data.

Class org.ldaptive.provider.jndi.JndiConnection.JndiExtendedResponse extends Object implements Serializable

Serialized Fields

oid

String oid
OID of the extended response.


encoded

byte[] encoded
BER encoded response data.


Package org.ldaptive.servlets

Class org.ldaptive.servlets.SearchServlet extends javax.servlet.http.HttpServlet implements Serializable

serialVersionUID: 3437252581014900696L

Serialized Fields

logger

org.slf4j.Logger logger
Logger for this class.


searchExecutor

ServletSearchExecutor searchExecutor
Parses servlet requests and performs search operations.



Copyright © 2003-2015 Virginia Tech. All Rights Reserved.