Package com.strongdm.api
Class IdentityAliases
java.lang.Object
com.strongdm.api.IdentityAliases
- All Implemented Interfaces:
SnapshotIdentityAliases
IdentityAliases assign an alias to an account within an IdentitySet.
The alias is used as the username when connecting to a identity supported resource.
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptioncreate
(IdentityAlias identityAlias) Create registers a new IdentityAlias.Delete removes a IdentityAlias by ID.Get reads one IdentityAlias by ID.List gets a list of IdentityAliases matching a given set of criteria.update
(IdentityAlias identityAlias) Update replaces all the fields of a IdentityAlias by ID.withDeadlineAfter
(long duration, TimeUnit units) This function returns a copy of the IdentityAliases service which has the given deadline set for all method calls.
-
Constructor Details
-
IdentityAliases
-
-
Method Details
-
withDeadlineAfter
This function returns a copy of the IdentityAliases service which has the given deadline set for all method calls. -
create
Create registers a new IdentityAlias.- Throws:
RpcException
-
get
Get reads one IdentityAlias by ID.- Specified by:
get
in interfaceSnapshotIdentityAliases
- Throws:
RpcException
-
update
Update replaces all the fields of a IdentityAlias by ID.- Throws:
RpcException
-
delete
Delete removes a IdentityAlias by ID.- Throws:
RpcException
-
list
List gets a list of IdentityAliases matching a given set of criteria.- Specified by:
list
in interfaceSnapshotIdentityAliases
- Throws:
RpcException
-