Class GroupPrincipal


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

      Constructors 
      Constructor Description
      GroupPrincipal()
      Creates a new instance.
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      boolean isFixed()
      Indicates whether or not this group is fixed (cannot be removed).
      boolean isImmutable()
      Indicates whether or not this group is immutable (cannot have members added or removed).
      • Methods inherited from class java.lang.Object

        equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • GroupPrincipal

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

      • 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