Package com.cedarpolicy.model.slice
Class Instantiation
java.lang.Object
com.cedarpolicy.model.slice.Instantiation
Instantiation for policy template.
-
Constructor Summary
ConstructorsConstructorDescriptionInstantiation(String slot, EntityTypeAndId value) Instantiation for policy template. -
Method Summary
-
Constructor Details
-
Instantiation
Instantiation for policy template.- Parameters:
slot- the slot in the template.value- the value to put in the slot
-
-
Method Details
-
getSlot
Get the slot in the template. -
getValue
Get the value to put in the slot.
-