Skip navigation links

Oracle Virtual Directory Java API Reference
11g Release 1 (11.1.1)

E56472-01


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

Packages that use DistinguishedName
com.octetstring.vde.backend   
com.octetstring.vde.router   
com.octetstring.vde.syntax   
com.octetstring.vde.util   

 

Uses of DistinguishedName in com.octetstring.vde.backend

 

Methods in com.octetstring.vde.backend that return DistinguishedName
 DistinguishedName BackendHandler.getRootUser()
           

 

Methods in com.octetstring.vde.backend with parameters of type DistinguishedName
 void BackendHandler.setEmUser(DistinguishedName dn)
           
 void BackendHandler.setRootUser(DistinguishedName dn)
           

 

Uses of DistinguishedName in com.octetstring.vde.router

 

Methods in com.octetstring.vde.router that return types with arguments of type DistinguishedName
 java.util.Set<DistinguishedName> RoutingHandler.getSuffixes()
           
 java.util.Set<DistinguishedName> RoutingHandler.getVisibleSuffixes()
           

 

Methods in com.octetstring.vde.router with parameters of type DistinguishedName
 boolean RoutingRule.isBasePatternMatch(DistinguishedName dn)
           
 void RoutingRule.registerBackend(Adapter backend, DistinguishedName nssuffix, boolean system)
           
 void RoutingRule.setSuffix(DistinguishedName nssuffix)
           

 

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.

 

Uses of DistinguishedName in com.octetstring.vde.util

 

Methods in com.octetstring.vde.util that return DistinguishedName
 DistinguishedName LDAPURL.getBase()
           

 

Methods in com.octetstring.vde.util with parameters of type DistinguishedName
 void LDAPURL.setBase(DistinguishedName baseDN)
           

 


Skip navigation links

Oracle Virtual Directory Java API Reference
11g Release 1 (11.1.1)

E56472-01


Copyright © 2000-2015 Oracle and/or its affiliates. All Rights Reserved.