AuthEnforcement

works.iterative.workflow.AuthEnforcement

Construction-time authorization policy for WorkflowInterpreter.decide.

Not a per-call flag: chosen once when the interpreter is wired to an EngineDefinition. Skip performs no auth enforcement; Enforce is reserved for applications that enforce roles.

Attributes

Graph
Supertypes
trait Enum
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all

Members list

Type members

Enum entries

case Enforce extends AuthEnforcement
case Skip extends AuthEnforcement