public interface IdentityProperties
| Modifier and Type | Method and Description | 
|---|---|
| String | getCorporation()Returns the corporation name that the user has entered. | 
| String | getEmail()Returns the email address that the user has entered. | 
| String | getLoginName()Returns the login name as registered by the operating system. | 
| String | getName()Returns the user name that the user entered. | 
| void | setCorporation(String corporation)Sets the corporation name that the user has entered. | 
| void | setEmail(String email)Sets the email address that the user has entered. | 
| void | setName(String name)Sets the user name that the user entered. | 
String getName()
void setName(String name)
String getLoginName()
String getCorporation()
void setCorporation(String corporation)
String getEmail()
void setEmail(String email)