public class ExtraUserInformation extends Object
AuthenticationManager
)
to return more information about a user.Modifier and Type | Field and Description |
---|---|
private String |
address |
private String |
description |
private String |
email |
private Map<String,Object> |
extended |
private String |
fax |
private String |
name |
private String |
organisation |
private String |
phone |
private String |
url |
Constructor and Description |
---|
ExtraUserInformation()
Creates a new
ExtraUserInformation object. |
Modifier and Type | Method and Description |
---|---|
String |
getAddress()
The postal address to the user.
|
String |
getDescription()
A description of the user.
|
String |
getEmail() |
Object |
getExtended(String name)
Get an extended property value.
|
String |
getFax()
The fax number to the user.
|
String |
getName()
The full name of the user.
|
String |
getOrganisation()
The organisation of the user.
|
String |
getPhone()
The phone number to the user.
|
String |
getUrl()
An URL to the user homepage (or similar).
|
void |
setAddress(String address) |
void |
setDescription(String description) |
void |
setEmail(String email)
The email address to the user.
|
void |
setExtended(String name,
Object value)
Set the value of an extended property.
|
void |
setFax(String fax) |
void |
setName(String name) |
void |
setOrganisation(String organisation) |
void |
setPhone(String phone) |
void |
setUrl(String url) |
private String name
private String organisation
private String address
private String phone
private String fax
private String email
private String url
private String description
public ExtraUserInformation()
ExtraUserInformation
object.public String getName()
public void setName(String name)
public String getOrganisation()
public void setOrganisation(String organisation)
public String getAddress()
public void setAddress(String address)
public String getPhone()
public void setPhone(String phone)
public String getFax()
public void setFax(String fax)
public String getEmail()
public void setEmail(String email)
public String getUrl()
public void setUrl(String url)
public String getDescription()
public void setDescription(String description)