Interface ExternalGroup

All Superinterfaces:
Comparable<Principal>, Group, Principal

public interface ExternalGroup extends Group
An external group, for instance correlating to a group from a LDAP server.
Since:
5.2.181104
  • Method Details

    • getExternalName

      @NotNull @NotNull String getExternalName()
      Get the external group name.
      Returns:
      name of the external group
      Since:
      5.2.181104
    • setExternalName

      void setExternalName(@NotNull @NotNull String name)
      Sets the name of the external group.
      Parameters:
      name - new name
      Since:
      5.2.181104