Package com.strongdm.api
Class RemoteIdentities
java.lang.Object
com.strongdm.api.RemoteIdentities
- All Implemented Interfaces:
SnapshotRemoteIdentities
Deprecated.
RemoteIdentities assign a resource directly to an account, giving the account the permission to connect to that resource.
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptioncreate
(RemoteIdentity remoteIdentity) Deprecated.Create registers a new RemoteIdentity.Deprecated.Delete removes a RemoteIdentity by ID.Deprecated.Get reads one RemoteIdentity by ID.Deprecated.List gets a list of RemoteIdentities matching a given set of criteria.update
(RemoteIdentity remoteIdentity) Deprecated.Update replaces all the fields of a RemoteIdentity by ID.withDeadlineAfter
(long duration, TimeUnit units) Deprecated.This function returns a copy of the RemoteIdentities service which has the given deadline set for all method calls.
-
Constructor Details
-
RemoteIdentities
Deprecated.
-
-
Method Details
-
withDeadlineAfter
Deprecated.This function returns a copy of the RemoteIdentities service which has the given deadline set for all method calls. -
create
Deprecated.Create registers a new RemoteIdentity.- Throws:
RpcException
-
get
Deprecated.Get reads one RemoteIdentity by ID.- Specified by:
get
in interfaceSnapshotRemoteIdentities
- Throws:
RpcException
-
update
Deprecated.Update replaces all the fields of a RemoteIdentity by ID.- Throws:
RpcException
-
delete
Deprecated.Delete removes a RemoteIdentity by ID.- Throws:
RpcException
-
list
Deprecated.List gets a list of RemoteIdentities matching a given set of criteria.- Specified by:
list
in interfaceSnapshotRemoteIdentities
- Throws:
RpcException
-