ApacheDS 1.5.7 API

Packages 
Package Description
jdbm
Simplified public API corresponding to GDBM APIs.
jdbm.btree
B+Tree (scalable persistent tree) data structure implementation.
jdbm.helper
Miscelaneous utility classes and interfaces.
jdbm.htree
HTree (scalable persistent hashtable) data structure implementation.
jdbm.recman
Core classes for managing persistent objects and processing transactions.
org.apache.directory.server.annotations  
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.changepw.exceptions
Provides the root of the exception hierarchy, as well as the enumerator for mapping Change Password errors to error codes.
org.apache.directory.server.changepw.io
Provides encoders and decoders for request, reply, error, and data payload conversions.
org.apache.directory.server.changepw.messages
Provides message objects for request, reply, and error messages.
org.apache.directory.server.changepw.protocol
Provides the org.apache.mina.common.IoHandler and associated ProtocolCodecFactory required to implement the Change Password Service with the MINA NIO framework.
org.apache.directory.server.changepw.service
Provides the Change Password Service.
org.apache.directory.server.changepw.value
Provides the message object for the Change Password data payload.
org.apache.directory.server.configuration  
org.apache.directory.server.constants  
org.apache.directory.server.core  
org.apache.directory.server.core.annotations  
org.apache.directory.server.core.authn  
org.apache.directory.server.core.authz  
org.apache.directory.server.core.authz.support
org.apache.directory.server.core.avltree  
org.apache.directory.server.core.changelog
org.apache.directory.server.core.collective  
org.apache.directory.server.core.entry  
org.apache.directory.server.core.event  
org.apache.directory.server.core.exception  
org.apache.directory.server.core.factory  
org.apache.directory.server.core.filtering  
org.apache.directory.server.core.integ  
org.apache.directory.server.core.interceptor  
org.apache.directory.server.core.interceptor.context  
org.apache.directory.server.core.invocation  
org.apache.directory.server.core.jndi  
org.apache.directory.server.core.journal  
org.apache.directory.server.core.kerberos  
org.apache.directory.server.core.normalization  
org.apache.directory.server.core.operational  
org.apache.directory.server.core.partition  
org.apache.directory.server.core.partition.avl  
org.apache.directory.server.core.partition.impl.btree  
org.apache.directory.server.core.partition.impl.btree.gui  
org.apache.directory.server.core.partition.impl.btree.jdbm  
org.apache.directory.server.core.partition.ldif  
org.apache.directory.server.core.prefs
org.apache.directory.server.core.referral  
org.apache.directory.server.core.replication  
org.apache.directory.server.core.schema
org.apache.directory.server.core.schema.registries.synchronizers  
org.apache.directory.server.core.security  
org.apache.directory.server.core.sp  
org.apache.directory.server.core.sp.java  
org.apache.directory.server.core.subtree  
org.apache.directory.server.core.trigger  
org.apache.directory.server.dhcp
Provides the entry point to an instance of the DhcpService, as well as the root of the exception hierarchy.
org.apache.directory.server.dhcp.io
Provides the encoders and decoders for DHCP message and option conversions.
org.apache.directory.server.dhcp.messages
Provides message objects for DHCP messages.
org.apache.directory.server.dhcp.options
Provides base message objects for DHCP options.
org.apache.directory.server.dhcp.options.dhcp
Provides DHCP options for the DHCP protocol.
org.apache.directory.server.dhcp.options.linklayer
Provides link layer options for the DHCP protocol.
org.apache.directory.server.dhcp.options.misc
Provides miscellaneous options for the DHCP protocol.
org.apache.directory.server.dhcp.options.perhost
Provides per-host options for the DHCP protocol.
org.apache.directory.server.dhcp.options.perinterface
Provides per-interface options for the DHCP protocol.
org.apache.directory.server.dhcp.options.tcp
Provides TCP options for the DHCP protocol.
org.apache.directory.server.dhcp.options.vendor
Provides vendor options for the DHCP protocol.
org.apache.directory.server.dhcp.protocol
Provides the org.apache.mina.common.IoHandler and associated ProtocolCodecFactory required to implement the DHCP Service with the MINA NIO framework.
org.apache.directory.server.dhcp.service
Provides the implementation of the DhcpService.
org.apache.directory.server.dhcp.store  
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.dns.io.decoder
Provides the decoders for DNS messages and resource records.
org.apache.directory.server.dns.io.encoder
Provides the encoders for DNS messages and resource records.
org.apache.directory.server.dns.messages
Provides message objects for DNS messages and resource records.
org.apache.directory.server.dns.protocol
Provides the org.apache.mina.common.IoHandler and associated ProtocolCodecFactory required to implement the DNS Service with the MINA NIO framework.
org.apache.directory.server.dns.service
Provides the DNS Service.
org.apache.directory.server.dns.store
Provides RecordStore interface for serving DNS resource records to DnsServer.
org.apache.directory.server.dns.store.jndi  
org.apache.directory.server.dns.store.jndi.operations
Provides Command pattern objects for working with the JNDI backing store.
org.apache.directory.server.dns.util
Provides utility code for working with enumerators.
org.apache.directory.server.factory  
org.apache.directory.server.i18n  
org.apache.directory.server.integ  
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.kerberos.kdc.authentication
Provides the KDC's Authentication Service (AS).
org.apache.directory.server.kerberos.kdc.ticketgrant
Provides the KDC's Ticket-Granting Service (TGS).
org.apache.directory.server.kerberos.protocol
Provides the org.apache.mina.common.IoHandler and associated ProtocolCodecFactory required to implement the KDC's Authentication Service (AS) and Ticket-Granting Service (TGS) with the MINA NIO framework.
org.apache.directory.server.kerberos.sam
Provides a subsystem that enables the KDC's Authentication Service (AS) to use pluggable Single-use Authentication Mechanisms (SAM) during pre-authentication processing.
org.apache.directory.server.kerberos.shared  
org.apache.directory.server.kerberos.shared.crypto.checksum
Provides support for checksum calculations.
org.apache.directory.server.kerberos.shared.crypto.encryption
Provides support for Kerberos CipherText operations.
org.apache.directory.server.kerberos.shared.exceptions
Provides the root of the exception hierarchy, as well as the enumerator for mapping Kerberos errors to error codes.
org.apache.directory.server.kerberos.shared.io.decoder
Provides the decoders for Kerberos message objects.
org.apache.directory.server.kerberos.shared.io.encoder
Provides the encoders for Kerberos message objects.
org.apache.directory.server.kerberos.shared.jaas
Provides utility classes for working with JAAS.
org.apache.directory.server.kerberos.shared.keytab  
org.apache.directory.server.kerberos.shared.messages
Provides base message objects for Kerberos request and reply messages.
org.apache.directory.server.kerberos.shared.messages.application
Provides message objects for Kerberos application messages.
org.apache.directory.server.kerberos.shared.messages.components
Provides major components of Kerberos messages.
org.apache.directory.server.kerberos.shared.messages.value
Provides value object components of Kerberos messages.
org.apache.directory.server.kerberos.shared.messages.value.flags  
org.apache.directory.server.kerberos.shared.messages.value.types  
org.apache.directory.server.kerberos.shared.replay
Provides the interface and in-memory implementation of a Kerberos replay cache.
org.apache.directory.server.kerberos.shared.service
Provides reusable IoHandlerCommands for the Kerberos and Change Password protocols.
org.apache.directory.server.kerberos.shared.store
Provides the implementation for storing Kerberos principals and symmetric keys backed by JNDI.
org.apache.directory.server.kerberos.shared.store.operations
Provides Command pattern objects for working with the JNDI backing store.
org.apache.directory.server.ldap
Contains the entry point for the LDAP protocol provider and the session registry.
org.apache.directory.server.ldap.gui
Provides a diagnostic UI for the LDAP protocol provider.
org.apache.directory.server.ldap.handlers
Provides LDAP message handlers that implement MessageHandler.
org.apache.directory.server.ldap.handlers.bind
Contains the implementation of LDAP binds with Simple and SASL authentication mechanisms.
org.apache.directory.server.ldap.handlers.bind.cramMD5  
org.apache.directory.server.ldap.handlers.bind.digestMD5  
org.apache.directory.server.ldap.handlers.bind.gssapi  
org.apache.directory.server.ldap.handlers.bind.ntlm  
org.apache.directory.server.ldap.handlers.bind.plain  
org.apache.directory.server.ldap.handlers.controls  
org.apache.directory.server.ldap.handlers.extended
Provides LDAP 'Extended' operations that implement ExtendedOperationHandler.
org.apache.directory.server.ldap.handlers.ssl
Contains support for SSL with the LDAP protocol (LDAPS).
org.apache.directory.server.ldap.replication  
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.ntp.io
Provides the encoder and decoder for NTP message conversions.
org.apache.directory.server.ntp.messages
Provides message objects for NTP messages.
org.apache.directory.server.ntp.protocol
Provides the org.apache.mina.common.IoHandler and associated ProtocolCodecFactory required to implement the NTP Service with the MINA NIO framework.
org.apache.directory.server.ntp.service
Provides the implementation of the NtpService.
org.apache.directory.server.protocol.shared  
org.apache.directory.server.protocol.shared.catalog  
org.apache.directory.server.protocol.shared.store  
org.apache.directory.server.protocol.shared.transport  
org.apache.directory.server.replication.configuration  
org.apache.directory.server.utils  
org.apache.directory.server.xdbm  
org.apache.directory.server.xdbm.search  
org.apache.directory.server.xdbm.search.impl  
org.apache.directory.server.xdbm.tools  

Copyright © 2003–2013 The Apache Software Foundation. All rights reserved.