com.esri.arcgis.server
Interface IIdentity

All Superinterfaces:
java.io.Serializable
All Known Implementing Classes:
IIdentityProxy

public interface IIdentity
extends java.io.Serializable

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

IID0710484b_62ec_42c4_8a3d_3186e2d8da36

static final int IID0710484b_62ec_42c4_8a3d_3186e2d8da36
See Also:
Constant Field Values

xxDummy

static final int xxDummy
Deprecated. Internal use only
See Also:
Constant Field Values

IID

static final java.lang.String IID
Deprecated. Internal use only
See Also:
Constant Field Values
Method Detail

setUserName

void setUserName(java.lang.String userName)
                 throws java.io.IOException,
                        AutomationException
The username of the user.

Parameters:
userName - The userName (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getUserName

java.lang.String getUserName()
                             throws java.io.IOException,
                                    AutomationException
The username of the user.

Returns:
The userName
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setDomainName

void setDomainName(java.lang.String domainName)
                   throws java.io.IOException,
                          AutomationException
The domain name of the user.

Parameters:
domainName - The domainName (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getDomainName

java.lang.String getDomainName()
                               throws java.io.IOException,
                                      AutomationException
The domain name of the user.

Returns:
The domainName
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setPassword

void setPassword(java.lang.String password)
                 throws java.io.IOException,
                        AutomationException
The clear-text user password.

Parameters:
password - The password (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getPassword

java.lang.String getPassword()
                             throws java.io.IOException,
                                    AutomationException
The clear-text user password.

Returns:
The password
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setEncodedString

void setEncodedString(java.lang.String password)
                      throws java.io.IOException,
                             AutomationException
The base64 encoded copy of the encrypted password.

Parameters:
password - The password (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getEncodedString

java.lang.String getEncodedString()
                                  throws java.io.IOException,
                                         AutomationException
The base64 encoded copy of the encrypted password.

Returns:
The password
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.