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

/openjdk7/jdk/src/share/classes/sun/management/jmxremote/
H A DConnectorBootstrap.java212 accessFile = (String) env.get("jmx.remote.x.access.file");
213 properties = propertiesFromFile(accessFile);
228 "the access file [" + accessFile + "] as the " +
245 accessFile + "] for any of the authenticated identities " +
262 private final String accessFile; field in class:ConnectorBootstrap.AccessFileCheckerAuthenticator

Completed in 31 milliseconds