Package org.sensorhub.api.security
Interface IUserInfo
- All Superinterfaces:
IResource
,IUserPermissions
Base interface for objects representing users in the security API
- Since:
- Feb 23, 2016
-
Method Summary
Methods inherited from interface org.vast.util.IResource
getDescription, getName
Methods inherited from interface org.sensorhub.api.security.IUserPermissions
getAllowList, getDenyList
-
Method Details
-
getId
String getId() -
getPassword
String getPassword() -
getRoles
Collection<String> getRoles() -
getAttributes
-