Name

ExtendedResponse

Synopsis

This is the base interface for responses to extended operations invoked on an LDAP server. An ExtendedResponse is returned by the LdapContext.extendedOperation() method. An LDAP server/provider will typically provide specializations of ExtendedResponse specific to the type of ExtendedRequest that was issued.

                  Passed To
public interface ExtendedResponse extends Serializable {
// Public Instance Methods
   public abstract byte[] getEncodedValue();  
   public abstract String getID();  
}

Implementations

StartTlsResponse, UnsolicitedNotification

Returned By

ExtendedRequest.createExtendedResponse(), InitialLdapContext.extendedOperation(), LdapContext.extendedOperation(), StartTlsRequest.createExtendedResponse()

Get Java Enterprise in a Nutshell, Second Edition now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.