com.ibm.task.spi
Interface UserData
- public interface UserData
Since:
6.0.2
Method Summary
Modifier and Type | Method and Description |
---|---|
|
getEMailAddress()
This method returns the user's email address.
|
|
getLocale()
This method returns the user's locale.
|
|
getUserName()
This method returns the user name.
|
Method Detail
getEMailAddress
- java.lang.String getEMailAddress( )
This method returns the user's email address.
Returns:
The eMail address or null if no address is available.
getLocale
- java.util.Locale getLocale()
This method returns the user's locale.
Returns:
The user's locale.
getUserName
- java.lang.String getUserName()
This method returns the user name.
Returns:
The user's name.