Uses of Interface
org.apache.directory.server.protocol.shared.ProtocolService

Packages that use ProtocolService
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. 
org.apache.directory.server.ntp Provides the entry point to instances of the NtpServer, as well as support for configuration and the root of the exception hierarchy. 
org.apache.directory.server.protocol.shared   
 

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

Classes in org.apache.directory.server.changepw that implement ProtocolService
 class ChangePasswordServer
          Contains the configuration parameters for the Change Password protocol provider.
 

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

Classes in org.apache.directory.server.dns that implement ProtocolService
 class DnsServer
          Contains the configuration parameters for the DNS protocol provider.
 

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

Classes in org.apache.directory.server.kerberos.kdc that implement ProtocolService
 class KdcServer
          Contains the configuration parameters for the Kerberos protocol provider.
 

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

Classes in org.apache.directory.server.ldap that implement ProtocolService
 class LdapService
          An LDAP protocol provider implementation which dynamically associates handlers.
 

Uses of ProtocolService in org.apache.directory.server.ntp
 

Classes in org.apache.directory.server.ntp that implement ProtocolService
 class NtpServer
          Contains the configuration parameters for the NTP protocol provider.
 

Uses of ProtocolService in org.apache.directory.server.protocol.shared
 

Classes in org.apache.directory.server.protocol.shared that implement ProtocolService
 class AbstractProtocolService
          An abstract base class for a ProtocolService.
 class DirectoryBackedService
          Base class shared by all protocol providers for configuration.
 



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