Class GetEnvironmentAction
- java.lang.Object
 - 
- org.wildfly.security.manager.action.GetEnvironmentAction
 
 
- 
- All Implemented Interfaces:
 PrivilegedAction<Map<String,String>>
public final class GetEnvironmentAction extends Object implements PrivilegedAction<Map<String,String>>
A security action which retrieves the current environment variable map.- Author:
 - David M. Lloyd
 
 
- 
- 
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static GetEnvironmentActiongetInstance()Get the singleton instance.Map<String,String>run() 
 - 
 
- 
- 
Method Detail
- 
getInstance
public static GetEnvironmentAction getInstance()
Get the singleton instance.- Returns:
 - the singleton instance
 
 
 - 
 
 -