Class GetSystemPropertyAsBooleanAction

java.lang.Object
org.infinispan.security.actions.GetSystemPropertyAsBooleanAction
All Implemented Interfaces:
PrivilegedAction<Boolean>

public class GetSystemPropertyAsBooleanAction extends Object implements PrivilegedAction<Boolean>
Wrapper for Boolean.getBoolean(propertyName)
Since:
8.2
Author:
Dan Berindei
  • Constructor Details

    • GetSystemPropertyAsBooleanAction

      public GetSystemPropertyAsBooleanAction(String propertyName)
  • Method Details