public class ItimID
extends java.lang.Object
IDMapper| Constructor and Description |
|---|
ItimID(java.lang.String itimUserID)
Constructs this class with the ITIM user ID.
|
ItimID(java.lang.String itimUserID,
DistinguishedName tenantDN)
Constructs this class with the ITIM user ID and the tenant DN.
|
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getItimUserID()
Gets the ITIM account user ID.
|
DistinguishedName |
getTenantDN()
Gets the tenant DistinguishedName.
|
void |
setItimUserID(java.lang.String itimUserID)
Sets the ITIM account user ID.
|
void |
setTenantDN(DistinguishedName tenantDN)
Sets the tenant DistinguishedName
|
public ItimID(java.lang.String itimUserID)
itimUserID - ITIM user ID.public ItimID(java.lang.String itimUserID,
DistinguishedName tenantDN)
itimUserID - ITIM account user ID.tenant - The DistinguishedName of tenant.public java.lang.String getItimUserID()
public void setItimUserID(java.lang.String itimUserID)
itimUserID - ITIM account user ID.public DistinguishedName getTenantDN()
public void setTenantDN(DistinguishedName tenantDN)
tenant - The tenant DistinguishedName.