Package com.strongdm.api
Class RoleResources
java.lang.Object
com.strongdm.api.RoleResources
- All Implemented Interfaces:
SnapshotRoleResources
RoleResources enumerates the resources to which roles have access.
The RoleResources service is read-only.
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionList gets a list of RoleResource records matching a given set of criteria.withDeadlineAfter
(long duration, TimeUnit units) This function returns a copy of the RoleResources service which has the given deadline set for all method calls.
-
Constructor Details
-
RoleResources
-
-
Method Details
-
withDeadlineAfter
This function returns a copy of the RoleResources service which has the given deadline set for all method calls. -
list
List gets a list of RoleResource records matching a given set of criteria.- Specified by:
list
in interfaceSnapshotRoleResources
- Throws:
RpcException
-