KeytabAction constructor

KeytabAction(
  1. KeytabActionType type,
  2. String value
)

Implementation

KeytabAction(this.type, this.value);