Interface User

    • Method Detail

      • getId

        String getId()
        Globally unique within the owning domain.
        Returns:
        the Id of the user
      • getName

        String getName()
        Returns:
        the name of the user
      • getEmail

        String getEmail()
        Returns:
        the email of the user
      • getDescription

        String getDescription()
        Returns:
        the description of the user
      • getPassword

        String getPassword()
        Returns:
        the password of the user
      • getDefaultProjectId

        String getDefaultProjectId()
        Returns:
        the defaultProjectId of the user
      • getDomainId

        String getDomainId()
        Returns:
        the domainId of the user
      • getDomain

        Domain getDomain()
        Returns:
        the domain of the user
      • getLinks

        Map<String,​String> getLinks()
        Returns:
        the links of the user
      • isEnabled

        boolean isEnabled()
        Returns:
        the enabled status of the user
      • setEnabled

        void setEnabled​(Boolean enabled)
        sets the enabled status of the user
        Parameters:
        enabled - the enabled