Class SpotfirePrincipal

  • Direct Known Subclasses:
    GroupPrincipal, UserPrincipal

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

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

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String getDisplayName()
      Returns the display name.
      java.lang.String getEmail()
      Returns the email address, or null if no email address has been set.
      Guid getId()
      Returns the ID.
      PrincipalName getName()
      Returns the name.
      • Methods inherited from class java.lang.Object

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

      • SpotfirePrincipal

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

      • getId

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

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

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

        public java.lang.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