|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.ibm.itim.authentication.mapping.ItimID
public class ItimID
This class represents the user ID of the ITIM account. It contains the user id of the ITIM account and the DistinguishedName of the tenant to which this ITIM user belongs. This class is used by the IDMapper interface that maps the authentication user ID to the ITIM account user ID.
IDMapper
Constructor Summary | |
---|---|
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. |
Method Summary | |
---|---|
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 |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
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.Method Detail |
---|
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.
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |