Interface GroupManagerSettings

    • Method Detail

      • allowEmpty

        boolean allowEmpty()

        Specify if the provider allows groups with no users assigned.

        Usually realm based on property files, such as the default ones for Wildfly or EAP, does not allow empty users as the username is the key for the property entry.

        Returns:
        Allows groups with any user assigned.
      • getConstrainedGroups

        Collection<String> getConstrainedGroups()
        Return constrained groups for management
      • setConstrainedGroups

        void setConstrainedGroups​(Collection<String> constrainedGroups)
        Sets constrained groups for management (usually the registered roles).