Interface Account

    • Method Detail

      • getAuthName

        String getAuthName()
        Returns the username of this Account, e.g. 'admin'.
        Returns:
        the username
      • getRealname

        String getRealname()
        Returns the real name of this Account, e.g. 'appNG Administrator'.
        Returns:
        the real name
      • getTimeZone

        String getTimeZone()
        Returns the timezone for this Account, e.g. 'Europe/Berlin'.
        Returns:
        the timezone
      • getEmail

        String getEmail()
        Returns the email for this Account, e.g. 'admin@example.com'.
        Returns:
        the email