Interface Permission
- All Known Implementing Classes:
PermissionProvider
The Permission interface provides methods to manage and check user permissions.
It is designed to be implemented by classes that handle permission management.
-
Method Summary
Modifier and TypeMethodDescriptionvoidgetPermissions(int userId) booleanhasPermission(User user, String permission) booleanhasPermission(UUID uuid, String permission) int
-
Method Details
-
getPermissions
-
hasPermission
-
hasPermission
-
loadExpired
int loadExpired() -
closeCache
void closeCache()
-