|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.adobe.idp.um.spi.directoryservices.DSPrincipalIdRecord
public class DSPrincipalIdRecord
The DSPrincipalIdRecord class provides a container for
the unique identification of a principal.
The name and domain of a principal together constitute a unique identifier.
This class provides methods that User Management uses to retrieve information from the container and that user providers use to add the information to the container.
| Constructor Summary | |
|---|---|
DSPrincipalIdRecord()
|
|
| Method Summary | |
|---|---|
java.lang.String |
getCanonicalName()
Retrieves the canonical name of the principal. |
java.lang.String |
getDomainName()
Retrieves the domain name of the principal. |
java.lang.String |
getOldCanonicalName()
|
java.lang.String |
getOriginalName()
|
void |
setCanonicalName(java.lang.String canonicalName)
Sets the canonical name of the principal. |
void |
setDomainName(java.lang.String domainName)
Sets the domain name of the principal. |
void |
setOldCanonicalName(java.lang.String oldCanonicalName)
|
void |
setOriginalName(java.lang.String originalName)
|
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public DSPrincipalIdRecord()
| Method Detail |
|---|
public java.lang.String getDomainName()
java.lang.String that contains the domain name.public java.lang.String getCanonicalName()
java.lang.String that contains the principal name.public void setDomainName(java.lang.String domainName)
string - A java.lang.String that contains the domain name.
The maximum length of the domain name is 50 characters;
errors can occur if greater lengths are used.public void setCanonicalName(java.lang.String canonicalName)
string - A java.lang.String that contains the principal name.
The maximum length of the canonical name is 250 characters;
errors can occur if greater lengths are used.public java.lang.String getOldCanonicalName()
public void setOldCanonicalName(java.lang.String oldCanonicalName)
public java.lang.String getOriginalName()
public void setOriginalName(java.lang.String originalName)
originalName - the originalName to set
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||