Class GetSystemPropertyAction

java.lang.Object
org.infinispan.security.actions.GetSystemPropertyAction
All Implemented Interfaces:
PrivilegedAction<String>

public class GetSystemPropertyAction extends Object implements PrivilegedAction<String>
GetSystemPropertyAction.
Since:
8.0
Author:
Tristan Tarrant
  • Constructor Details

    • GetSystemPropertyAction

      public GetSystemPropertyAction(String propertyName)
    • GetSystemPropertyAction

      public GetSystemPropertyAction(String propertyName, String defaultValue)
  • Method Details