Interface UserAdapter
-
- All Known Implementing Classes:
UserAdapterImpl
public interface UserAdapter
Interface to expose user model fields- Since:
- 5.7
- Author:
- Thierry Martins
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description String
getCompany()
String
getEmail()
String
getFirstName()
List<String>
getGroups()
String
getLastName()
String
getName()
String
getSchemaName()
String
getTenantId()
-