Searched refs:GetPropertyAction (Results 1 - 25 of 199) sorted by relevance

12345678

/openjdk10/corba/src/java.corba/share/classes/com/sun/corba/se/impl/orbutil/
H A DGetPropertyAction.java31 * from sun.security.action.GetPropertyAction in order to avoid
42 * new GetPropertyAction("prop"));
51 public class GetPropertyAction implements java.security.PrivilegedAction { class in inherits:java.security.PrivilegedAction
61 public GetPropertyAction(String theProp) { method in class:GetPropertyAction
72 public GetPropertyAction(String theProp, String defaultVal) { method in class:GetPropertyAction
/openjdk10/jaxws/src/java.xml.bind/share/classes/javax/xml/bind/
H A DGetPropertyAction.java34 final class GetPropertyAction implements PrivilegedAction<String> { class in inherits:PrivilegedAction
37 public GetPropertyAction(String propertyName) { method in class:GetPropertyAction
/openjdk10/jdk/src/java.management/share/classes/com/sun/jmx/mbeanserver/
H A DGetPropertyAction.java36 public class GetPropertyAction implements PrivilegedAction<String> { class in inherits:PrivilegedAction
39 public GetPropertyAction(String key) { method in class:GetPropertyAction
/openjdk10/jdk/src/java.base/share/classes/sun/security/action/
H A DGetPropertyAction.java44 * (new GetPropertyAction("prop"));
53 public class GetPropertyAction implements PrivilegedAction<String> { class in inherits:PrivilegedAction
63 public GetPropertyAction(String theProp) { method in class:GetPropertyAction
74 public GetPropertyAction(String theProp, String defaultVal) { method in class:GetPropertyAction
108 new GetPropertyAction(theProp));
131 new GetPropertyAction(theProp, defaultVal));
/openjdk10/jdk/src/java.management/share/classes/javax/management/
H A DClassAttributeValueExp.java30 import com.sun.jmx.mbeanserver.GetPropertyAction;
61 GetPropertyAction act = new GetPropertyAction("jmx.serial.form");
H A DNumericValueExp.java29 import com.sun.jmx.mbeanserver.GetPropertyAction;
91 GetPropertyAction act = new GetPropertyAction("jmx.serial.form");
/openjdk10/jdk/src/java.base/unix/classes/java/net/
H A DDefaultDatagramSocketImplFactory.java28 import sun.security.action.GetPropertyAction;
44 prefix = GetPropertyAction.privilegedGetProperty("impl.prefix");
/openjdk10/jdk/src/java.base/share/classes/sun/security/util/
H A DFilePermCompat.java28 import sun.security.action.GetPropertyAction;
45 String flag = GetPropertyAction.privilegedGetProperty(
H A DSecurityConstants.java36 import sun.security.action.GetPropertyAction;
151 GetPropertyAction.privilegedGetProperty("java.specification.version");
/openjdk10/jdk/src/java.base/share/classes/sun/net/
H A DResourceManager.java30 import sun.security.action.GetPropertyAction;
56 String prop = GetPropertyAction
/openjdk10/jdk/src/java.base/macosx/classes/sun/nio/fs/
H A DMacOSXFileSystemProvider.java31 import sun.security.action.GetPropertyAction;
49 Path userMimeTypes = Paths.get(GetPropertyAction
/openjdk10/jdk/src/java.base/windows/classes/java/net/
H A DDefaultDatagramSocketImplFactory.java28 import sun.security.action.GetPropertyAction;
59 Properties props = GetPropertyAction.privilegedGetProperties();
/openjdk10/jdk/src/java.base/share/classes/java/util/regex/
H A DPatternSyntaxException.java28 import sun.security.action.GetPropertyAction;
97 GetPropertyAction.privilegedGetProperty("line.separator");
/openjdk10/jdk/src/java.security.jgss/share/classes/sun/security/krb5/internal/
H A DReplayCache.java28 import sun.security.action.GetPropertyAction;
60 new GetPropertyAction("sun.security.krb5.rcache"));
/openjdk10/jdk/src/java.management/share/classes/javax/management/modelmbean/
H A DXMLParseException.java34 import com.sun.jmx.mbeanserver.GetPropertyAction;
83 GetPropertyAction act = new GetPropertyAction("jmx.serial.form");
H A DInvalidTargetObjectTypeException.java33 import com.sun.jmx.mbeanserver.GetPropertyAction;
87 GetPropertyAction act = new GetPropertyAction("jmx.serial.form");
/openjdk10/jdk/src/java.desktop/share/classes/sun/java2d/marlin/
H A DMarlinProperties.java30 import sun.security.action.GetPropertyAction;
197 new GetPropertyAction(key, def)));
204 new GetPropertyAction(key));
234 new GetPropertyAction(key));
/openjdk10/jdk/src/java.base/share/classes/sun/net/sdp/
H A DSdpSupport.java34 import sun.security.action.GetPropertyAction;
43 private static final String os = GetPropertyAction.privilegedGetProperty("os.name");
/openjdk10/jdk/src/java.base/solaris/classes/sun/nio/fs/
H A DSolarisFileSystemProvider.java32 import sun.security.action.GetPropertyAction;
88 GetPropertyAction.privilegedGetProperty("user.home"), ".mime.types");
/openjdk10/jdk/src/java.base/share/classes/java/util/
H A DPropertyResourceBundle.java49 import sun.security.action.GetPropertyAction;
143 private static final String encoding = GetPropertyAction
/openjdk10/corba/src/java.corba/share/classes/com/sun/corba/se/impl/util/
H A DJDKBridge.java46 import com.sun.corba.se.impl.orbutil.GetPropertyAction;
154 new GetPropertyAction(LOCAL_CODEBASE_KEY)
161 new GetPropertyAction(USE_CODEBASE_ONLY_KEY)
/openjdk10/jdk/src/java.base/share/classes/sun/nio/ch/
H A DThreadPool.java31 import sun.security.action.GetPropertyAction;
151 GetPropertyAction(DEFAULT_THREAD_POOL_INITIAL_SIZE));
165 GetPropertyAction(DEFAULT_THREAD_POOL_THREAD_FACTORY));
/openjdk10/jdk/src/java.management/share/classes/javax/management/relation/
H A DRoleResult.java29 import com.sun.jmx.mbeanserver.GetPropertyAction;
87 GetPropertyAction act = new GetPropertyAction("jmx.serial.form");
/openjdk10/jdk/src/java.desktop/share/classes/sun/awt/shell/
H A DDefaultShellFolder.java31 import sun.security.action.GetPropertyAction;
/openjdk10/jdk/src/java.desktop/share/classes/sun/font/
H A DFontManagerFactory.java35 import sun.security.action.GetPropertyAction;

Completed in 211 milliseconds

12345678