public class Identity
extends java.lang.Object
| Constructor and Description |
|---|
Identity()
Initializes a new instance of the Identity class.
|
Identity(java.lang.String primarySmtpAddress)
Initializes a new instance of the Identity class.
|
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getPrimarySmtpAddress()
Gets the primary SMTP address that is used to create the connecting SID.
|
java.lang.String |
getPrincipalName()
Gets the fully qualified domain name (FQDN) for the location of the user account.
|
java.lang.String |
getSid()
Gets the security identifier of the account to be impersonated.
|
java.lang.String |
getSmtpAddress()
Gets the Simple Mail Transfer Protocol (SMTP) address of the account to use for Exchange Impersonation.
|
void |
setPrimarySmtpAddress(java.lang.String primarySmtpAddress)
Sets the primary SMTP address that is used to create the connecting SID.
|
void |
setPrincipalName(java.lang.String principalName)
Sets the fully qualified domain name (FQDN) for the location of the user account.
|
void |
setSid(java.lang.String sid)
Sets the security identifier of the account to be impersonated.
|
void |
setSmtpAddress(java.lang.String smtpAddress)
Sets the Simple Mail Transfer Protocol (SMTP) address of the account to use for Exchange Impersonation.
|
public Identity()
public Identity(java.lang.String primarySmtpAddress)
primarySmtpAddress - the primary smtp addresspublic java.lang.String getPrincipalName()
public void setPrincipalName(java.lang.String principalName)
principalName - the new principal namepublic java.lang.String getSid()
public void setSid(java.lang.String sid)
sid - the new sidpublic java.lang.String getPrimarySmtpAddress()
public void setPrimarySmtpAddress(java.lang.String primarySmtpAddress)
primarySmtpAddress - the new primary smtp addresspublic java.lang.String getSmtpAddress()
public void setSmtpAddress(java.lang.String smtpAddress)
smtpAddress - the new primary smtp address