Class GroupPrincipal

java.lang.Object
com.spotfire.server.api.userdir.SpotfirePrincipal
com.spotfire.server.api.userdir.GroupPrincipal
All Implemented Interfaces:
Principal

public class GroupPrincipal extends SpotfirePrincipal
Represents a group principal (a principal that may contain other principals).
Since:
10.1
  • Method Details

    • isImmutable

      public final boolean isImmutable()
      Indicates whether or not this group is immutable (cannot have members manually added or removed).
      Returns:
      true if this group is immutable, and false otherwise
      Since:
      10.1