Serialized Form
-
Package org.springframework.ldap
-
Exception org.springframework.ldap.AttributeInUseException
class AttributeInUseException extends NamingException implements Serializable -
Exception org.springframework.ldap.AttributeModificationException
class AttributeModificationException extends NamingException implements Serializable -
Exception org.springframework.ldap.AuthenticationException
class AuthenticationException extends NamingSecurityException implements Serializable -
Exception org.springframework.ldap.AuthenticationNotSupportedException
class AuthenticationNotSupportedException extends NamingSecurityException implements Serializable -
Exception org.springframework.ldap.BadLdapGrammarException
class BadLdapGrammarException extends NamingException implements Serializable- serialVersionUID:
- 961612585331409470L
-
Exception org.springframework.ldap.CannotProceedException
class CannotProceedException extends NamingException implements Serializable -
Exception org.springframework.ldap.CommunicationException
class CommunicationException extends NamingException implements Serializable -
Exception org.springframework.ldap.ConfigurationException
class ConfigurationException extends NamingException implements Serializable -
Exception org.springframework.ldap.ContextNotEmptyException
class ContextNotEmptyException extends NamingException implements Serializable -
Exception org.springframework.ldap.InsufficientResourcesException
class InsufficientResourcesException extends NamingException implements Serializable -
Exception org.springframework.ldap.InterruptedNamingException
class InterruptedNamingException extends NamingException implements Serializable -
Exception org.springframework.ldap.InvalidAttributeIdentifierException
class InvalidAttributeIdentifierException extends NamingException implements Serializable -
Exception org.springframework.ldap.InvalidAttributesException
class InvalidAttributesException extends NamingException implements Serializable -
Exception org.springframework.ldap.InvalidAttributeValueException
class InvalidAttributeValueException extends NamingException implements Serializable -
Exception org.springframework.ldap.InvalidNameException
class InvalidNameException extends NamingException implements Serializable -
Exception org.springframework.ldap.InvalidSearchControlsException
class InvalidSearchControlsException extends NamingException implements Serializable -
Exception org.springframework.ldap.InvalidSearchFilterException
class InvalidSearchFilterException extends NamingException implements Serializable -
Exception org.springframework.ldap.LdapReferralException
class LdapReferralException extends ReferralException implements Serializable -
Exception org.springframework.ldap.LimitExceededException
class LimitExceededException extends NamingException implements Serializable -
Exception org.springframework.ldap.LinkException
class LinkException extends NamingException implements Serializable -
Exception org.springframework.ldap.LinkLoopException
class LinkLoopException extends LinkException implements Serializable -
Exception org.springframework.ldap.MalformedLinkException
class MalformedLinkException extends LinkException implements Serializable -
Exception org.springframework.ldap.NameAlreadyBoundException
class NameAlreadyBoundException extends NamingException implements Serializable -
Exception org.springframework.ldap.NameNotFoundException
class NameNotFoundException extends NamingException implements Serializable -
Exception org.springframework.ldap.NamingException
class NamingException extends org.springframework.core.NestedRuntimeException implements Serializable-
Serialization Methods
-
writeObject
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.- Parameters:
stream
- the stream onto which this object is serialized- Throws:
IOException
- if there is an error writing this object to the stream
-
-
Serialized Fields
-
cause
Throwable cause
-
-
-
Exception org.springframework.ldap.NamingSecurityException
class NamingSecurityException extends NamingException implements Serializable -
Exception org.springframework.ldap.NoInitialContextException
class NoInitialContextException extends NamingException implements Serializable -
Exception org.springframework.ldap.NoPermissionException
class NoPermissionException extends NamingSecurityException implements Serializable -
Exception org.springframework.ldap.NoSuchAttributeException
class NoSuchAttributeException extends NamingException implements Serializable -
Exception org.springframework.ldap.NotContextException
class NotContextException extends NamingException implements Serializable -
Exception org.springframework.ldap.OperationNotSupportedException
class OperationNotSupportedException extends NamingException implements Serializable -
Exception org.springframework.ldap.PartialResultException
class PartialResultException extends NamingException implements Serializable -
Exception org.springframework.ldap.ReferralException
class ReferralException extends NamingException implements Serializable -
Exception org.springframework.ldap.SchemaViolationException
class SchemaViolationException extends NamingException implements Serializable -
Exception org.springframework.ldap.SizeLimitExceededException
class SizeLimitExceededException extends LimitExceededException implements Serializable -
Exception org.springframework.ldap.TimeLimitExceededException
class TimeLimitExceededException extends LimitExceededException implements Serializable -
Exception org.springframework.ldap.UncategorizedLdapException
class UncategorizedLdapException extends NamingException implements Serializable
-
-
Package org.springframework.ldap.control
-
Exception org.springframework.ldap.control.CreateControlFailedException
class CreateControlFailedException extends NamingException implements Serializable
-
-
Package org.springframework.ldap.core
-
Class org.springframework.ldap.core.DistinguishedName
class DistinguishedName extends Object implements Serializable- serialVersionUID:
- 3514344371999042586L
-
Serialized Fields
-
names
List names
Deprecated.
-
-
Class org.springframework.ldap.core.LdapAttribute
class LdapAttribute extends BasicAttribute implements Serializable- serialVersionUID:
- -5263905906016179429L
-
Class org.springframework.ldap.core.LdapAttributes
class LdapAttributes extends BasicAttributes implements Serializable- serialVersionUID:
- 97903297123869138L
-
Serialized Fields
-
dn
LdapName dn
Distinguished name to which the object is bound.
-
-
Class org.springframework.ldap.core.LdapRdn
class LdapRdn extends Object implements Serializable- serialVersionUID:
- 5681397547245228750L
-
Serialized Fields
-
components
Map<String,
LdapRdnComponent> components Deprecated.
-
-
Class org.springframework.ldap.core.LdapRdnComponent
class LdapRdnComponent extends Object implements Serializable- serialVersionUID:
- -3296747972616243038L
-
Class org.springframework.ldap.core.NameAwareAttribute
class NameAwareAttribute extends Object implements Serializable -
Class org.springframework.ldap.core.NameAwareAttributes
class NameAwareAttributes extends Object implements Serializable-
Serialized Fields
-
attributes
Map<String,
NameAwareAttribute> attributes
-
-
-
Exception org.springframework.ldap.core.ObjectRetrievalException
class ObjectRetrievalException extends NamingException implements Serializable -
Exception org.springframework.ldap.core.ParseException
class ParseException extends 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
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
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
class Token extends 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
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.
-
-
Error org.springframework.ldap.core.TokenMgrError
class TokenMgrError extends 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
-
Exception org.springframework.ldap.ldif.InvalidAttributeFormatException
class InvalidAttributeFormatException extends NamingException implements Serializable- serialVersionUID:
- -4529380160785322985L
-
Exception org.springframework.ldap.ldif.InvalidRecordFormatException
class InvalidRecordFormatException extends NamingException implements Serializable- serialVersionUID:
- -5047874723621065139L
-
-
Package org.springframework.ldap.odm.core
-
Exception org.springframework.ldap.odm.core.OdmException
class OdmException extends NamingException implements Serializable
-
-
Package org.springframework.ldap.odm.core.impl
-
Exception org.springframework.ldap.odm.core.impl.InvalidEntryException
class InvalidEntryException extends OdmException implements Serializable -
Exception org.springframework.ldap.odm.core.impl.MetaDataException
class MetaDataException extends OdmException implements Serializable -
Exception org.springframework.ldap.odm.core.impl.UnmanagedClassException
class UnmanagedClassException extends OdmException implements Serializable
-
-
Package org.springframework.ldap.odm.typeconversion
-
Exception org.springframework.ldap.odm.typeconversion.ConverterException
class ConverterException extends NamingException implements Serializable
-
-
Package org.springframework.ldap.support
-
Class org.springframework.ldap.support.ListComparator
class ListComparator extends Object implements Serializable- serialVersionUID:
- -3068381879731157178L
-
-
Package org.springframework.ldap.transaction.compensating.manager
-
Class org.springframework.ldap.transaction.compensating.manager.ContextSourceAndDataSourceTransactionManager
class 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
class 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
class ContextSourceTransactionManager extends org.springframework.transaction.support.AbstractPlatformTransactionManager implements Serializable- serialVersionUID:
- 7138208218687237856L
-
Serialized Fields
-
delegate
ContextSourceTransactionManagerDelegate delegate
-
-