Package com.aquima.web.security
Class DefaultRolePermissionsProvider
java.lang.Object
com.aquima.web.security.DefaultRolePermissionsProvider
- All Implemented Interfaces:
IRolePermissionsProvider
Created by s.wartenberg on 29-6-2017.
-
Constructor Details
-
Method Details
-
getRolePermissions
- Specified by:
getRolePermissions
in interfaceIRolePermissionsProvider
- Parameters:
role
- The role to get permissions for.- Returns:
- a list of permissions for the role received as parameter. If the role is null or unknown, an empty list should be returned. Never null.
-