Package io.jmix.security
Class SecurityProperties
java.lang.Object
io.jmix.security.SecurityProperties
-
Constructor Summary
ConstructorDescriptionSecurityProperties
(boolean annotatedRolesHotDeployEnabled, String defaultRowLevelRolePrefix) -
Method Summary
Modifier and TypeMethodDescriptionboolean
-
Constructor Details
-
SecurityProperties
public SecurityProperties(@DefaultValue("true") boolean annotatedRolesHotDeployEnabled, @DefaultValue("ROW_LEVEL_ROLE_") String defaultRowLevelRolePrefix)
-
-
Method Details
-
isAnnotatedRolesHotDeployEnabled
public boolean isAnnotatedRolesHotDeployEnabled()- See Also:
-
annotatedRolesHotDeployEnabled
-
getDefaultRowLevelRolePrefix
- See Also:
-
defaultRowLevelRolePrefix
-