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