- NameAlreadyBoundException - Exception in org.springframework.ldap
-
Runtime exception mirroring the JNDI NameAlreadyBoundException.
- NameAlreadyBoundException(NameAlreadyBoundException) - Constructor for exception org.springframework.ldap.NameAlreadyBoundException
-
- NameAwareAttribute - Class in org.springframework.ldap.core
-
Used internally to make DirContextAdapter properly handle Names as values.
- NameAwareAttribute(String, Object) - Constructor for class org.springframework.ldap.core.NameAwareAttribute
-
Construct a new instance with the specified id and one value.
- NameAwareAttribute(Attribute) - Constructor for class org.springframework.ldap.core.NameAwareAttribute
-
Construct a new instance from the supplied Attribute.
- NameAwareAttribute(String) - Constructor for class org.springframework.ldap.core.NameAwareAttribute
-
Construct a new instance with the specified id and no values.
- NameAwareAttribute(String, boolean) - Constructor for class org.springframework.ldap.core.NameAwareAttribute
-
Construct a new instance with the specified id, no values and order significance as specified.
- NameAwareAttributes - Class in org.springframework.ldap.core
-
Used internally to help DirContextAdapter properly handle Names as values.
- NameAwareAttributes() - Constructor for class org.springframework.ldap.core.NameAwareAttributes
-
Create an empty instance
- NameAwareAttributes(Attributes) - Constructor for class org.springframework.ldap.core.NameAwareAttributes
-
Create a new instance, populated with the data from the supplied instance.
- NameClassPairCallbackHandler - Interface in org.springframework.ldap.core
-
Callback interface used by
LdapTemplate
search, list and listBindings
methods.
- NameClassPairMapper<T> - Interface in org.springframework.ldap.core
-
Responsible for mapping NameClassPair
objects to beans.
- nameDecode(String) - Static method in class org.springframework.ldap.support.LdapEncoder
-
Decodes a value.
- nameEncode(String) - Static method in class org.springframework.ldap.support.LdapEncoder
-
LDAP Encodes a value for use with a DN.
- NameNotFoundException - Exception in org.springframework.ldap
-
Runtime exception mirroring the JNDI NameNotFoundException.
- NameNotFoundException(String) - Constructor for exception org.springframework.ldap.NameNotFoundException
-
- NameNotFoundException(NameNotFoundException) - Constructor for exception org.springframework.ldap.NameNotFoundException
-
- NameToStringConverter() - Constructor for class org.springframework.ldap.odm.typeconversion.impl.ConversionServiceConverterManager.NameToStringConverter
-
- NamingException - Exception in org.springframework.ldap
-
Base class for exception thrown by the framework whenever it encounters a
problem related to LDAP.
- NamingException(String) - Constructor for exception org.springframework.ldap.NamingException
-
Constructor that takes a message.
- NamingException(String, Throwable) - Constructor for exception org.springframework.ldap.NamingException
-
Constructor that allows a message and a root cause.
- NamingException(Throwable) - Constructor for exception org.springframework.ldap.NamingException
-
Constructor that allows a plain root cause, intended for subclasses
mirroring corresponding javax.naming
exceptions.
- NamingSecurityException - Exception in org.springframework.ldap
-
Runtime exception mirroring the JNDI NamingSecurityException.
- NamingSecurityException(NamingSecurityException) - Constructor for exception org.springframework.ldap.NamingSecurityException
-
- newEmbeddedServer(String, String, int) - Static method in class org.springframework.ldap.test.EmbeddedLdapServer
-
- newEmbeddedServer(String, String, int) - Static method in class org.springframework.ldap.test.unboundid.EmbeddedLdapServer
-
- newInstance(Control[]) - Method in class org.springframework.ldap.pool.DelegatingLdapContext
-
- newInstance(Control[]) - Method in class org.springframework.ldap.pool2.DelegatingLdapContext
-
- newInstance() - Static method in class org.springframework.ldap.support.LdapNameBuilder
-
Construct a new instance, starting with a blank LdapName.
- newInstance(Name) - Static method in class org.springframework.ldap.support.LdapNameBuilder
-
Construct a new instance, starting with a copy of the supplied LdapName.
- newInstance(String) - Static method in class org.springframework.ldap.support.LdapNameBuilder
-
Construct a new instance, starting with an LdapName constructed from the supplied string.
- newLdapName(Name) - Static method in class org.springframework.ldap.support.LdapUtils
-
Construct a new LdapName instance from the supplied Name instance.
- newLdapName(String) - Static method in class org.springframework.ldap.support.LdapUtils
-
Construct a new LdapName instance from the supplied distinguished name string.
- newToken(int, String) - Static method in class org.springframework.ldap.core.Token
-
Returns a new Token object, by default.
- newToken(int) - Static method in class org.springframework.ldap.core.Token
-
- next - Variable in class org.springframework.ldap.core.Token
-
A reference to the next regular (non-special) token from the input
stream.
- NoInitialContextException - Exception in org.springframework.ldap
-
Runtime exception mirroring the JNDI NoInitialContextException.
- NoInitialContextException(NoInitialContextException) - Constructor for exception org.springframework.ldap.NoInitialContextException
-
- NonClosingDirContextInvocationHandler(DirContext) - Constructor for class org.springframework.ldap.core.support.SingleContextSource.NonClosingDirContextInvocationHandler
-
- NoPermissionException - Exception in org.springframework.ldap
-
Runtime exception mirroring the JNDI NoPermissionException.
- NoPermissionException(NoPermissionException) - Constructor for exception org.springframework.ldap.NoPermissionException
-
- NoSuchAttributeException - Exception in org.springframework.ldap
-
Runtime exception mirroring the JNDI NoSuchAttributeException.
- NoSuchAttributeException(String) - Constructor for exception org.springframework.ldap.NoSuchAttributeException
-
- NoSuchAttributeException(NoSuchAttributeException) - Constructor for exception org.springframework.ldap.NoSuchAttributeException
-
- not() - Method in interface org.springframework.ldap.query.ConditionCriteria
-
Negates the currently constructed operation.
- NotContextException - Exception in org.springframework.ldap
-
Runtime exception mirroring the JNDI NotContextException.
- NotContextException(NotContextException) - Constructor for exception org.springframework.ldap.NotContextException
-
- NotFilter - Class in org.springframework.ldap.filter
-
A filter for 'not'.
- NotFilter(Filter) - Constructor for class org.springframework.ldap.filter.NotFilter
-
Create a filter that negates the outcome of the given filter
.
- NotPresentFilter - Class in org.springframework.ldap.filter
-
A convenience class that combines NOT
behavior with present
behavior to allow the user to check for the non-existence of a attribute.
- NotPresentFilter(String) - Constructor for class org.springframework.ldap.filter.NotPresentFilter
-
Creates a new instance of a not present filter for a particular
attribute.
- NullDirContextProcessor() - Constructor for class org.springframework.ldap.core.LdapTemplate.NullDirContextProcessor
-
- NullOperationExecutor - Class in org.springframework.ldap.transaction.compensating
-
- NullOperationExecutor() - Constructor for class org.springframework.ldap.transaction.compensating.NullOperationExecutor
-
- NullOperationRecorder - Class in org.springframework.ldap.transaction.compensating
-
- NullOperationRecorder() - Constructor for class org.springframework.ldap.transaction.compensating.NullOperationRecorder
-