src/share/classes/com/sun/security/auth/module/LdapLoginModule.java

Print this page

        

*** 302,311 **** --- 302,312 ---- * </dd> * </dl> * * @since 1.6 */ + @jdk.Supported public class LdapLoginModule implements LoginModule { // Use the default classloader for this class to load the prompt strings. private static final ResourceBundle rb = AccessController.doPrivileged( new PrivilegedAction<ResourceBundle>() {