Package com.strongdm.api
Class RemoteIdentityGroups
java.lang.Object
com.strongdm.api.RemoteIdentityGroups
- All Implemented Interfaces:
SnapshotRemoteIdentityGroups
@Deprecated
public class RemoteIdentityGroups
extends Object
implements SnapshotRemoteIdentityGroups
Deprecated.
A RemoteIdentityGroup is a named grouping of Remote Identities for Accounts.
An Account's relationship to a RemoteIdentityGroup is defined via RemoteIdentity objects.
-
Constructor Summary
ConstructorDescriptionRemoteIdentityGroups
(io.grpc.ManagedChannel channel, Client client) Deprecated. -
Method Summary
Modifier and TypeMethodDescriptionDeprecated.Get reads one RemoteIdentityGroup by ID.Deprecated.List gets a list of RemoteIdentityGroups matching a given set of criteria.withDeadlineAfter
(long duration, TimeUnit units) Deprecated.This function returns a copy of the RemoteIdentityGroups service which has the given deadline set for all method calls.
-
Constructor Details
-
RemoteIdentityGroups
Deprecated.
-
-
Method Details
-
withDeadlineAfter
Deprecated.This function returns a copy of the RemoteIdentityGroups service which has the given deadline set for all method calls. -
get
Deprecated.Get reads one RemoteIdentityGroup by ID.- Specified by:
get
in interfaceSnapshotRemoteIdentityGroups
- Throws:
RpcException
-
list
Deprecated.List gets a list of RemoteIdentityGroups matching a given set of criteria.- Specified by:
list
in interfaceSnapshotRemoteIdentityGroups
- Throws:
RpcException
-