Class GroupPrincipal

java.lang.Object
com.spotfire.ws.pub.SpotfirePrincipal
com.spotfire.ws.pub.GroupPrincipal

public final class GroupPrincipal extends SpotfirePrincipal
Represents a user principal in the User Directory.
Since:
5.5
  • Constructor Details

    • GroupPrincipal

      public GroupPrincipal()
      Creates a new instance.
  • Method Details

    • isImmutable

      public boolean isImmutable()
      Indicates whether or not this group is immutable (cannot have members added or removed).
      Returns:
      true if this principal is immutable, false otherwise
    • isFixed

      public boolean isFixed()
      Indicates whether or not this group is fixed (cannot be removed).
      Returns:
      true if this group is fixed, false otherwise