Class DeferredLookupUser

    • Constructor Detail

      • DeferredLookupUser

        public DeferredLookupUser​(com.atlassian.sal.api.user.UserKey userKey)
    • Method Detail

      • getKey

        public com.atlassian.sal.api.user.UserKey getKey()
        Description copied from interface: ConfluenceUser
        Return the immutable and unique key for the user.
        Specified by:
        getKey in interface ConfluenceUser
        Returns:
        the unique key for this user.
      • getFullName

        public String getFullName()
        Specified by:
        getFullName in interface com.atlassian.user.User
      • getEmail

        public String getEmail()
        Specified by:
        getEmail in interface com.atlassian.user.User
      • getName

        public String getName()
        Specified by:
        getName in interface com.atlassian.user.Entity
        Specified by:
        getName in interface Principal