|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectde.jreality.util.Secure
public class Secure
A class for managing access to system resources, especially for the case when the application is running in a secure environment and must be careful how it accesses system properties.
| Constructor Summary | |
|---|---|
Secure()
|
|
| Method Summary | ||
|---|---|---|
static
|
doPrivileged(PrivilegedAction<T> action)
|
|
static String |
getProperty(String name)
|
|
static String |
getProperty(String name,
String def)
|
|
static String |
setProperty(String name,
String value)
|
|
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public Secure()
| Method Detail |
|---|
public static String getProperty(String name,
String def)
public static String getProperty(String name)
public static String setProperty(String name,
String value)
public static <T> T doPrivileged(PrivilegedAction<T> action)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||