Package com.strongdm.api
Class GrantedRoleEntitlements
java.lang.Object
com.strongdm.api.GrantedRoleEntitlements
- All Implemented Interfaces:
SnapshotGrantedRoleEntitlements
GrantedRoleEntitlements enumerates the resources to which a role grants access.
The GrantedRoleEntitlements service is read-only.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionList gets a list of GrantedRoleEntitlement records matching a given set of criteria.withDeadlineAfter(long duration, TimeUnit units) This function returns a copy of the GrantedRoleEntitlements service which has the given deadline set for all method calls.
-
Constructor Details
-
GrantedRoleEntitlements
-
-
Method Details
-
withDeadlineAfter
This function returns a copy of the GrantedRoleEntitlements service which has the given deadline set for all method calls. -
list
public Iterable<GrantedRoleEntitlement> list(String roleId, String filter, Object... args) throws RpcException List gets a list of GrantedRoleEntitlement records matching a given set of criteria.- Specified by:
listin interfaceSnapshotGrantedRoleEntitlements- Throws:
RpcException
-