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 org.springframework.core.NestedRuntimeException implements Serializable
-
Serialization Methods
-
writeObject
private void writeObject(java.io.ObjectOutputStream stream) throws java.io.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:
java.io.IOException
- if there is an error writing this object to the stream
-
-
Serialized Fields
-
cause
java.lang.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 java.lang.Object implements Serializable
- serialVersionUID:
- 3514344371999042586L
-
Serialized Fields
-
names
java.util.List names
Deprecated.
-
-
Class org.springframework.ldap.core.LdapAttribute extends javax.naming.directory.BasicAttribute implements Serializable
- serialVersionUID:
- -5263905906016179429L
-
Serialized Fields
-
options
java.util.Set<java.lang.String> options
Holds the attributes options.
-
-
Class org.springframework.ldap.core.LdapAttributes extends javax.naming.directory.BasicAttributes implements Serializable
- serialVersionUID:
- 97903297123869138L
-
Serialized Fields
-
dn
javax.naming.ldap.LdapName dn
Distinguished name to which the object is bound.
-
-
Class org.springframework.ldap.core.LdapRdn extends java.lang.Object implements Serializable
- serialVersionUID:
- 5681397547245228750L
-
Serialized Fields
-
components
java.util.Map<java.lang.String,LdapRdnComponent> components
Deprecated.
-
-
Class org.springframework.ldap.core.LdapRdnComponent extends java.lang.Object implements Serializable
- serialVersionUID:
- -3296747972616243038L
-
Serialized Fields
-
key
java.lang.String key
Deprecated. -
value
java.lang.String value
Deprecated.
-
-
Class org.springframework.ldap.core.NameAwareAttribute extends java.lang.Object implements Serializable
-
Serialized Fields
-
id
java.lang.String id
-
orderMatters
boolean orderMatters
-
values
java.util.Set<java.lang.Object> values
-
valuesAsNames
java.util.Map<javax.naming.Name,java.lang.String> valuesAsNames
-
-
-
Class org.springframework.ldap.core.NameAwareAttributes extends java.lang.Object implements Serializable
-
Serialized Fields
-
attributes
java.util.Map<java.lang.String,NameAwareAttribute> attributes
-
-
-
Class org.springframework.ldap.core.ObjectRetrievalException extends NamingException implements Serializable
-
Class org.springframework.ldap.core.ParseException extends java.lang.Exception implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
currentToken
Token currentToken
This is the last token that has been consumed successfully. If this object has been created due to a parse error, the token followng this token will (therefore) be the first error token. -
eol
java.lang.String eol
The end of line string for this machine. -
expectedTokenSequences
int[][] expectedTokenSequences
Each entry in this array is an array of integers. Each array of integers represents a sequence of tokens (by their ordinal values) that is expected at this point of the parse. -
tokenImage
java.lang.String[] tokenImage
This is a reference to the "tokenImage" array of the generated parser within which the parse error occurred. This array is defined in the generated ...Constants interface.
-
-
Class org.springframework.ldap.core.Token extends java.lang.Object implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
beginColumn
int beginColumn
The column number of the first character of this Token. -
beginLine
int beginLine
The line number of the first character of this Token. -
endColumn
int endColumn
The column number of the last character of this Token. -
endLine
int endLine
The line number of the last character of this Token. -
image
java.lang.String image
The string image of the token. -
kind
int kind
An integer that describes the kind of this token. This numbering system is determined by JavaCCParser, and a table of these numbers is stored in the file ...Constants.java. -
next
Token next
A reference to the next regular (non-special) token from the input stream. If this is the last token from the input stream, or if the token manager has not read tokens beyond this one, this field is set to null. This is true only if this token is also a regular token. Otherwise, see below for a description of the contents of this field. -
specialToken
Token specialToken
This field is used to access special tokens that occur prior to this token, but after the immediately preceding regular (non-special) token. If there are no such special tokens, this field is set to null. When there are more than one such special token, this field refers to the last of these special tokens, which in turn refers to the next previous special token through its specialToken field, and so on until the first special token (whose specialToken field is null). The next fields of special tokens refer to other special tokens that immediately follow it (without an intervening regular token). If there is no such token, this field is null.
-
-
Class org.springframework.ldap.core.TokenMgrError extends java.lang.Error implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
errorCode
int errorCode
Indicates the reason why the exception is thrown. It will have one of the above 4 values.
-
-
-
Package org.springframework.ldap.ldif
-
Class org.springframework.ldap.ldif.InvalidAttributeFormatException extends NamingException implements Serializable
- serialVersionUID:
- -4529380160785322985L
-
Class org.springframework.ldap.ldif.InvalidRecordFormatException extends NamingException implements Serializable
- serialVersionUID:
- -5047874723621065139L
-
-
Package org.springframework.ldap.odm.core
-
Class org.springframework.ldap.odm.core.OdmException extends NamingException implements Serializable
-
-
Package org.springframework.ldap.odm.core.impl
-
Class org.springframework.ldap.odm.core.impl.InvalidEntryException extends OdmException implements Serializable
-
Class org.springframework.ldap.odm.core.impl.MetaDataException extends OdmException implements Serializable
-
Class org.springframework.ldap.odm.core.impl.UnmanagedClassException extends OdmException implements Serializable
-
-
Package org.springframework.ldap.odm.typeconversion
-
Class org.springframework.ldap.odm.typeconversion.ConverterException extends NamingException implements Serializable
-
-
Package org.springframework.ldap.support
-
Class org.springframework.ldap.support.ListComparator extends java.lang.Object implements Serializable
- serialVersionUID:
- -3068381879731157178L
-
-
Package org.springframework.ldap.transaction.compensating.manager
-
Class org.springframework.ldap.transaction.compensating.manager.ContextSourceAndDataSourceTransactionManager extends org.springframework.jdbc.datasource.DataSourceTransactionManager implements Serializable
- serialVersionUID:
- 6832868697460384648L
-
Serialized Fields
-
ldapManagerDelegate
ContextSourceTransactionManagerDelegate ldapManagerDelegate
Deprecated.
-
-
Class org.springframework.ldap.transaction.compensating.manager.ContextSourceAndHibernateTransactionManager extends org.springframework.orm.hibernate5.HibernateTransactionManager implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
ldapManagerDelegate
ContextSourceTransactionManagerDelegate ldapManagerDelegate
Deprecated.
-
-
Class org.springframework.ldap.transaction.compensating.manager.ContextSourceTransactionManager extends org.springframework.transaction.support.AbstractPlatformTransactionManager implements Serializable
- serialVersionUID:
- 7138208218687237856L
-
Serialized Fields
-
delegate
ContextSourceTransactionManagerDelegate delegate
-
-