Package org.apache.directory.server.core.prefs

Platform independent server side Preferences implementation based on ApacheDS.

See:
          Description

Class Summary
ServerPreferencesFactory A preferences factory implementation.
ServerSystemPreferences A server side system Preferences implementation.
 

Exception Summary
ServerSystemPreferenceException A RuntimeException that is thrown when accessing ServerSystemPreferences failed.
 

Package org.apache.directory.server.core.prefs Description

Platform independent server side Preferences implementation based on ApacheDS. The data is backed by the directory using a specific LDAP schema to map preferences to the LDAP/X.500 namespace. To make sure you're preferences are using the right preferences factory implementation please check to see the following property is set to our implementation: java.util.prefs.PreferencesFactory=org.apache.ldap.server.prefs.ServerPreferencesFactory



Copyright © 2003-2009 Apache Software Foundation. All Rights Reserved.