trait TransactionAuthorizationValidator extends AnyRef

common functionality shared between incoming transaction authorization validator and the auth computation

Self Type
TransactionAuthorizationValidator with NamedLogging
Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. TransactionAuthorizationValidator
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Concrete Value Members

  1. def authorizationChainFor(sit: SignedTopologyTransaction[TopologyChangeOp]): Option[AuthorizationChain]
  2. def isAuthorizedForUid(uid: UniqueIdentifier, authKey: Fingerprint): Boolean
  3. def isCurrentlyAuthorized(sit: SignedTopologyTransaction[TopologyChangeOp]): Boolean