Class EnvironmentVariablesPlugin

  • All Implemented Interfaces:
    org.forgerock.http.util.Indexed<String>, ExpressionPlugin

    public class EnvironmentVariablesPlugin
    extends Object
    implements ExpressionPlugin
    An ELContext node plugin that provides read-only access to environment variables.
    • Constructor Detail

      • EnvironmentVariablesPlugin

        public EnvironmentVariablesPlugin()
    • Method Detail

      • getObject

        public Object getObject()
        Description copied from interface: ExpressionPlugin
        Returns, and if necessary, creates, the context object.
        Specified by:
        getObject in interface ExpressionPlugin
        Returns:
        The context node object.
      • getKey

        public String getKey()
        Specified by:
        getKey in interface org.forgerock.http.util.Indexed<String>