Class WriteSecurityPropertyAction
java.lang.Object
org.wildfly.security.manager.action.WriteSecurityPropertyAction
- All Implemented Interfaces:
PrivilegedAction<Void>
A security action which sets a security property.
- Author:
- David M. Lloyd
-
Constructor Summary
ConstructorsConstructorDescriptionWriteSecurityPropertyAction(String key, String value) Construct a security action. -
Method Summary
-
Constructor Details
-
WriteSecurityPropertyAction
Construct a security action.- Parameters:
key- the security property name to setvalue- the security property value to set
-
-
Method Details
-
run
- Specified by:
runin interfacePrivilegedAction<Void>
-