Package org.infinispan.security.actions
Class GetSystemPropertyAsBooleanAction
java.lang.Object
org.infinispan.security.actions.GetSystemPropertyAsBooleanAction
- All Implemented Interfaces:
PrivilegedAction<Boolean>
Wrapper for
Boolean.getBoolean(propertyName)
- Since:
- 8.2
- Author:
- Dan Berindei
-
Constructor Summary
-
Method Summary
-
Constructor Details
-
GetSystemPropertyAsBooleanAction
-
-
Method Details
-
run
- Specified by:
run
in interfacePrivilegedAction<Boolean>
-