Interface ExternalGroup
- All Superinterfaces:
Comparable<Principal>,Group,Principal
An external group, for instance correlating to a group from a LDAP server.
- Since:
- 5.2.181104
-
Field Summary
-
Method Summary
Modifier and TypeMethodDescription@NotNull StringGet the external group name.voidsetExternalName(@NotNull String name) Sets the name of the external group.Methods inherited from interface java.lang.Comparable
compareToMethods inherited from interface de.espirit.firstspirit.access.project.Group
addUser, addUsers, getEmail, getName, getProjectID, getUsers, isAdmin, isEveryone, isExternal, isMember, removeUser, removeUsers, setAdmin, setEmail, setName
-
Method Details
-
getExternalName
Get the external group name.- Returns:
- name of the external group
- Since:
- 5.2.181104
-
setExternalName
Sets the name of the external group.- Parameters:
name- new name- Since:
- 5.2.181104
-