< prev index next >

src/java.naming/share/classes/com/sun/jndi/ldap/sasl/LdapSasl.java

Print this page

        

@@ -70,16 +70,16 @@
      * properties to satisfy the callbacks, and by using the
      * SASL_AUTHZ_ID property as the authorization id. If the SASL_AUTHZ_ID
      * property has not been set, Context.SECURITY_PRINCIPAL is used.
      * If SASL_CALLBACK has been set, use that instead of the default
      * CallbackHandler.
-     *<p>
+     * <p>
      * If bind is successful and the selected SASL mechanism has a security
      * layer, set inStream and outStream to be filter streams that use
      * the security layer. These will be used for subsequent communication
      * with the server.
-     *<p>
+     *
      * @param conn The non-null connection to use for sending an LDAP BIND
      * @param server Non-null string name of host to connect to
      * @param dn Non-null DN to bind as; also used as authentication ID
      * @param pw Possibly null password; can be byte[], char[] or String
      * @param authMech A non-null space-separated list of SASL authentication
< prev index next >