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

Packages that use AbstractProtocolService
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 AbstractProtocolService in org.apache.directory.server.changepw
 

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

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

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

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

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

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

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

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

Subclasses of AbstractProtocolService in org.apache.directory.server.ntp
 class NtpServer
          Contains the configuration parameters for the NTP protocol provider.
 

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

Subclasses of AbstractProtocolService in org.apache.directory.server.protocol.shared
 class DirectoryBackedService
          Base class shared by all protocol providers for configuration.
 



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