Package org.infinispan.security.actions
Class GetSystemPropertyAction
java.lang.Object
org.infinispan.security.actions.GetSystemPropertyAction
- All Implemented Interfaces:
PrivilegedAction<String>
GetSystemPropertyAction.
- Since:
- 8.0
- Author:
- Tristan Tarrant
-
Constructor Summary
ConstructorDescriptionGetSystemPropertyAction
(String propertyName) GetSystemPropertyAction
(String propertyName, String defaultValue) -
Method Summary
-
Constructor Details
-
GetSystemPropertyAction
-
GetSystemPropertyAction
-
-
Method Details
-
run
- Specified by:
run
in interfacePrivilegedAction<String>
-