Interface User
-
- All Known Implementing Classes:
UserImpl
public interface User
- Version:
- $Revision: 1.1.1.1 $ $Date: 2002/08/06 14:47:54 $
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description String
getFullName()
Get the user full name (firstname lastname)List<String>
getGroupIds()
String
getInfo(String infoName)
Returns the named infoString
getUserId()
Get the user id
-