jdk/src/java.management/share/classes/com/sun/jmx/remote/security/JMXPluggableAuthenticator.java
changeset 27565 729f9700483a
parent 25859 3317bb8137f4
equal deleted inserted replaced
27564:eaaa79b68cd5 27565:729f9700483a
    64  * <p>By default, a single file-based authentication mechanism
    64  * <p>By default, a single file-based authentication mechanism
    65  * {@link FileLoginModule} is configured (<code>FileLoginConfig</code>).</p>
    65  * {@link FileLoginModule} is configured (<code>FileLoginConfig</code>).</p>
    66  *
    66  *
    67  * <p>To override the default configuration use the
    67  * <p>To override the default configuration use the
    68  * <code>com.sun.management.jmxremote.login.config</code> management property
    68  * <code>com.sun.management.jmxremote.login.config</code> management property
    69  * described in the JRE/lib/management/management.properties file.
    69  * described in the JRE/conf/management/management.properties file.
    70  * Set this property to the name of a JAAS configuration entry and ensure that
    70  * Set this property to the name of a JAAS configuration entry and ensure that
    71  * the entry is loaded by the installed {@link Configuration}. In addition,
    71  * the entry is loaded by the installed {@link Configuration}. In addition,
    72  * ensure that the authentication mechanisms specified in the entry acquire
    72  * ensure that the authentication mechanisms specified in the entry acquire
    73  * the user's credentials by calling {@link NameCallback} and
    73  * the user's credentials by calling {@link NameCallback} and
    74  * {@link PasswordCallback} and that they return a {@link Subject} filled-in
    74  * {@link PasswordCallback} and that they return a {@link Subject} filled-in