Skip navigation links

OracleVirtual Directory Java API Reference
11g Release 1 (11.1.1)

E10688-02


Uses of Class
com.octetstring.vde.util.InvalidDNException

Packages that use InvalidDNException
com.octetstring.vde   
com.octetstring.vde.syntax   
com.octetstring.vde.util   

 

Uses of InvalidDNException in com.octetstring.vde

 

Methods in com.octetstring.vde that throw InvalidDNException
 void Entry.setBase(DirectoryString base)
          Set the entry immediately above this entry in the directory tree
 void Entry.setName(DirectoryString name)
          Set the distinguished name of this entry
 void Entry.setName(DirectoryString name, boolean bypassConstruct)
          Set the distinguished name of the entry with an option for bypassing the normalization step.

 

Constructors in com.octetstring.vde that throw InvalidDNException
Entry(DirectoryString name)
          Creates a new Entry instance with the specified DN

 

Uses of InvalidDNException in com.octetstring.vde.syntax

 

Methods in com.octetstring.vde.syntax that throw InvalidDNException
static DistinguishedName DistinguishedName.toDNSyntax(DirectoryString dn)
           

 

Constructors in com.octetstring.vde.syntax that throw InvalidDNException
DistinguishedName(byte[] bytes)
          Create a directory string from the given byte array.
DistinguishedName(byte[] bytes, int hashCode)
          Create a directory string from the given byte array, but skip the computation of the hashCode.
DistinguishedName(DirectoryString dn)
           

 

Uses of InvalidDNException in com.octetstring.vde.util

 

Methods in com.octetstring.vde.util that throw InvalidDNException
 DirectoryString DNUtility.createDN(java.util.List<java.lang.String> rdnComponents)
           
 DirectoryString DNUtility.normalize(DirectoryString dn)
           
 void PluginUtil.setRDNEntry(Entry entry, DirectoryString oldRDNAttrType, DirectoryString newRDNAttrType)
          Changes the attribute of the RDN for the given dn on the given entry
 void PluginUtil.setRDNGet(Chain chain, DirectoryString currentName, DirectoryString old, DirectoryString name, Credentials creds)
          Changes the attribute of the RDN for the given dn
 void PluginUtil.setRDNModify(Chain chain, DirectoryString currentName, DirectoryString old, DirectoryString name, Credentials creds)
          Changes the attribute of the RDN for the given dn on an inbound MODIFY operation
 void PluginUtil.setRDNRename(Chain chain, DirectoryString currentName, DirectoryString old, DirectoryString name, Credentials creds, DirectoryString newEntryName)
          Changes the attribute of the RDN for the given dn on an inbound RENAME operation

 


Skip navigation links

OracleVirtual Directory Java API Reference
11g Release 1 (11.1.1)

E10688-02


Copyright © 2000-2009 Oracle. All Rights Reserved.