Package com.strongdm.api
Class GrantedAccountEntitlements
java.lang.Object
com.strongdm.api.GrantedAccountEntitlements
- All Implemented Interfaces:
SnapshotGrantedAccountEntitlements
public class GrantedAccountEntitlements
extends Object
implements SnapshotGrantedAccountEntitlements
GrantedAccountEntitlements enumerates the resources to which an account has been granted access.
The GrantedAccountEntitlements service is read-only.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionList gets a list of GrantedAccountEntitlement records matching a given set of criteria.withDeadlineAfter(long duration, TimeUnit units) This function returns a copy of the GrantedAccountEntitlements service which has the given deadline set for all method calls.
-
Constructor Details
-
GrantedAccountEntitlements
-
-
Method Details
-
withDeadlineAfter
This function returns a copy of the GrantedAccountEntitlements service which has the given deadline set for all method calls. -
list
public Iterable<GrantedAccountEntitlement> list(String accountId, String filter, Object... args) throws RpcException List gets a list of GrantedAccountEntitlement records matching a given set of criteria.- Specified by:
listin interfaceSnapshotGrantedAccountEntitlements- Throws:
RpcException
-