Package org.apache.directory.api.ldap.extras.extended

Interface Summary
CancelRequest The CancelRequest interface.
CancelResponse The interface for Cancel ExtendedResponses.
CertGenerationRequest The interface for a certificate generation request extended operation.
CertGenerationResponse The interface for the certificate generation extended operation.
GracefulDisconnectResponse An unsolicited notification, extended response, intended for notifying clients of upcoming disconnection due to intended service windows.
GracefulShutdownRequest An extended operation requesting the server to shutdown it's LDAP service port while allowing established clients to complete or abandon operations already in progress.
GracefulShutdownResponse The response sent back from the server when a GracefulShutdownRequestImpl extended operation is sent.
StoredProcedureRequest An extended operation requesting the server to execute a stored procedure.
StoredProcedureResponse The stored procedure extended operation response.
 

Class Summary
CancelRequestImpl Implement the extended Cancel Request as described in RFC 3909.
CancelResponseImpl The response sent back from the server after the Cancel extended operation is performed.
CertGenerationRequestImpl An extended operation requesting the server to generate a public/private key pair and a certificate and store them in a specified target entry in the DIT.
CertGenerationResponseImpl The response sent back from the server after the CertGeneration extended operation is performed.
GracefulDisconnectResponseImpl An unsolicited notification, extended response, intended for notifying clients of up coming disconnection due to intended service windows.
GracefulShutdownRequestImpl An extended operation requesting the server to shutdown it's LDAP service port while allowing established clients to complete or abandon operations already in progress.
GracefulShutdownResponseImpl The response sent back from the server when a GracefulShutdownRequestImpl extended operation is sent.
StoredProcedureParameter Bean for representing a Stored Procedure Parameter
StoredProcedureRequestImpl An extended operation requesting the server to execute a stored procedure.
StoredProcedureResponseImpl The response sent back from the server when a StoredProcedureRequestImpl is sent.
 



Copyright © 2003-2013 The Apache Software Foundation. All Rights Reserved.