Interface User

    • Method Detail

      • getId

        String getId()
        Returns:
        the user identifier
      • getUsername

        String getUsername()
        Returns:
        the username/sign-on name
      • getTenantId

        String getTenantId()
        Returns:
        the tenant identifier (default tenant)
      • getName

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

        String getEmail()
        Returns:
        the email address of the user
      • isEnabled

        Boolean isEnabled()
        Returns:
        true, if the user is enabled (active)