|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface SecurityActions
| Nested Class Summary | |
|---|---|
static class |
SecurityActions.UTIL
|
| Field Summary | |
|---|---|
static SecurityActions |
NON_PRIVILEGED
|
static SecurityActions |
PRIVILEGED
|
| Method Summary | |
|---|---|
Object |
callConstructor(Constructor<?> constructor,
Object[] arguments)
|
String |
getAndSetSystemProperty(String systemProperty,
String value)
|
Class<?> |
getClass(String className)
|
Constructor<?> |
getConstructor(Class<?> clazz,
List<Class<?>> arguments)
|
String |
getSystemProperty(String systemProperty)
|
String |
getSystemProperty(String systemProperty,
String defaultValue)
|
Object |
newInstance(Class<?> clazz)
|
| Field Detail |
|---|
static final SecurityActions NON_PRIVILEGED
static final SecurityActions PRIVILEGED
| Method Detail |
|---|
Constructor<?> getConstructor(Class<?> clazz,
List<Class<?>> arguments)
Object newInstance(Class<?> clazz)
Class<?> getClass(String className)
Object callConstructor(Constructor<?> constructor,
Object[] arguments)
String getSystemProperty(String systemProperty)
String getSystemProperty(String systemProperty,
String defaultValue)
String getAndSetSystemProperty(String systemProperty,
String value)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||