Class SetSystemPropertiesAction
java.lang.Object
org.wildfly.security.manager.action.SetSystemPropertiesAction
- All Implemented Interfaces:
PrivilegedAction<Void>
A security action which replaces the system properties map.
- Author:
- David M. Lloyd
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
SetSystemPropertiesAction
Construct a new instance.- Parameters:
properties- the new properties map
-
-
Method Details
-
run
- Specified by:
runin interfacePrivilegedAction<Void>
-