Package org.forgerock.openig.el.plugins
Class EnvironmentVariablesPlugin
- java.lang.Object
-
- org.forgerock.openig.el.plugins.EnvironmentVariablesPlugin
-
- All Implemented Interfaces:
ExpressionPlugin
,Indexed<String>
public class EnvironmentVariablesPlugin extends Object implements ExpressionPlugin
An ELContext node plugin that provides read-only access to environment variables.
-
-
Constructor Summary
Constructors Constructor Description EnvironmentVariablesPlugin()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getKey()
Returns the unique key to index the object by.Object
getObject()
Returns, and if necessary, creates, the context object.
-
-
-
Method Detail
-
getObject
public Object getObject()
Description copied from interface:ExpressionPlugin
Returns, and if necessary, creates, the context object.- Specified by:
getObject
in interfaceExpressionPlugin
- Returns:
- The context node object.
-
-