org.apache.ldap.server.prefs
Class PreferencesUtils

java.lang.Object
  extended byorg.apache.ldap.server.prefs.PreferencesUtils

public class PreferencesUtils
extends java.lang.Object

Document this class.

Version:
$Rev$
Author:
Apache Directory Project

Constructor Summary
PreferencesUtils()
           
 
Method Summary
static javax.naming.Name toSysDn(java.lang.String absPrefPath)
          Translates an absolute system preferences node name into the distinguished name of the entry corresponding to the preferences node.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PreferencesUtils

public PreferencesUtils()
Method Detail

toSysDn

public static javax.naming.Name toSysDn(java.lang.String absPrefPath)
                                 throws javax.naming.NamingException
Translates an absolute system preferences node name into the distinguished name of the entry corresponding to the preferences node.

Parameters:
absPrefPath - the absolute path to the system preferences node
Returns:
the distinguished name of the entry representing the system preferences node
Throws:
javax.naming.NamingException - if there are namespace problems while translating the path


Copyright © 2002-2005 . All Rights Reserved.