TrustedClaimIssuers

Handles all Security Token Default Trusted Claim Issuers related functionality

Hierarchy

Index

Properties

Methods

Properties

add

add: ProcedureMethod‹ModifyTokenTrustedClaimIssuersAddSetParams, SecurityToken

Defined in src/api/entities/SecurityToken/Compliance/TrustedClaimIssuers.ts:91

Add the supplied Identities to the Security Token's list of trusted claim issuers

param array of Trusted Claim Issuers

note required role:

  • Security Token Owner

Protected context

context: Context

Inherited from void

Defined in src/api/entities/Namespace.ts:11

Protected parent

parent: SecurityToken

Inherited from void

Defined in src/api/entities/Namespace.ts:9

remove

remove: ProcedureMethod‹ModifyTokenTrustedClaimIssuersRemoveParams, SecurityToken

Defined in src/api/entities/SecurityToken/Compliance/TrustedClaimIssuers.ts:101

Remove the supplied Identities from the Security Token's list of trusted claim issuers *

param array of Identities (or DIDs) of the default claim issuers

note required role:

  • Security Token Owner

set

set: ProcedureMethod‹ModifyTokenTrustedClaimIssuersAddSetParams, SecurityToken

Defined in src/api/entities/SecurityToken/Compliance/TrustedClaimIssuers.ts:81

Assign a new default list of trusted claim issuers to the Security Token by replacing the existing ones with the list passed as a parameter

This requires two transactions

param array of Identity IDs of the default Trusted Claim Issuers

note required role:

  • Security Token Owner

Methods

get

get(): Promise‹DefaultTrustedClaimIssuer[]›

Defined in src/api/entities/SecurityToken/Compliance/TrustedClaimIssuers.ts:108

Retrieve the current default trusted claim issuers of the Security Token

note can be subscribed to

Returns: Promise‹DefaultTrustedClaimIssuer[]›

get(callback: SubCallbackDefaultTrustedClaimIssuer[]›): Promise‹UnsubCallback

Defined in src/api/entities/SecurityToken/Compliance/TrustedClaimIssuers.ts:109

Parameters:

Returns: Promise‹UnsubCallback

Last updated