Package com.strongdm.api
Class AccountPermissions
java.lang.Object
com.strongdm.api.AccountPermissions
- All Implemented Interfaces:
SnapshotAccountPermissions
AccountPermissions records the granular permissions accounts have, allowing them to execute
relevant commands via StrongDM's APIs.
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionList gets a list of Permission records matching a given set of criteria.withDeadlineAfter
(long duration, TimeUnit units) This function returns a copy of the AccountPermissions service which has the given deadline set for all method calls.
-
Constructor Details
-
AccountPermissions
-
-
Method Details
-
withDeadlineAfter
This function returns a copy of the AccountPermissions service which has the given deadline set for all method calls. -
list
List gets a list of Permission records matching a given set of criteria.- Specified by:
list
in interfaceSnapshotAccountPermissions
- Throws:
RpcException
-