Package org.gcube.idm.client.model
Class UserProfile
- java.lang.Object
-
- org.gcube.idm.client.model.UserProfile
-
- Direct Known Subclasses:
UserProfileExtended
public class UserProfile extends Object
-
-
Constructor Summary
Constructors Constructor Description UserProfile()UserProfile(String username, List<String> roles, String avatar, String fullname)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetAvatar()StringgetFullname()List<String>getRoles()StringgetUsername()voidsetAvatar(String avatar)voidsetFullname(String fullname)voidsetRoles(List<String> roles)voidsetUsername(String username)StringtoString()
-