Interface VariableReference<V extends Value>

  • Type Parameters:
    V - reference evaluation's return type
    All Superinterfaces:
    Expression<V>

    public interface VariableReference<V extends Value>
    extends Expression<V>
    Variable reference, i.e. reference to a variable definition. Variables are simply Expressions identified by an ID (VariableId) and replace original XACML VariableReferences for actual evaluation.
    • Method Detail

      • getVariableId

        String getVariableId()
        Returns referenced variable ID
        Returns:
        referenced variable ID