Searched refs:StartTlsResponse (Results 1 - 3 of 3) sorted by relevance

/openjdk7/jdk/src/share/classes/javax/naming/ldap/
H A DStartTlsResponse.java55 * StartTlsResponse tls =
56 * (StartTlsResponse) ctx.extendedOperation(new StartTlsRequest());
77 public abstract class StartTlsResponse implements ExtendedResponse { class in inherits:ExtendedResponse
94 protected StartTlsResponse() { method in class:StartTlsResponse
H A DStartTlsRequest.java46 * <tt>StartTlsRequest</tt>/<tt>StartTlsResponse</tt> are used to establish
57 * StartTlsResponse tls =
58 * (StartTlsResponse) ctx.extendedOperation(new StartTlsRequest());
76 * @see StartTlsResponse
125 * The result must be a concrete subclass of StartTlsResponse
131 * META-INF/services/javax.naming.ldap.StartTlsResponse
181 StartTlsResponse resp = null;
183 ServiceLoader<StartTlsResponse> sl = ServiceLoader.load(
184 StartTlsResponse.class, getContextClassLoader());
185 Iterator<StartTlsResponse> ite
[all...]
/openjdk7/jdk/src/share/classes/com/sun/jndi/ldap/ext/
H A DStartTlsResponseImpl.java73 final public class StartTlsResponseImpl extends StartTlsResponse {

Completed in 483 milliseconds