Interface GroupPermissionProvider
- All Known Implementing Classes:
GroupPermissionProviderImpl
GroupPermission is a class that provides methods to manage group permissions in the database.
It implements the GroupPermissionProvider interface and uses the Database class to interact with the database.
-
Method Summary
Modifier and TypeMethodDescriptionintclear(int groupId) voidgetPermission(int groupId, String permission) getPermissions(int groupId) intvoidint
-
Method Details
-
closeCache
void closeCache() -
refreshCache
void refreshCache() -
getPermission
-
getPermissions
-
add
-
remove
-
clear
int clear(int groupId) -
update
-
loadExpired
int loadExpired()
-