|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface IIdentity
COM Interface 'IIdentity'. Generated 3/19/2015 1:21:00 PM from 'C:\ArcGIS\COM\esriServer.olb'
Description: 'Provides access to members that define a user.' Generator Options: PromptForTypeLibraries = False ClashPrefix = esri_ LowerCaseMemberNames = True IDispatchOnly = False RetryOnReject = False AwtForOcxs = True ArraysAsObjects = False DontRenameSameMethods = False ImplementConflictingInterfaces = True ReuseMethods = True RenameConflictingInterfaceMethods = True GenBeanInfo = True GenerateJavadoc =
| Field Summary | |
|---|---|
static java.lang.String |
IID
Deprecated. Internal use only |
static int |
IID0710484b_62ec_42c4_8a3d_3186e2d8da36
|
static int |
xxDummy
Deprecated. Internal use only |
| Method Summary | |
|---|---|
java.lang.String |
getDomainName()
The domain name of the user. |
java.lang.String |
getEncodedString()
The base64 encoded copy of the encrypted password. |
java.lang.String |
getPassword()
The clear-text user password. |
java.lang.String |
getUserName()
The username of the user. |
void |
setDomainName(java.lang.String domainName)
The domain name of the user. |
void |
setEncodedString(java.lang.String password)
The base64 encoded copy of the encrypted password. |
void |
setPassword(java.lang.String password)
The clear-text user password. |
void |
setUserName(java.lang.String userName)
The username of the user. |
| Field Detail |
|---|
static final int IID0710484b_62ec_42c4_8a3d_3186e2d8da36
static final int xxDummy
static final java.lang.String IID
| Method Detail |
|---|
void setUserName(java.lang.String userName)
throws java.io.IOException,
AutomationException
userName - The userName (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
java.lang.String getUserName()
throws java.io.IOException,
AutomationException
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void setDomainName(java.lang.String domainName)
throws java.io.IOException,
AutomationException
domainName - The domainName (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
java.lang.String getDomainName()
throws java.io.IOException,
AutomationException
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void setPassword(java.lang.String password)
throws java.io.IOException,
AutomationException
password - The password (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
java.lang.String getPassword()
throws java.io.IOException,
AutomationException
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void setEncodedString(java.lang.String password)
throws java.io.IOException,
AutomationException
password - The password (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
java.lang.String getEncodedString()
throws java.io.IOException,
AutomationException
java.io.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 | ||||||||