Searched refs:passwordFileName (Results 1 - 2 of 2) sorted by relevance

/openjdk7/jdk/src/share/classes/sun/management/jmxremote/
H A DConnectorBootstrap.java404 String passwordFileName = null;
416 passwordFileName =
419 checkPasswordFile(passwordFileName);
445 passwordFileName) : ("\n\t" + PropertyNames.LOGIN_CONFIG_NAME + "=" +
462 passwordFileName, accessFileName);
543 private static void checkPasswordFile(String passwordFileName) { argument
544 if (passwordFileName == null || passwordFileName.length() == 0) {
547 File file = new File(passwordFileName);
549 throw new AgentConfigurationError(PASSWORD_FILE_NOT_FOUND, passwordFileName);
711 exportMBeanServer( MBeanServer mbs, int port, int rmiPort, boolean useSsl, boolean useRegistrySsl, String sslConfigFileName, String[] enabledCipherSuites, String[] enabledProtocols, boolean sslNeedClientAuth, boolean useAuthentication, String loginConfigName, String passwordFileName, String accessFileName) argument
[all...]
/openjdk7/jdk/test/sun/management/jmxremote/bootstrap/
H A DRmiBootstrapTest.java272 private ArrayList readCredentials(String passwordFileName) argument
276 final File f = new File(passwordFileName);
278 FileInputStream fin = new FileInputStream(passwordFileName);
559 final String passwordFileName = Utils.convertPath(
571 System.out.println("PasswordFileName: " + passwordFileName);
578 final ArrayList l = readCredentials(passwordFileName);

Completed in 32 milliseconds