Nitido Inc.

Uses of Class
com.nitido.directory.IllegalEntryDNException

Packages that use IllegalEntryDNException
com.nitido.directory The Nitido directory library - with exception handling instruction in the detail package description. 
com.nitido.directory.jndi The Nitido directory library implemented with Sun's JNDI (Java Naming and Directory Interface). 
com.nitido.nimx.services.dirpool.mozilla This package contains the implementation of DirPoolService that utilizes the Mozilla Netscape LDAP Java SDK library. 
 

Uses of IllegalEntryDNException in com.nitido.directory
 

Methods in com.nitido.directory that throw IllegalEntryDNException
 void Directory.addAttributeValue(java.lang.String entryDN, java.lang.String attribute, java.io.Serializable value)
          Add Serializable attribute.
 void Directory.addAttributeValues(java.lang.String entryDN, java.lang.String attribute, java.util.Vector values)
          Add attribute (for multi value attributes).
 void Directory.addEntry(Entry entry)
          Add a new entry.
 Entry Directory.getEntry(java.lang.String entryDN, java.lang.String[] attributes)
          Get an Entry with the specified attributes.
 void Directory.modifyAttributeValue(java.lang.String entryDN, java.lang.String attribute, java.io.Serializable value)
          Modify Serializable attribute.
 void Directory.modifyAttributeValues(java.lang.String entryDN, java.lang.String attribute, java.util.Vector values)
          Modify attribute (for multi value attributes).
 void Directory.modifyEntry(java.lang.String entryDN, DirModifier[] modifiers)
          Modify a specific entry with multiple changes to the attributes.
 void Directory.removeAttributeValue(java.lang.String entryDN, java.lang.String attribute, java.io.Serializable value)
          Remove a Serializable attribute value.
 void Directory.removeAttributeValues(java.lang.String entryDN, java.lang.String attribute)
          Remove all attribute value under the attribute name.
 void Directory.removeEntry(java.lang.String entryDN)
          Remove an entry.
 

Uses of IllegalEntryDNException in com.nitido.directory.jndi
 

Methods in com.nitido.directory.jndi that throw IllegalEntryDNException
 void DirectoryImpl.addAttributeValue(java.lang.String entryDN, java.lang.String name, java.io.Serializable value)
           
 void DirectoryImpl.addAttributeValues(java.lang.String entryDN, java.lang.String name, java.util.Vector values)
           
 void DirectoryImpl.addEntry(Entry entry)
           
 Entry DirectoryImpl.getEntry(java.lang.String entryDN, java.lang.String[] attrIDs)
           
 void DirectoryImpl.modifyAttributeValue(java.lang.String entryDN, java.lang.String name, java.io.Serializable value)
           
 void DirectoryImpl.modifyAttributeValues(java.lang.String entryDN, java.lang.String name, java.util.Vector values)
           
 void DirectoryImpl.modifyEntry(java.lang.String entryDN, DirModifier[] modifiers)
           
 void DirectoryImpl.removeAttributeValue(java.lang.String entryDN, java.lang.String attribute, java.io.Serializable value)
           
 void DirectoryImpl.removeAttributeValues(java.lang.String entryDN, java.lang.String attribute)
           
 void DirectoryImpl.removeEntry(java.lang.String entryDN)
           
 

Uses of IllegalEntryDNException in com.nitido.nimx.services.dirpool.mozilla
 

Methods in com.nitido.nimx.services.dirpool.mozilla that throw IllegalEntryDNException
 Entry DirectoryImpl.getEntry(java.lang.String entryDN, java.lang.String[] attributes)
           
 


Nitido NiM 2.5 Java API

These JavaDoc pages are generated for release/nim_2_5-2.5.44

Copyright © 1999-2009 Nitido Inc.    Proprietary and Confidential.    All Rights Reserved.