Class ClearPropertyAction

java.lang.Object
org.wildfly.security.manager.action.ClearPropertyAction
All Implemented Interfaces:
PrivilegedAction<String>

public final class ClearPropertyAction extends Object implements PrivilegedAction<String>
A security action which clears a system property.
Author:
David M. Lloyd
  • Constructor Details

    • ClearPropertyAction

      public ClearPropertyAction(String propertyName)
      Construct a new instance.
      Parameters:
      propertyName - the name of the property to clear
  • Method Details