Class SpotfirePrincipal

java.lang.Object
com.spotfire.ws.pub.SpotfirePrincipal
Direct Known Subclasses:
GroupPrincipal, UserPrincipal

public abstract class SpotfirePrincipal extends Object
Represents a principal (user or group) in the User Directory.
Since:
5.5
  • Constructor Details

    • SpotfirePrincipal

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

    • getId

      public Guid getId()
      Returns the ID.
      Returns:
      the ID
    • getName

      public PrincipalName getName()
      Returns the name.
      Returns:
      the name
    • getDisplayName

      public String getDisplayName()
      Returns the display name.
      Returns:
      the display name
    • getEmail

      public String getEmail()
      Returns the email address, or null if no email address has been set.
      Returns:
      the email address, or null if no email address has been set