Package org.infinispan.security.actions
Class GetSystemPropertyAsBooleanAction
- java.lang.Object
-
- org.infinispan.security.actions.GetSystemPropertyAsBooleanAction
-
- All Implemented Interfaces:
PrivilegedAction<Boolean>
public class GetSystemPropertyAsBooleanAction extends Object implements PrivilegedAction<Boolean>
Wrapper forBoolean.getBoolean(propertyName)
- Since:
- 8.2
- Author:
- Dan Berindei
-
-
Constructor Summary
Constructors Constructor Description GetSystemPropertyAsBooleanAction(String propertyName)
-
-
-
Constructor Detail
-
GetSystemPropertyAsBooleanAction
public GetSystemPropertyAsBooleanAction(String propertyName)
-
-
Method Detail
-
run
public Boolean run()
- Specified by:
run
in interfacePrivilegedAction<Boolean>
-
-