jdk/src/share/classes/com/sun/security/auth/module/LdapLoginModule.java
changeset 21278 ef8a3a2a72f2
parent 20742 4ae78e8060d6
child 23010 6dadb192ad81
equal deleted inserted replaced
21277:bd380b80f9ea 21278:ef8a3a2a72f2
   151  *      that token is treated as a attribute name and will be replaced with a
   151  *      that token is treated as a attribute name and will be replaced with a
   152  *      single value of that attribute from the user's LDAP entry.
   152  *      single value of that attribute from the user's LDAP entry.
   153  *      If the attribute cannot be found then the option is ignored.
   153  *      If the attribute cannot be found then the option is ignored.
   154  *      When this option is supplied and the user has been successfully
   154  *      When this option is supplied and the user has been successfully
   155  *      authenticated then an additional {@link UserPrincipal}
   155  *      authenticated then an additional {@link UserPrincipal}
   156  *      is created using the authorization identity and it is assocated with
   156  *      is created using the authorization identity and it is associated with
   157  *      the current {@link Subject}. </dd>
   157  *      the current {@link Subject}. </dd>
   158  *
   158  *
   159  * <dt> <code>useSSL</code> </dt>
   159  * <dt> <code>useSSL</code> </dt>
   160  * <dd> if <code>false</code>, this module does not establish an SSL connection
   160  * <dd> if <code>false</code>, this module does not establish an SSL connection
   161  *      to the LDAP server before attempting authentication. SSL is used to
   161  *      to the LDAP server before attempting authentication. SSL is used to