Spring LDAP Framework

Uses of Class
org.springframework.ldap.NamingException

Packages that use NamingException
org.springframework.ldap Base package of Spring LDAP, containing an unchecked mirror of the JNDI NamingException hierarchy. 
org.springframework.ldap.control Support classes for custom request control context processors. 
org.springframework.ldap.core Core package of the JNDI/LDAP support. 
org.springframework.ldap.core.support Support classes the core Spring LDAP package. 
org.springframework.ldap.ldif The base package for Spring LDAPs LDIF parser implementation. 
org.springframework.ldap.odm.core Provides an OdmManager interface for interaction with an LDAP directory. 
org.springframework.ldap.odm.core.impl Provides a single public class which implements OdmManager
org.springframework.ldap.odm.typeconversion Provides an interface to be implemented to create a type conversion framework. 
org.springframework.ldap.pool.factory Core classes for the pooling library. 
org.springframework.ldap.support Support classes for Spring-LDAP. 
org.springframework.ldap.transaction.compensating.manager The core implementation classes for client-side LDAP transactions. 
 

Uses of NamingException in org.springframework.ldap
 

Subclasses of NamingException in org.springframework.ldap
 class AttributeInUseException
          Runtime exception mirroring the JNDI AttributeInUseException.
 class AttributeModificationException
          Runtime exception mirroring the JNDI AttributeModificationException.
 class AuthenticationException
          Runtime exception mirroring the JNDI AuthenticationException.
 class AuthenticationNotSupportedException
          Runtime exception mirroring the JNDI AuthenticationNotSupportedException.
 class BadLdapGrammarException
          Thrown to indicate that an invalid value has been supplied to an LDAP operation.
 class CannotProceedException
          Runtime exception mirroring the JNDI CannotProceedException.
 class CommunicationException
          Runtime exception mirroring the JNDI CommunicationException.
 class ConfigurationException
          Runtime exception mirroring the JNDI ConfigurationException.
 class ContextNotEmptyException
          Runtime exception mirroring the JNDI ContextNotEmptyException.
 class InsufficientResourcesException
          Runtime exception mirroring the JNDI InsufficientResourcesException.
 class InterruptedNamingException
          Runtime exception mirroring the JNDI InterruptedNamingException.
 class InvalidAttributeIdentifierException
          Runtime exception mirroring the JNDI InvalidAttributeIdentifierException.
 class InvalidAttributesException
          Runtime exception mirroring the JNDI InvalidAttributesException.
 class InvalidAttributeValueException
          Runtime exception mirroring the JNDI InvalidAttributeValueException.
 class InvalidNameException
          Runtime exception mirroring the JNDI InvalidNameException.
 class InvalidSearchControlsException
          Runtime exception mirroring the JNDI InvalidSearchControlsException.
 class InvalidSearchFilterException
          Runtime exception mirroring the JNDI InvalidSearchFilterException.
 class LdapReferralException
          Runtime exception mirroring the JNDI LdapReferralException.
 class LimitExceededException
          Runtime exception mirroring the JNDI LimitExceededException.
 class LinkException
          Runtime exception mirroring the JNDI LinkException.
 class LinkLoopException
          Runtime exception mirroring the JNDI LinkLoopException.
 class MalformedLinkException
          Runtime exception mirroring the JNDI MalformedLinkException.
 class NameAlreadyBoundException
          Runtime exception mirroring the JNDI NameAlreadyBoundException.
 class NameNotFoundException
          Runtime exception mirroring the JNDI NameNotFoundException.
 class NamingSecurityException
          Runtime exception mirroring the JNDI NamingSecurityException.
 class NoInitialContextException
          Runtime exception mirroring the JNDI NoInitialContextException.
 class NoPermissionException
          Runtime exception mirroring the JNDI NoPermissionException.
 class NoSuchAttributeException
          Runtime exception mirroring the JNDI NoSuchAttributeException.
 class NotContextException
          Runtime exception mirroring the JNDI NotContextException.
 class OperationNotSupportedException
          Runtime exception mirroring the JNDI OperationNotSupportedException.
 class PartialResultException
          Runtime exception mirroring the JNDI PartialResultException.
 class ReferralException
          Runtime exception mirroring the JNDI ReferralException.
 class SchemaViolationException
          Runtime exception mirroring the JNDI SchemaViolationException.
 class ServiceUnavailableException
          Runtime exception mirroring the JNDI ServiceUnavailableException.
 class SizeLimitExceededException
          Runtime exception mirroring the JNDI SizeLimitExceededException.
 class TimeLimitExceededException
          Runtime exception mirroring the JNDI TimeLimitExceededException.
 class UncategorizedLdapException
          NamingException to be thrown when no other matching subclass is found.
 

Uses of NamingException in org.springframework.ldap.control
 

Subclasses of NamingException in org.springframework.ldap.control
 class CreateControlFailedException
          Thrown by an AbstractRequestControlDirContextProcessor when it cannot create a request control.
 

Uses of NamingException in org.springframework.ldap.core
 

Subclasses of NamingException in org.springframework.ldap.core
 class ObjectRetrievalException
          Thrown by a ContextMapperCallbackHandler when it cannot retrieve an object from the given Binding.
 

Methods in org.springframework.ldap.core that throw NamingException
 void LdapOperations.bind(Name dn, Object obj, Attributes attributes)
          Create an entry in the LDAP tree.
 void LdapOperations.bind(String dn, Object obj, Attributes attributes)
          Create an entry in the LDAP tree.
 Object LdapOperations.executeReadOnly(ContextExecutor ce)
          Perform an operation (or series of operations) on a read-only context.
 Object LdapOperations.executeReadWrite(ContextExecutor ce)
          Perform an operation (or series of operations) on a read-write context.
 DirContext ContextSource.getContext(String principal, String credentials)
          Gets a DirContext instance authenticated using the supplied principal and credentials.
 DirContext ContextSource.getReadOnlyContext()
          Gets a read-only DirContext.
 DirContext ContextSource.getReadWriteContext()
          Gets a read-write DirContext instance.
 List LdapOperations.list(Name base)
          Perform a non-recursive listing of the children of the given base.
 void LdapOperations.list(Name base, NameClassPairCallbackHandler handler)
          Perform a non-recursive listing of the children of the given base.
 List LdapOperations.list(Name base, NameClassPairMapper mapper)
          Perform a non-recursive listing of the children of the given base.
 List LdapOperations.list(String base)
          Perform a non-recursive listing of the children of the given base.
 void LdapOperations.list(String base, NameClassPairCallbackHandler handler)
          Perform a non-recursive listing of the children of the given base.
 List LdapOperations.list(String base, NameClassPairMapper mapper)
          Perform a non-recursive listing of the children of the given base.
 List LdapOperations.listBindings(Name base)
          Perform a non-recursive listing of children of the given base.
 List LdapOperations.listBindings(Name base, ContextMapper mapper)
          Perform a non-recursive listing of the children of the given base.
 void LdapOperations.listBindings(Name base, NameClassPairCallbackHandler handler)
          Perform a non-recursive listing of the children of the given base.
 List LdapOperations.listBindings(Name base, NameClassPairMapper mapper)
          Perform a non-recursive listing of the children of the given base.
 List LdapOperations.listBindings(String base)
          Perform a non-recursive listing of children of the given base.
 List LdapOperations.listBindings(String base, ContextMapper mapper)
          Perform a non-recursive listing of the children of the given base.
 void LdapOperations.listBindings(String base, NameClassPairCallbackHandler handler)
          Perform a non-recursive listing of the children of the given base.
 List LdapOperations.listBindings(String base, NameClassPairMapper mapper)
          Perform a non-recursive listing of the children of the given base.
 Object LdapOperations.lookup(Name dn)
          Lookup the supplied DN and return the found object.
 Object LdapOperations.lookup(Name dn, AttributesMapper mapper)
          Convenience method to get the attributes of a specified DN and automatically pass them to an AttributesMapper.
 Object LdapOperations.lookup(Name dn, ContextMapper mapper)
          Convenience method to lookup a specified DN and automatically pass the found object to a ContextMapper.
 Object LdapOperations.lookup(Name dn, String[] attributes, AttributesMapper mapper)
          Convenience method to get the specified attributes of a specified DN and automatically pass them to an AttributesMapper.
 Object LdapOperations.lookup(Name dn, String[] attributes, ContextMapper mapper)
          Convenience method to get the specified attributes of a specified DN and automatically pass them to a ContextMapper.
 Object LdapOperations.lookup(String dn)
          Lookup the supplied DN and return the found object.
 Object LdapOperations.lookup(String dn, AttributesMapper mapper)
          Convenience method to get the attributes of a specified DN and automatically pass them to an AttributesMapper.
 Object LdapOperations.lookup(String dn, ContextMapper mapper)
          Convenience method to lookup a specified DN and automatically pass the found object to a ContextMapper.
 Object LdapOperations.lookup(String dn, String[] attributes, AttributesMapper mapper)
          Convenience method to get the specified attributes of a specified DN and automatically pass them to an AttributesMapper.
 Object LdapOperations.lookup(String dn, String[] attributes, ContextMapper mapper)
          Convenience method to get the specified attributes of a specified DN and automatically pass them to a ContextMapper.
 DirContextOperations LdapOperations.lookupContext(Name dn)
          Convenience method to lookup the supplied DN and automatically cast it to DirContextOperations.
 DirContextOperations LdapOperations.lookupContext(String dn)
          Convenience method to lookup the supplied DN and automatically cast it to DirContextOperations.
 void LdapOperations.modifyAttributes(DirContextOperations ctx)
          Modify the attributes of the entry referenced by the supplied DirContextOperations instance.
 void LdapOperations.modifyAttributes(Name dn, ModificationItem[] mods)
          Modify an entry in the LDAP tree using the supplied ModificationItems.
 void LdapOperations.modifyAttributes(String dn, ModificationItem[] mods)
          Modify an entry in the LDAP tree using the supplied ModificationItems.
 void LdapOperations.rebind(Name dn, Object obj, Attributes attributes)
          Remove an entry and replace it with a new one.
 void LdapOperations.rebind(String dn, Object obj, Attributes attributes)
          Remove an entry and replace it with a new one.
 void LdapOperations.rename(Name oldDn, Name newDn)
          Move an entry in the LDAP tree to a new location.
 void LdapOperations.rename(String oldDn, String newDn)
          Move an entry in the LDAP tree to a new location.
 List LdapOperations.search(Name base, String filter, AttributesMapper mapper)
          Search for all objects matching the supplied filter.
 List LdapOperations.search(Name base, String filter, ContextMapper mapper)
          Search for all objects matching the supplied filter.
 List LdapOperations.search(Name base, String filter, int searchScope, AttributesMapper mapper)
          Search for all objects matching the supplied filter.
 void LdapOperations.search(Name base, String filter, int searchScope, boolean returningObjFlag, NameClassPairCallbackHandler handler)
          Search for all objects matching the supplied filter.
 List LdapOperations.search(Name base, String filter, int searchScope, ContextMapper mapper)
          Search for all objects matching the supplied filter.
 List LdapOperations.search(Name base, String filter, int searchScope, String[] attrs, AttributesMapper mapper)
          Search for all objects matching the supplied filter.
 List LdapOperations.search(Name base, String filter, int searchScope, String[] attrs, ContextMapper mapper)
          Search for all objects matching the supplied filter.
 void LdapOperations.search(Name base, String filter, NameClassPairCallbackHandler handler)
          Search for all objects matching the supplied filter.
 List LdapOperations.search(Name base, String filter, SearchControls controls, AttributesMapper mapper)
          Search for all objects matching the supplied filter.
 List LdapOperations.search(Name base, String filter, SearchControls controls, AttributesMapper mapper, DirContextProcessor processor)
          Search for all objects matching the supplied filter.
 List LdapOperations.search(Name base, String filter, SearchControls controls, ContextMapper mapper)
          Search for all objects matching the supplied filter.
 List LdapOperations.search(Name base, String filter, SearchControls controls, ContextMapper mapper, DirContextProcessor processor)
          Search for all objects matching the supplied filter.
 void LdapOperations.search(Name base, String filter, SearchControls controls, NameClassPairCallbackHandler handler)
          Search for all objects matching the supplied filter.
 void LdapOperations.search(Name base, String filter, SearchControls controls, NameClassPairCallbackHandler handler, DirContextProcessor processor)
          Search for all objects matching the supplied filter.
 void LdapOperations.search(SearchExecutor se, NameClassPairCallbackHandler handler)
          Perform a search using a particular SearchExecutor.
 void LdapOperations.search(SearchExecutor se, NameClassPairCallbackHandler handler, DirContextProcessor processor)
          Perform a search using a particular SearchExecutor and context processor.
 List LdapOperations.search(String base, String filter, AttributesMapper mapper)
          Search for all objects matching the supplied filter.
 List LdapOperations.search(String base, String filter, ContextMapper mapper)
          Search for all objects matching the supplied filter.
 List LdapOperations.search(String base, String filter, int searchScope, AttributesMapper mapper)
          Search for all objects matching the supplied filter.
 void LdapOperations.search(String base, String filter, int searchScope, boolean returningObjFlag, NameClassPairCallbackHandler handler)
          Search for all objects matching the supplied filter.
 List LdapOperations.search(String base, String filter, int searchScope, ContextMapper mapper)
          Search for all objects matching the supplied filter.
 List LdapOperations.search(String base, String filter, int searchScope, String[] attrs, AttributesMapper mapper)
          Search for all objects matching the supplied filter.
 List LdapOperations.search(String base, String filter, int searchScope, String[] attrs, ContextMapper mapper)
          Search for all objects matching the supplied filter.
 void LdapOperations.search(String base, String filter, NameClassPairCallbackHandler handler)
          Search for all objects matching the supplied filter.
 List LdapOperations.search(String base, String filter, SearchControls controls, AttributesMapper mapper)
          Search for all objects matching the supplied filter.
 List LdapOperations.search(String base, String filter, SearchControls controls, AttributesMapper mapper, DirContextProcessor processor)
          Search for all objects matching the supplied filter.
 List LdapOperations.search(String base, String filter, SearchControls controls, ContextMapper mapper)
          Search for all objects matching the supplied filter.
 List LdapOperations.search(String base, String filter, SearchControls controls, ContextMapper mapper, DirContextProcessor processor)
          Search for all objects matching the supplied filter.
 void LdapOperations.search(String base, String filter, SearchControls controls, NameClassPairCallbackHandler handler)
          Search for all objects matching the supplied filter.
 void LdapOperations.search(String base, String filter, SearchControls controls, NameClassPairCallbackHandler handler, DirContextProcessor processor)
          Search for all objects matching the supplied filter.
 void LdapOperations.unbind(Name dn)
          Remove an entry from the LDAP tree.
 void LdapOperations.unbind(Name dn, boolean recursive)
          Remove an entry from the LDAP tree, optionally removing all descendants in the process.
 void LdapOperations.unbind(String dn)
          Remove an entry from the LDAP tree.
 void LdapOperations.unbind(String dn, boolean recursive)
          Remove an entry from the LDAP tree, optionally removing all descendants in the process.
 

Uses of NamingException in org.springframework.ldap.core.support
 

Methods in org.springframework.ldap.core.support that throw NamingException
 DirContext SingleContextSource.getContext(String principal, String credentials)
           
 DirContext SingleContextSource.getReadOnlyContext()
           
 DirContext SingleContextSource.getReadWriteContext()
           
 

Uses of NamingException in org.springframework.ldap.ldif
 

Subclasses of NamingException in org.springframework.ldap.ldif
 class InvalidAttributeFormatException
          Thrown whenever a parsed attribute does not conform to LDAP specifications.
 class InvalidRecordFormatException
          Thrown whenever a parsed record does not conform to LDAP specifications.
 

Uses of NamingException in org.springframework.ldap.odm.core
 

Subclasses of NamingException in org.springframework.ldap.odm.core
 class OdmException
          The root of the Spring LDAP ODM exception hierarchy.
 

Uses of NamingException in org.springframework.ldap.odm.core.impl
 

Subclasses of NamingException in org.springframework.ldap.odm.core.impl
 class InvalidEntryException
          Thrown to indicate that an instance is not suitable for persisting in the LDAP directory.
 class MetaDataException
          Thrown to indicate an error in the annotated meta-data.
 class UnmanagedClassException
          Thrown when an OdmManager method is called with a class which is not being managed by the OdmManager.
 

Uses of NamingException in org.springframework.ldap.odm.typeconversion
 

Subclasses of NamingException in org.springframework.ldap.odm.typeconversion
 class ConverterException
          Thrown by the conversion framework to indicate an error condition - typically a failed type conversion.
 

Uses of NamingException in org.springframework.ldap.pool.factory
 

Methods in org.springframework.ldap.pool.factory that throw NamingException
 DirContext PoolingContextSource.getContext(String principal, String credentials)
           
 DirContext PoolingContextSource.getReadOnlyContext()
           
 DirContext PoolingContextSource.getReadWriteContext()
           
 

Uses of NamingException in org.springframework.ldap.support
 

Methods in org.springframework.ldap.support that return NamingException
static NamingException LdapUtils.convertLdapException(NamingException ex)
          Convert the specified checked NamingException to a Spring LDAP runtime NamingException equivalent.
 

Uses of NamingException in org.springframework.ldap.transaction.compensating.manager
 

Methods in org.springframework.ldap.transaction.compensating.manager that throw NamingException
 DirContext TransactionAwareContextSourceProxy.getContext(String principal, String credentials)
           
 DirContext TransactionAwareContextSourceProxy.getReadOnlyContext()
           
 DirContext TransactionAwareContextSourceProxy.getReadWriteContext()
           
 


Spring LDAP Framework

Copyright © 2005-2010 The Spring LDAP Framework. All Rights Reserved.