Searched defs:usePasswdFromSharedState (Results 1 - 1 of 1) sorted by relevance

/openjdk7/jdk/src/share/classes/com/sun/jmx/remote/security/
H A DFileLoginModule.java430 * @param usePasswdFromSharedState a flag to tell this method whether
434 private void attemptAuthentication(boolean usePasswdFromSharedState) argument
438 getUsernamePassword(usePasswdFromSharedState);
512 * @param usePasswdFromSharedState boolean that tells this method whether
515 private void getUsernamePassword(boolean usePasswdFromSharedState) argument
518 if (usePasswdFromSharedState) {

Completed in 81 milliseconds