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