|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.esri.arcgis.server.User
public class User
Constructor Summary | |
---|---|
User()
Constructs a User using ArcGIS Engine. |
|
User(Object obj)
Deprecated. As of ArcGIS 9.2, replaced by normal Java casts. User theUser = (User) obj; |
Method Summary | |
---|---|
boolean |
equals(Object o)
Compare this object with another |
static String |
getClsid()
getClsid. |
String |
getDescription()
Returns the user description. |
String |
getEmail()
Returns the user's email. |
String |
getFullname()
Returns the user's full name. |
String |
getPassword()
Returns the user password. |
String |
getSecretAnswer()
Returns the user's answer to secret question. |
String |
getSecretQuestion()
Returns the user's secret question. |
String |
getUsername()
Returns the user name. |
int |
hashCode()
the hashcode for this object |
void |
interfaceSupportsErrorInfo(GUID riid)
interfaceSupportsErrorInfo |
void |
setDescription(String description)
Sets the user description. |
void |
setEmail(String email)
Sets the user's email. |
void |
setFullname(String fullname)
Sets the user's full name. |
void |
setPassword(String password)
Sets the user password. |
void |
setSecretAnswer(String secretAnswer)
Sets the user's answer to the secret question. |
void |
setSecretQuestion(String secretQuestion)
Sets the user's secret question. |
void |
setUsername(String userName)
Sets the user name. |
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface com.esri.arcgis.interop.RemoteObjRef |
---|
getJintegraDispatch, release |
Constructor Detail |
---|
public User() throws IOException, UnknownHostException
IOException
- if there are interop problems
UnknownHostException
- if there are interop problemspublic User(Object obj) throws IOException
User theUser = (User) obj;
obj
to User
.
obj
- an object returned from ArcGIS Engine or Server
IOException
- if there are interop problemsMethod Detail |
---|
public static String getClsid()
public boolean equals(Object o)
equals
in class Object
public int hashCode()
hashCode
in class Object
public void interfaceSupportsErrorInfo(GUID riid) throws IOException, AutomationException
Indicates whether the interface supports IErrorInfo.
interfaceSupportsErrorInfo
in interface ISupportErrorInfo
riid
- A Structure: com.esri.arcgis.support.ms.stdole.GUID (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setUsername(String userName) throws IOException, AutomationException
setUsername
in interface IUser
userName
- The userName (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public String getUsername() throws IOException, AutomationException
getUsername
in interface IUser
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setPassword(String password) throws IOException, AutomationException
setPassword
in interface IUser
password
- The password (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public String getPassword() throws IOException, AutomationException
getPassword
in interface IUser
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setDescription(String description) throws IOException, AutomationException
setDescription
in interface IUser
description
- The description (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public String getDescription() throws IOException, AutomationException
getDescription
in interface IUser
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setEmail(String email) throws IOException, AutomationException
setEmail
in interface IUser
email
- The email (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public String getEmail() throws IOException, AutomationException
getEmail
in interface IUser
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setFullname(String fullname) throws IOException, AutomationException
setFullname
in interface IUser
fullname
- The fullname (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public String getFullname() throws IOException, AutomationException
getFullname
in interface IUser
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setSecretQuestion(String secretQuestion) throws IOException, AutomationException
setSecretQuestion
in interface IUser
secretQuestion
- The secretQuestion (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public String getSecretQuestion() throws IOException, AutomationException
getSecretQuestion
in interface IUser
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setSecretAnswer(String secretAnswer) throws IOException, AutomationException
setSecretAnswer
in interface IUser
secretAnswer
- The secretAnswer (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public String getSecretAnswer() throws IOException, AutomationException
getSecretAnswer
in interface IUser
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 |