Class ClearPropertyAction
java.lang.Object
org.wildfly.security.manager.action.ClearPropertyAction
- All Implemented Interfaces:
PrivilegedAction<String>
A security action which clears a system property.
- Author:
- David M. Lloyd
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
ClearPropertyAction
Construct a new instance.- Parameters:
propertyName- the name of the property to clear
-
-
Method Details
-
run
- Specified by:
runin interfacePrivilegedAction<String>
-