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