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)
-
-
-
Constructor Detail
-
GetSystemPropertyAction
public GetSystemPropertyAction(String propertyName)
-
-
Method Detail
-
run
public String run()
- Specified by:
run
in interfacePrivilegedAction<String>
-
-