Package org.openhab.core.auth
Interface User
- All Superinterfaces:
 Identifiable<String>,Principal
- All Known Implementing Classes:
 GenericUser,ManagedUser
A user represents an individual, physical person using the system.
- Author:
 - Yannick Schaus - initial contribution
 
- 
Method Summary
Methods inherited from interface org.openhab.core.common.registry.Identifiable
getUID 
- 
Method Details
- 
getRoles
Gets the roles attributed to the user.- Returns:
 - role attributed to the user
 - See Also:
 
 
 -