Package org.sensorhub.api.security
Interface IUserPermissions
public interface IUserPermissions
- 
Method Summary
Modifier and TypeMethodDescription 
- 
Method Details
- 
getAllowList
Collection<IPermissionPath> getAllowList()- Returns:
 - Read-only list of 'allow' permissions attached to the user or role
 
 - 
getDenyList
Collection<IPermissionPath> getDenyList()- Returns:
 - Read-only list of 'deny' permissions attached to the user or role
 
 
 -