VirtualBox

Changeset 102534 in vbox for trunk/src/VBox/Main/include


Ignore:
Timestamp:
Dec 8, 2023 11:06:41 AM (16 months ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
160678
Message:

Main/Unattended: Renamed the attribute "IUnattended::password" to "IUnattended::userPassword". Added new getter/setter attribute "IUnattended::adminPassword", to set a dedicated admin / root password. If not specified explicitly, the password from "IUnattended::userPassword" will be used. Extended testcases. bugref:10554

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Main/include/UnattendedImpl.h

    r102381 r102534  
    8080    Utf8Str const &i_getIsoPath() const;
    8181    Utf8Str const &i_getUser() const;
    82     Utf8Str const &i_getPassword() const;
     82    Utf8Str const &i_getUserPassword() const;
     83    Utf8Str const &i_getAdminPassword() const;
    8384    Utf8Str const &i_getFullUserName() const;
    8485    Utf8Str const &i_getProductKey() const;
     
    128129     * @{ */
    129130    Utf8Str         mStrUser;
    130     Utf8Str         mStrPassword;
     131    Utf8Str         mStrUserPassword;
     132    Utf8Str         mStrAdminPassword;
    131133    Utf8Str         mStrFullUserName;
    132134    Utf8Str         mStrProductKey;
     
    198200    HRESULT getUser(com::Utf8Str &user);
    199201    HRESULT setUser(const com::Utf8Str &user);
    200     HRESULT getPassword(com::Utf8Str &password);
    201     HRESULT setPassword(const com::Utf8Str &password);
     202    HRESULT getUserPassword(com::Utf8Str &password);
     203    HRESULT setUserPassword(const com::Utf8Str &password);
     204    HRESULT getAdminPassword(com::Utf8Str &password);
     205    HRESULT setAdminPassword(const com::Utf8Str &password);
    202206    HRESULT getFullUserName(com::Utf8Str &user);
    203207    HRESULT setFullUserName(const com::Utf8Str &user);
Note: See TracChangeset for help on using the changeset viewer.

© 2025 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette