|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.esri.arcgis.server.User
public class User
COM Class 'User'. Generated 3/19/2015 1:20:47 PM from 'C:\ArcGIS\COM\esriServer.olb'
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 |
|---|
| Fields inherited from interface com.esri.arcgis.system.ISupportErrorInfo |
|---|
IID, IIDdf0b3d60_548f_101b_8e65_08002b2bd119, xxDummy |
| Fields inherited from interface com.esri.arcgis.server.IUser |
|---|
IID, IID2b8a2b7f_01bf_4951_8aa7_5161ad46ef35, xxDummy |
| Constructor Summary | |
|---|---|
User()
Constructs a User using ArcGIS Engine. |
|
User(java.lang.Object obj)
Deprecated. As of ArcGIS 9.2, replaced by normal Java casts. User theUser = (User) obj; |
|
| Method Summary | |
|---|---|
boolean |
equals(java.lang.Object o)
Compare this object with another |
static java.lang.String |
getClsid()
getClsid. |
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. |
com.esri.arcgis.interop.Dispatch |
getJintegraDispatch()
Deprecated. Internal use only. |
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. |
int |
hashCode()
the hashcode for this object |
void |
interfaceSupportsErrorInfo(GUID riid)
interfaceSupportsErrorInfo |
void |
release()
Release a User. |
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. |
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public User()
throws java.io.IOException,
java.net.UnknownHostException
java.io.IOException - if there are interop problems
java.net.UnknownHostException - if there are interop problems
public User(java.lang.Object obj)
throws java.io.IOException
User theUser = (User) obj;
obj to User.
obj - an object returned from ArcGIS Engine or Server
java.io.IOException - if there are interop problems| Method Detail |
|---|
public static java.lang.String getClsid()
public boolean equals(java.lang.Object o)
equals in class java.lang.Objectpublic int hashCode()
hashCode in class java.lang.Objectpublic com.esri.arcgis.interop.Dispatch getJintegraDispatch()
getJintegraDispatch in interface com.esri.arcgis.interop.RemoteObjRefpublic void release()
release in interface com.esri.arcgis.interop.RemoteObjRef
public void interfaceSupportsErrorInfo(GUID riid)
throws java.io.IOException,
AutomationException
interfaceSupportsErrorInfo in interface ISupportErrorInforiid - A Structure: com.esri.arcgis.support.ms.stdole.GUID (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setUsername(java.lang.String userName)
throws java.io.IOException,
AutomationException
setUsername in interface IUseruserName - The userName (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public java.lang.String getUsername()
throws java.io.IOException,
AutomationException
getUsername in interface IUserjava.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setPassword(java.lang.String password)
throws java.io.IOException,
AutomationException
setPassword in interface IUserpassword - The password (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public java.lang.String getPassword()
throws java.io.IOException,
AutomationException
getPassword in interface IUserjava.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setDescription(java.lang.String description)
throws java.io.IOException,
AutomationException
setDescription in interface IUserdescription - The description (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public java.lang.String getDescription()
throws java.io.IOException,
AutomationException
getDescription in interface IUserjava.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setEmail(java.lang.String email)
throws java.io.IOException,
AutomationException
setEmail in interface IUseremail - The email (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public java.lang.String getEmail()
throws java.io.IOException,
AutomationException
getEmail in interface IUserjava.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setFullname(java.lang.String fullname)
throws java.io.IOException,
AutomationException
setFullname in interface IUserfullname - The fullname (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public java.lang.String getFullname()
throws java.io.IOException,
AutomationException
getFullname in interface IUserjava.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setSecretQuestion(java.lang.String secretQuestion)
throws java.io.IOException,
AutomationException
setSecretQuestion in interface IUsersecretQuestion - The secretQuestion (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public java.lang.String getSecretQuestion()
throws java.io.IOException,
AutomationException
getSecretQuestion in interface IUserjava.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setSecretAnswer(java.lang.String secretAnswer)
throws java.io.IOException,
AutomationException
setSecretAnswer in interface IUsersecretAnswer - The secretAnswer (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public java.lang.String getSecretAnswer()
throws java.io.IOException,
AutomationException
getSecretAnswer in interface IUserjava.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 | ||||||||