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

/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/corba/src/java.corba/share/classes/com/sun/corba/se/impl/orbutil/
H A DGetPropertyAction.java51 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/jdk/src/java.base/share/classes/sun/security/action/
H A DGetPropertyAction.java53 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

Completed in 86 milliseconds