|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface IIdentity
Provides access to members that define a user.
| Method Summary | |
|---|---|
String |
getDomainName()
The domain name of the user. |
String |
getEncodedString()
The base64 encoded copy of the encrypted password. |
String |
getPassword()
The clear-text user password. |
String |
getUserName()
The username of the user. |
void |
setDomainName(String domainName)
The domain name of the user. |
void |
setEncodedString(String password)
The base64 encoded copy of the encrypted password. |
void |
setPassword(String password)
The clear-text user password. |
void |
setUserName(String userName)
The username of the user. |
| Method Detail |
|---|
void setUserName(String userName)
throws IOException,
AutomationException
userName - The userName (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
String getUserName()
throws IOException,
AutomationException
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void setDomainName(String domainName)
throws IOException,
AutomationException
domainName - The domainName (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
String getDomainName()
throws IOException,
AutomationException
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void setPassword(String password)
throws IOException,
AutomationException
password - The password (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
String getPassword()
throws IOException,
AutomationException
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void setEncodedString(String password)
throws IOException,
AutomationException
password - The password (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
String getEncodedString()
throws IOException,
AutomationException
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||