Package io.seald.seald_sdk
Class TMRAccessesRetrievalFilters
-
- All Implemented Interfaces:
public final class TMRAccessesRetrievalFiltersTMRAccessesRetrievalFilters holds the tmr accesses filters used when retrieving an EncryptionSession.
-
-
Field Summary
Fields Modifier and Type Field Description private final StringcreatedByIdprivate final StringtmrAccessId
-
Constructor Summary
Constructors Constructor Description TMRAccessesRetrievalFilters(String createdById, String tmrAccessId)
-
Method Summary
Modifier and Type Method Description final StringgetCreatedById()SealdId of the user who created the TMR access. final StringgetTmrAccessId()Id of the TMR access to use. -
-
Method Detail
-
getCreatedById
final String getCreatedById()
SealdId of the user who created the TMR access.
-
getTmrAccessId
final String getTmrAccessId()
Id of the TMR access to use.
-
-
-
-