Class WriteSecurityPropertyAction

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

public final class WriteSecurityPropertyAction extends Object implements PrivilegedAction<Void>
A security action which sets a security property.
Author:
David M. Lloyd
  • Constructor Details

    • WriteSecurityPropertyAction

      public WriteSecurityPropertyAction(String key, String value)
      Construct a security action.
      Parameters:
      key - the security property name to set
      value - the security property value to set
  • Method Details