Uses of Class
org.apache.directory.server.protocol.shared.DirectoryBackedService

Packages that use DirectoryBackedService
org.apache.directory.server.changepw Provides the entry point to an instance of the ChangePasswordServer, as well as support for configuration. 
org.apache.directory.server.dns Provides the entry point to an instance of the DnsServer, as well as support for configuration and the root of the exception hierarchy. 
org.apache.directory.server.kerberos.kdc Provides the entry point to an instance of the KdcServer (KDC), as well as classes common to the KDC's two services: the Authentication Service (AS) and the Ticket-Granting Service (TGS). 
org.apache.directory.server.ldap Contains the entry point for the LDAP protocol provider and the session registry. 
 

Uses of DirectoryBackedService in org.apache.directory.server.changepw
 

Subclasses of DirectoryBackedService in org.apache.directory.server.changepw
 class ChangePasswordServer
          Contains the configuration parameters for the Change Password protocol provider.
 

Uses of DirectoryBackedService in org.apache.directory.server.dns
 

Subclasses of DirectoryBackedService in org.apache.directory.server.dns
 class DnsServer
          Contains the configuration parameters for the DNS protocol provider.
 

Uses of DirectoryBackedService in org.apache.directory.server.kerberos.kdc
 

Subclasses of DirectoryBackedService in org.apache.directory.server.kerberos.kdc
 class KdcServer
          Contains the configuration parameters for the Kerberos protocol provider.
 

Uses of DirectoryBackedService in org.apache.directory.server.ldap
 

Subclasses of DirectoryBackedService in org.apache.directory.server.ldap
 class LdapService
          An LDAP protocol provider implementation which dynamically associates handlers.
 



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