< prev index next >

src/java.naming/share/classes/module-info.java

Print this page

        

*** 57,66 **** --- 57,81 ---- * equal to zero means no read timeout is specified which is equivalent * to waiting for the response infinitely until it is received. * <br>If this property is not specified, the default is to wait * for the response until it is received. * </li> + * <li>{@code com.sun.jndi.ldap.tls.cbtype}: + * <br>The value of this property is the string representing the TLS + * Channel Binding type required for an LDAP connection over SSL/TLS. + * Possible values are : + * <ul> + * <li>"tls-unique" - Channel Binding data is created on the basis + * of TLS Finished Message. Not supported right now. + * </li> + * <li>"tls-server-end-point" - Channel Binding data is created on + * the basis of the TLS server certificate. + * </li> + * </ul> + * <br>If this property is not specified, the client does not send + * channel binding information to the server. + * </li> * </ul> * * @provides javax.naming.ldap.spi.LdapDnsProvider * * @uses javax.naming.ldap.spi.LdapDnsProvider
< prev index next >