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 Details

    • WritePropertyAction

      public WritePropertyAction(String propertyName, String value)
      Construct a new instance.
      Parameters:
      propertyName - the property name to set
      value - the value to use
  • Method Details