Serialized Form


Package org.springframework.ldap

Class org.springframework.ldap.AttributeInUseException extends NamingException implements Serializable

Class org.springframework.ldap.AttributeModificationException extends NamingException implements Serializable

Class org.springframework.ldap.AuthenticationException extends NamingSecurityException implements Serializable

Class org.springframework.ldap.AuthenticationNotSupportedException extends NamingSecurityException implements Serializable

Class org.springframework.ldap.BadLdapGrammarException extends NamingException implements Serializable

serialVersionUID: 961612585331409470L

Class org.springframework.ldap.CannotProceedException extends NamingException implements Serializable

Class org.springframework.ldap.CommunicationException extends NamingException implements Serializable

Class org.springframework.ldap.ConfigurationException extends NamingException implements Serializable

Class org.springframework.ldap.ContextNotEmptyException extends NamingException implements Serializable

Class org.springframework.ldap.InsufficientResourcesException extends NamingException implements Serializable

Class org.springframework.ldap.InterruptedNamingException extends NamingException implements Serializable

Class org.springframework.ldap.InvalidAttributeIdentifierException extends NamingException implements Serializable

Class org.springframework.ldap.InvalidAttributesException extends NamingException implements Serializable

Class org.springframework.ldap.InvalidAttributeValueException extends NamingException implements Serializable

Class org.springframework.ldap.InvalidNameException extends NamingException implements Serializable

Class org.springframework.ldap.InvalidSearchControlsException extends NamingException implements Serializable

Class org.springframework.ldap.InvalidSearchFilterException extends NamingException implements Serializable

Class org.springframework.ldap.LdapReferralException extends ReferralException implements Serializable

Class org.springframework.ldap.LimitExceededException extends NamingException implements Serializable

Class org.springframework.ldap.LinkException extends NamingException implements Serializable

Class org.springframework.ldap.LinkLoopException extends LinkException implements Serializable

Class org.springframework.ldap.MalformedLinkException extends LinkException implements Serializable

Class org.springframework.ldap.NameAlreadyBoundException extends NamingException implements Serializable

Class org.springframework.ldap.NameNotFoundException extends NamingException implements Serializable

Class org.springframework.ldap.NamingException extends NestedRuntimeException implements Serializable

Serialization Methods

writeObject

private void writeObject(ObjectOutputStream stream)
                  throws IOException
Checks if the resolvedObj of the causing exception is suspected to be non-serializable, and if so temporarily nulls it before calling the default serialization mechanism.

Throws:
IOException - if there is an error writing this object to the stream
Serialized Fields

cause

Throwable cause

Class org.springframework.ldap.NamingSecurityException extends NamingException implements Serializable

Class org.springframework.ldap.NoInitialContextException extends NamingException implements Serializable

Class org.springframework.ldap.NoPermissionException extends NamingSecurityException implements Serializable

Class org.springframework.ldap.NoSuchAttributeException extends NamingException implements Serializable

Class org.springframework.ldap.NotContextException extends NamingException implements Serializable

Class org.springframework.ldap.OperationNotSupportedException extends NamingException implements Serializable

Class org.springframework.ldap.PartialResultException extends NamingException implements Serializable

Class org.springframework.ldap.ReferralException extends NamingException implements Serializable

Class org.springframework.ldap.SchemaViolationException extends NamingException implements Serializable

Class org.springframework.ldap.ServiceUnavailableException extends NamingException implements Serializable

Class org.springframework.ldap.SizeLimitExceededException extends LimitExceededException implements Serializable

Class org.springframework.ldap.TimeLimitExceededException extends LimitExceededException implements Serializable

Class org.springframework.ldap.UncategorizedLdapException extends NamingException implements Serializable


Package org.springframework.ldap.control

Class org.springframework.ldap.control.CreateControlFailedException extends NamingException implements Serializable


Package org.springframework.ldap.core

Class org.springframework.ldap.core.DistinguishedName extends Object implements Serializable

serialVersionUID: 3514344371999042586L

Serialized Fields

names

List<E> names

Class org.springframework.ldap.core.LdapRdn extends Object implements Serializable

serialVersionUID: 5681397547245228750L

Serialized Fields

components

List<E> components

Class org.springframework.ldap.core.LdapRdnComponent extends Object implements Serializable

serialVersionUID: -3296747972616243038L

Serialized Fields

key

String key

value

String value

Class org.springframework.ldap.core.ObjectRetrievalException extends NamingException implements Serializable

Class org.springframework.ldap.core.ParseException extends Exception implements Serializable

Serialized Fields

specialConstructor

boolean specialConstructor

currentToken

org.springframework.ldap.core.Token currentToken

expectedTokenSequences

int[][] expectedTokenSequences

tokenImage

String[] tokenImage

eol

String eol

Class org.springframework.ldap.core.TokenMgrError extends Error implements Serializable

Serialized Fields

errorCode

int errorCode

Package org.springframework.ldap.samples.person.domain

Class org.springframework.ldap.samples.person.domain.Group extends Object implements Serializable

serialVersionUID: -360943117484570379L

Serialized Fields

name

String name

members

Set<E> members

Class org.springframework.ldap.samples.person.domain.Person extends Object implements Serializable

serialVersionUID: -8953862790009843528L

Serialized Fields

dn

String dn
Needed when adding persons to groups, since groups require full distinguished names of their members.


primaryKey

String primaryKey
The primary key - that is the distinguished name of the person in the current namespace.


fullName

String fullName

lastName

String lastName

description

String[] description

country

String country

company

String company

phone

String phone

Class org.springframework.ldap.samples.person.domain.SearchCriteria extends Object implements Serializable

serialVersionUID: -4263208255805049113L

Serialized Fields

name

String name

Package org.springframework.ldap.transaction.compensating.manager

Class org.springframework.ldap.transaction.compensating.manager.ContextSourceAndDataSourceTransactionManager extends DataSourceTransactionManager implements Serializable

serialVersionUID: 6832868697460384648L

Serialized Fields

ldapManagerDelegate

ContextSourceTransactionManagerDelegate ldapManagerDelegate

Class org.springframework.ldap.transaction.compensating.manager.ContextSourceTransactionManager extends AbstractPlatformTransactionManager implements Serializable

serialVersionUID: 7138208218687237856L

Serialized Fields

delegate

ContextSourceTransactionManagerDelegate delegate



Copyright © 2006-2009 Spring Framework. All Rights Reserved.