Package com.strongdm.api
Class GroupsRoles
java.lang.Object
com.strongdm.api.GroupsRoles
- All Implemented Interfaces:
SnapshotGroupsRoles
A GroupRole is an assignment of a Group to a Role.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionCreate registers a new GroupRole.Delete removes a GroupRole by ID.Get reads one GroupRole by ID.List gets a list of GroupRoles matching a given set of criteria.withDeadlineAfter
(long duration, TimeUnit units) This function returns a copy of the GroupsRoles service which has the given deadline set for all method calls.
-
Constructor Details
-
GroupsRoles
-
-
Method Details
-
withDeadlineAfter
This function returns a copy of the GroupsRoles service which has the given deadline set for all method calls. -
create
Create registers a new GroupRole.- Throws:
RpcException
-
get
Get reads one GroupRole by ID.- Specified by:
get
in interfaceSnapshotGroupsRoles
- Throws:
RpcException
-
delete
Delete removes a GroupRole by ID.- Throws:
RpcException
-
list
List gets a list of GroupRoles matching a given set of criteria.- Specified by:
list
in interfaceSnapshotGroupsRoles
- Throws:
RpcException
-