Package io.seald.seald_sdk
Class RevokeResult
-
- All Implemented Interfaces:
public final class RevokeResultThe result of a revocation operation.
-
-
Field Summary
Fields Modifier and Type Field Description private final Map<String, ActionStatus>recipientsprivate final Map<String, ActionStatus>proxySessions
-
Constructor Summary
Constructors Constructor Description RevokeResult(Map<String, ActionStatus> recipients, Map<String, ActionStatus> proxySessions)
-
Method Summary
Modifier and Type Method Description final Map<String, ActionStatus>getRecipients()The Seald recipients the revocation operation acted on. final Map<String, ActionStatus>getProxySessions()The proxy sessions the revocation operation acted on. -
-
Constructor Detail
-
RevokeResult
RevokeResult(Map<String, ActionStatus> recipients, Map<String, ActionStatus> proxySessions)
-
-
Method Detail
-
getRecipients
final Map<String, ActionStatus> getRecipients()
The Seald recipients the revocation operation acted on.
-
getProxySessions
final Map<String, ActionStatus> getProxySessions()
The proxy sessions the revocation operation acted on.
-
-
-
-