Interface ExpressionPlugin

All Superinterfaces:
Indexed<String>
All Known Implementing Classes:
EnvironmentVariablesPlugin, SystemPropertiesPlugin

public interface ExpressionPlugin extends Indexed<String>
A plugin that contributes a node to the Expression context tree.
  • Method Summary

    Modifier and Type
    Method
    Description
    Returns, and if necessary, creates, the context object.

    Methods inherited from interface org.forgerock.util.Indexed

    getKey
  • Method Details

    • getObject

      Object getObject()
      Returns, and if necessary, creates, the context object.
      Returns:
      The context node object.