|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface IUser
Interface that represents a user in the user store.
| Method Summary | |
|---|---|
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. |
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. |
| Method Detail |
|---|
void setUsername(String userName)
throws IOException,
AutomationException
userName - The userName (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
String getUsername()
throws IOException,
AutomationException
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void setPassword(String password)
throws IOException,
AutomationException
password - The password (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
String getPassword()
throws IOException,
AutomationException
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void setDescription(String description)
throws IOException,
AutomationException
description - The description (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
String getDescription()
throws IOException,
AutomationException
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void setEmail(String email)
throws IOException,
AutomationException
email - The email (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
String getEmail()
throws IOException,
AutomationException
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void setFullname(String fullname)
throws IOException,
AutomationException
fullname - The fullname (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
String getFullname()
throws IOException,
AutomationException
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void setSecretQuestion(String secretQuestion)
throws IOException,
AutomationException
secretQuestion - The secretQuestion (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
String getSecretQuestion()
throws IOException,
AutomationException
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void setSecretAnswer(String secretAnswer)
throws IOException,
AutomationException
secretAnswer - The secretAnswer (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
String getSecretAnswer()
throws IOException,
AutomationException
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 | ||||||||