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