Package com.strongdm.api
Class RemoteIdentity
java.lang.Object
com.strongdm.api.RemoteIdentity
RemoteIdentities define the username to be used for a specific account
when connecting to a remote resource using that group.
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionThe account for this remote identity.getId()
Unique identifier of the RemoteIdentity.The remote identity group.The username to be used as the remote identity for this account.void
setAccountId
(String in) The account for this remote identity.void
Unique identifier of the RemoteIdentity.void
The remote identity group.void
setUsername
(String in) The username to be used as the remote identity for this account.
-
Constructor Details
-
RemoteIdentity
public RemoteIdentity()
-
-
Method Details
-
getAccountId
The account for this remote identity. -
setAccountId
The account for this remote identity. -
getId
Unique identifier of the RemoteIdentity. -
setId
Unique identifier of the RemoteIdentity. -
getRemoteIdentityGroupId
The remote identity group. -
setRemoteIdentityGroupId
The remote identity group. -
getUsername
The username to be used as the remote identity for this account. -
setUsername
The username to be used as the remote identity for this account.
-