|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface IUser
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 |
|---|
static final int IID2b8a2b7f_01bf_4951_8aa7_5161ad46ef35
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 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 setDescription(java.lang.String description)
throws java.io.IOException,
AutomationException
description - The description (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
java.lang.String getDescription()
throws java.io.IOException,
AutomationException
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void setEmail(java.lang.String email)
throws java.io.IOException,
AutomationException
email - The email (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
java.lang.String getEmail()
throws java.io.IOException,
AutomationException
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void setFullname(java.lang.String fullname)
throws java.io.IOException,
AutomationException
fullname - The fullname (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
java.lang.String getFullname()
throws java.io.IOException,
AutomationException
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void setSecretQuestion(java.lang.String secretQuestion)
throws java.io.IOException,
AutomationException
secretQuestion - The secretQuestion (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
java.lang.String getSecretQuestion()
throws java.io.IOException,
AutomationException
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void setSecretAnswer(java.lang.String secretAnswer)
throws java.io.IOException,
AutomationException
secretAnswer - The secretAnswer (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
java.lang.String getSecretAnswer()
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 | ||||||||