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

/openjdk7/jdk/src/share/classes/com/sun/security/auth/module/
H A DKeyStoreLoginModule.java183 private boolean protectedPath = false; field in class:KeyStoreLoginModule
247 protectedPath = "true".equalsIgnoreCase((String)options.get
259 debugPrint("protectedPath=" + protectedPath);
298 if (protectedPath &&
308 if (protectedPath) {
/openjdk7/jdk/src/share/classes/sun/security/tools/
H A DJarSigner.java128 boolean protectedPath; // protected authentication path field in class:JarSigner
328 protectedPath = true;
447 if (protectedPath) {
1607 if (token && storepass == null && !protectedPath
H A DKeyTool.java151 private boolean protectedPath = false; field in class:KeyTool
532 protectedPath = true;
612 if (protectedPath) {
809 // only prompt if (protectedPath == false)
811 if (!protectedPath && !KeyStoreUtil.isWindowsKeyStore(storetype) &&
867 } else if (!protectedPath
1401 } else if (!token && !protectedPath) {

Completed in 37 milliseconds