com.esri.arcgis.server
Interface IUser

All Superinterfaces:
java.io.Serializable
All Known Implementing Classes:
IUserProxy, User

public interface IUser
extends java.io.Serializable

COM Interface 'IUser'. Generated 3/19/2015 1:21:00 PM from 'C:\ArcGIS\COM\esriServer.olb'

Description: 'Interface that represents a user in the user store.' 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 IID2b8a2b7f_01bf_4951_8aa7_5161ad46ef35
           
static int xxDummy
          Deprecated. Internal use only
 
Method Summary
 java.lang.String getDescription()
          Returns the user description.
 java.lang.String getEmail()
          Returns the user's email.
 java.lang.String getFullname()
          Returns the user's full name.
 java.lang.String getPassword()
          Returns the user password.
 java.lang.String getSecretAnswer()
          Returns the user's answer to secret question.
 java.lang.String getSecretQuestion()
          Returns the user's secret question.
 java.lang.String getUsername()
          Returns the user name.
 void setDescription(java.lang.String description)
          Sets the user description.
 void setEmail(java.lang.String email)
          Sets the user's email.
 void setFullname(java.lang.String fullname)
          Sets the user's full name.
 void setPassword(java.lang.String password)
          Sets the user password.
 void setSecretAnswer(java.lang.String secretAnswer)
          Sets the user's answer to the secret question.
 void setSecretQuestion(java.lang.String secretQuestion)
          Sets the user's secret question.
 void setUsername(java.lang.String userName)
          Sets the user name.
 

Field Detail

IID2b8a2b7f_01bf_4951_8aa7_5161ad46ef35

static final int IID2b8a2b7f_01bf_4951_8aa7_5161ad46ef35
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
Sets the user name.

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
Returns the user name.

Returns:
The userName
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
Sets the 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
Returns the user password.

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

setDescription

void setDescription(java.lang.String description)
                    throws java.io.IOException,
                           AutomationException
Sets the user description.

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

getDescription

java.lang.String getDescription()
                                throws java.io.IOException,
                                       AutomationException
Returns the user description.

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

setEmail

void setEmail(java.lang.String email)
              throws java.io.IOException,
                     AutomationException
Sets the user's email.

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

getEmail

java.lang.String getEmail()
                          throws java.io.IOException,
                                 AutomationException
Returns the user's email.

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

setFullname

void setFullname(java.lang.String fullname)
                 throws java.io.IOException,
                        AutomationException
Sets the user's full name.

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

getFullname

java.lang.String getFullname()
                             throws java.io.IOException,
                                    AutomationException
Returns the user's full name.

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

setSecretQuestion

void setSecretQuestion(java.lang.String secretQuestion)
                       throws java.io.IOException,
                              AutomationException
Sets the user's secret question.

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

getSecretQuestion

java.lang.String getSecretQuestion()
                                   throws java.io.IOException,
                                          AutomationException
Returns the user's secret question.

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

setSecretAnswer

void setSecretAnswer(java.lang.String secretAnswer)
                     throws java.io.IOException,
                            AutomationException
Sets the user's answer to the secret question.

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

getSecretAnswer

java.lang.String getSecretAnswer()
                                 throws java.io.IOException,
                                        AutomationException
Returns the user's answer to secret question.

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