Class WritePropertyAction
- java.lang.Object
-
- org.wildfly.security.manager.action.WritePropertyAction
-
- All Implemented Interfaces:
PrivilegedAction<String>
public final class WritePropertyAction extends Object implements PrivilegedAction<String>
A privileged action for setting a system property.- Author:
- David M. Lloyd
-
-
Constructor Summary
Constructors Constructor Description WritePropertyAction(String propertyName, String value)
Construct a new instance.
-