Class GetSystemPropertiesAction
java.lang.Object
org.wildfly.security.manager.action.GetSystemPropertiesAction
- All Implemented Interfaces:
PrivilegedAction<Properties>
A security action to retrieve the system properties map.
- Author:
- David M. Lloyd
-
Method Summary
Modifier and TypeMethodDescriptionstatic GetSystemPropertiesActionGet the singleton instance.run()
-
Method Details
-
getInstance
Get the singleton instance.- Returns:
- the singleton instance
-
run
- Specified by:
runin interfacePrivilegedAction<Properties>
-