public interface GroupManagerSettings extends Settings
The settings for a groups entity manager.
Modifier and Type | Method and Description |
---|---|
boolean |
allowEmpty()
Specify if the provider allows groups with no users assigned.
|
Collection<String> |
getConstrainedGroups()
Return constrained groups for management
|
void |
setConstrainedGroups(Collection<String> constrainedGroups)
Sets constrained groups for management (usually the registered roles).
|
getCapabilities
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.
Collection<String> getConstrainedGroups()
void setConstrainedGroups(Collection<String> constrainedGroups)
Copyright © 2012–2019 JBoss by Red Hat. All rights reserved.