ILinkStorageT Interface

Defines entity link storage methods.

Definition

Namespace: KeeperSecurity.Storage
Assembly: KeeperSdk (in KeeperSdk.dll) Version: 1.1.0
C#
public interface ILinkStorage<T>
where T : 

Type Parameters

T
Type of entity link.

Methods

DeleteLinks Deletes entity link.
DeleteLinksForObjects Delete all links for object entity UID
DeleteLinksForSubjects Delete all links for subject entity UIDs
GetAllLinks Gets all entity links in the storage.
GetLink 
GetLinksForObject Gets all entity links for object entity UID.
GetLinksForSubject Gets all entity links for subject entity UID.
PutLinks Stores entity links

See Also