Packages

object legal_identities

Annotations
@Summary(s = "Inspect legal identities", flag = FeatureFlag.Preview) @Group(name = "Legal Identities")
Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. legal_identities
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##: Int
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  4. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  5. def authorize(ops: TopologyChangeOp, claim: SignedLegalIdentityClaim, signedBy: Option[Fingerprint] = None, synchronize: Option[TimeoutDuration] = Some( consoleEnvironment.commandTimeouts.bounded )): ByteString
    Annotations
    @Summary(s = "Authorize a legal identity claim transaction", flag = FeatureFlag.Preview)
  6. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native() @HotSpotIntrinsicCandidate()
  7. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  8. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  9. def generate(claim: LegalIdentityClaim): SignedLegalIdentityClaim
    Annotations
    @Summary(s = "Generate a signed legal identity claim", flag = FeatureFlag.Preview)
  10. def generate_x509(uid: UniqueIdentifier, certificateId: CertificateId): SignedLegalIdentityClaim
    Annotations
    @Summary(s = "Generate a signed legal identity claim for a specific X509 certificate", flag = FeatureFlag.Preview)
  11. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  12. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  13. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  14. def list(filterStore: String = "", useStateStore: Boolean = true, timeQuery: TimeQuery = TimeQuery.HeadState, operation: Option[TopologyChangeOp] = None, filterUid: String = "", filterSigningKey: String = ""): Seq[ListSignedLegalIdentityClaimResult]
    Annotations
    @Summary(s = "List legal identities", flag = FeatureFlag.Preview) @Description(s = """List the legal identities associated with a unique identifier. A legal identity allows to establish a link between
    |an unique identifier and some external evidence of legal identity. Currently, the only type of evidence supported
    |are X509 certificates. Except for the CCF integration that requires participants to possess a valid X509 certificate,
    |legal identities have no functional use within the system. They are purely informational.
    |
    filterStore: Filter for topology stores starting with the given filter string (Authorized, <domain-id>, Requested)
    useStateStore: If true (default), only properly authorized transactions that are part of the state will be selected.
    timeQuery: The time query allows to customize the query by time. The following options are supported:
    TimeQuery.HeadState (default): The most recent known state.
    TimeQuery.Snapshot(ts): The state at a certain point in time.
    TimeQuery.Range(fromO, toO): Time-range of when the transaction was added to the store
    operation: Optionally, what type of operation the transaction should have. State store only has "Add".
    filterSigningKey: Filter for transactions that are authorized with a key that starts with the given filter string.

    filterUid: Filter for unique identifiers starting with the given filter string.
    |"""
    )
  15. def list_x509(filterStore: String = "", useStateStore: Boolean = true, timeQuery: TimeQuery = TimeQuery.HeadState, operation: Option[TopologyChangeOp] = None, filterUid: String = "", filterSigningKey: String = ""): Seq[(UniqueIdentifier, X509Certificate)]
    Annotations
    @Summary(s = "List legal identities with X509 certificates", flag = FeatureFlag.Preview) @Description(s = """List the X509 certificates used as legal identities associated with a unique identifier.
    |A legal identity allows to establish a link between an unique identifier and some external
    |evidence of legal identity. Currently, the only X509 certificate are supported as evidence.
    |Except for the CCF integration that requires participants to possess a valid X509 certificate,
    |legal identities have no functional use within the system. They are purely informational.
    |
    filterStore: Filter for topology stores starting with the given filter string (Authorized, <domain-id>, Requested)
    useStateStore: If true (default), only properly authorized transactions that are part of the state will be selected.
    timeQuery: The time query allows to customize the query by time. The following options are supported:
    TimeQuery.HeadState (default): The most recent known state.
    TimeQuery.Snapshot(ts): The state at a certain point in time.
    TimeQuery.Range(fromO, toO): Time-range of when the transaction was added to the store
    operation: Optionally, what type of operation the transaction should have. State store only has "Add".
    filterSigningKey: Filter for transactions that are authorized with a key that starts with the given filter string.
    filterUid: Filter for unique identifiers starting with the given filter string.
    |"""
    )
  16. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  17. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  18. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  19. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  20. def toString(): String
    Definition Classes
    AnyRef → Any
  21. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  22. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  23. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])

Deprecated Value Members

  1. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.Throwable]) @Deprecated
    Deprecated

Inherited from AnyRef

Inherited from Any

Ungrouped