Package org.infinispan.security.actions
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 Summary
Constructors Constructor Description GetSystemPropertyAction(String propertyName)
GetSystemPropertyAction(String propertyName, String defaultValue)
-