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

/openjdk7/jdk/src/share/classes/com/sun/security/auth/module/
H A DJndiLoginModule.java499 * @param getPasswdFromSharedState boolean that tells this method whether
502 private void attemptAuthentication(boolean getPasswdFromSharedState) argument
508 getUsernamePassword(getPasswdFromSharedState);
667 * @param getPasswdFromSharedState boolean that tells this method whether
670 private void getUsernamePassword(boolean getPasswdFromSharedState) argument
673 if (getPasswdFromSharedState) {
H A DKrb5LoginModule.java607 private void attemptAuthentication(boolean getPasswdFromSharedState) argument
671 promptForName(getPasswdFromSharedState);
719 promptForPass(getPasswdFromSharedState);
773 private void promptForName(boolean getPasswdFromSharedState) argument
776 if (getPasswdFromSharedState) {
835 private void promptForPass(boolean getPasswdFromSharedState) argument
838 if (getPasswdFromSharedState) {
H A DLdapLoginModule.java735 * @param getPasswdFromSharedState boolean that tells this method whether
739 private void attemptAuthentication(boolean getPasswdFromSharedState) argument
743 getUsernamePassword(getPasswdFromSharedState);
952 * @param getPasswdFromSharedState boolean that tells this method whether
956 private void getUsernamePassword(boolean getPasswdFromSharedState) argument
959 if (getPasswdFromSharedState) {

Completed in 36 milliseconds