public interface Group extends PermissionHolder
PermissionHolder.Identifier| Modifier and Type | Method and Description |
|---|---|
@Nullable String |
getDisplayName()
Gets the groups "display name", if it has one that differs from it's actual name.
|
@Nullable String |
getDisplayName(@NonNull QueryOptions queryOptions)
Gets the groups "display name", if it has one that differs from it's actual name.
|
@NonNull String |
getName()
Get the name of the group
|
@NonNull OptionalInt |
getWeight()
Gets the weight of this group, if present.
|
auditTemporaryNodes, data, getCachedData, getData, getDistinctNodes, getFriendlyName, getIdentifier, getInheritedGroups, getNodes, getNodes, getQueryOptions, resolveDistinctInheritedNodes, resolveInheritedNodes, resolveInheritedNodes, transientData@NonNull String getName()
@Nullable String getDisplayName()
The lookup is made using the current servers active context.
Will return null if the groups display name is equal to it's
actual name.
@Nullable String getDisplayName(@NonNull QueryOptions queryOptions)
Will return null if the groups display name is equal to it's
actual name.
queryOptions - the query options to lookup in@NonNull OptionalInt getWeight()