Interface UserAdapter

All Known Implementing Classes:
UserAdapterImpl

public interface UserAdapter
Interface to expose user model fields
Since:
5.7
Author:
Thierry Martins
  • Method Details

    • getName

      String getName()
    • getFirstName

      String getFirstName()
    • getLastName

      String getLastName()
    • getEmail

      String getEmail()
    • getCompany

      String getCompany()
    • getGroups

      List<String> getGroups()
    • getTenantId

      String getTenantId()
      Since:
      8.1
    • getSchemaName

      String getSchemaName()