Package com.aquima.web.config.properties
Class PermissionProperties
java.lang.Object
com.aquima.web.config.properties.PermissionProperties
@Component
@RefreshScope
@ConfigurationProperties(prefix="blueriq")
public class PermissionProperties
extends Object
This class is the default IRolePermissionsProvider implementation. It allows loading the permissions for roles from a
Map or from a Properties object. The security configuration will be based on blueriq.permission._ properties
- Since:
- 10.0
- Author:
- Marius de Vogel