Interface TenantUser
-
- All Superinterfaces:
ModelEntity,Serializable
- All Known Implementing Classes:
KeystoneTenantUser
public interface TenantUser extends ModelEntity
A User from a Tenant perspective- Author:
- Jeremy Unruh
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StringgetEmail()StringgetId()StringgetName()booleanisEnabled()
-