Package com.strongdm.api
Class IdentitySets
java.lang.Object
com.strongdm.api.IdentitySets
- All Implemented Interfaces:
SnapshotIdentitySets
A IdentitySet is a named grouping of Identity Aliases for Accounts.
An Account's relationship to a IdentitySet is defined via IdentityAlias objects.
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptioncreate
(IdentitySet identitySet) Create registers a new IdentitySet.Delete removes a IdentitySet by ID.Get reads one IdentitySet by ID.List gets a list of IdentitySets matching a given set of criteria.update
(IdentitySet identitySet) Update replaces all the fields of a IdentitySet by ID.withDeadlineAfter
(long duration, TimeUnit units) This function returns a copy of the IdentitySets service which has the given deadline set for all method calls.
-
Constructor Details
-
IdentitySets
-
-
Method Details
-
withDeadlineAfter
This function returns a copy of the IdentitySets service which has the given deadline set for all method calls. -
create
Create registers a new IdentitySet.- Throws:
RpcException
-
get
Get reads one IdentitySet by ID.- Specified by:
get
in interfaceSnapshotIdentitySets
- Throws:
RpcException
-
update
Update replaces all the fields of a IdentitySet by ID.- Throws:
RpcException
-
delete
Delete removes a IdentitySet by ID.- Throws:
RpcException
-
list
List gets a list of IdentitySets matching a given set of criteria.- Specified by:
list
in interfaceSnapshotIdentitySets
- Throws:
RpcException
-