Class Instantiation

java.lang.Object
com.cedarpolicy.model.slice.Instantiation

public class Instantiation extends Object
Instantiation for policy template.
  • Constructor Details

    • Instantiation

      public Instantiation(String slot, EntityTypeAndId value)
      Instantiation for policy template.
      Parameters:
      slot - the slot in the template.
      value - the value to put in the slot
  • Method Details

    • getSlot

      public String getSlot()
      Get the slot in the template.
    • getValue

      public EntityTypeAndId getValue()
      Get the value to put in the slot.