Class SecurityProperties

java.lang.Object
io.jmix.security.SecurityProperties

@ConfigurationProperties(prefix="jmix.security") public class SecurityProperties extends Object
  • 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

      public String getDefaultRowLevelRolePrefix()
      See Also:
      • defaultRowLevelRolePrefix