Package com.spotfire.server.api.userdir
Class GroupPrincipal
java.lang.Object
com.spotfire.server.api.userdir.SpotfirePrincipal
com.spotfire.server.api.userdir.GroupPrincipal
- All Implemented Interfaces:
Principal
Represents a group principal (a principal that may contain other principals).
- Since:
- 10.1
-
Method Summary
Modifier and TypeMethodDescriptionfinal boolean
Indicates whether or not this group is immutable (cannot have members manually added or removed).Methods inherited from class com.spotfire.server.api.userdir.SpotfirePrincipal
equals, getDisplayName, getDomainName, getEmail, getGuid, getName, hashCode, isFixed
-
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, andfalse
otherwise- Since:
- 10.1
-