Interface UserAdapter
-
- All Known Implementing Classes:
UserAdapterImpl
public interface UserAdapterInterface to expose user model fields- Since:
- 5.7
- Author:
- Thierry Martins
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StringgetCompany()StringgetEmail()StringgetFirstName()List<String>getGroups()StringgetLastName()StringgetName()StringgetSchemaName()StringgetTenantId()
-