Class SecurityRulesView

    • Constructor Detail

      • SecurityRulesView

        public SecurityRulesView()
    • Method Detail

      • show

        public static void show​(Class<?> clazz,
                                PersistentDomainObject<?> pdo)
        Creates and shows the modal stage.
        Parameters:
        clazz - the secured non-PDO class, null if PDO
        pdo - the secured PDO, null if non-PDO clazz
      • setSecuredObject

        public void setSecuredObject​(PersistentDomainObject<?> pdo)
        Configures the view to edit security rule sets for a PDO.
        Parameters:
        pdo - the pdo
      • setSecuredObject

        public void setSecuredObject​(int classId)
        Configures the view to edit security rule sets for a PDO-class.
        Parameters:
        classId - the class-ID
      • setSecuredObject

        public void setSecuredObject​(Class<?> clazz)
        Configures the view to edit security rule sets for a non-PDO-class.
        Parameters:
        clazz - the class