public interface DetailedGroup
String
name generally, with additional details relating to the directory
backing the group.Modifier and Type | Method and Description |
---|---|
String |
getName()
Retrieves the group's name.
|
boolean |
isDeletable()
Retrieves a flag indicating whether the directory in which this group is stored supports deleting groups.
|
boolean isDeletable()
Note: Because a group is really nothing more than a name, it is possible a given group exists in multiple directories. As a result, it's possible that "deleting" a group will not remove it from the system entirely; it may still exist in other directories. Additionally, because a given group can exist in multiple directories, it is possible that it is deletable in some and not in others. If a group is deletable in any directory, it is considered deletable.
true
if at least one directory supports deleting the group; otherwise, false
if none doCopyright © 2022 Atlassian. All rights reserved.