Skip navigation links

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

E10688-02


Uses of Class
com.octetstring.vde.syntax.DistinguishedName

Packages that use DistinguishedName
com.octetstring.vde.syntax   

 

Uses of DistinguishedName in com.octetstring.vde.syntax

 

Fields in com.octetstring.vde.syntax declared as DistinguishedName
static DistinguishedName DistinguishedName.EMPTY_DN
           

 

Methods in com.octetstring.vde.syntax that return DistinguishedName
 DistinguishedName DistinguishedName.concat(DistinguishedName baseDN)
          This method creates a new DN that is a descendant of this DN, using the specified DN as a relative base DN.
 DistinguishedName DistinguishedName.getParent()
           
 DistinguishedName DistinguishedName.getRelativeDN(DistinguishedName baseDN)
           
static DistinguishedName DistinguishedName.toDNSyntax(DirectoryString dn)
           

 

Methods in com.octetstring.vde.syntax with parameters of type DistinguishedName
 DistinguishedName DistinguishedName.concat(DistinguishedName baseDN)
          This method creates a new DN that is a descendant of this DN, using the specified DN as a relative base DN.
 DistinguishedName DistinguishedName.getRelativeDN(DistinguishedName baseDN)
           
 boolean DistinguishedName.isAncestorOf(DistinguishedName dn)
          This method determines whether this DN is an ancestor of the specified DN.
 boolean DistinguishedName.isDescendantOf(DistinguishedName dn)
          This method determines whether this DN is a descendant of the specified DN.

 


Skip navigation links

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

E10688-02


Copyright © 2000-2009 Oracle. All Rights Reserved.