Class WindowsAccountImpl

    • Constructor Detail

      • WindowsAccountImpl

        public WindowsAccountImpl​(com.sun.jna.platform.win32.Advapi32Util.Account newAccount)
        Windows Account.
        Parameters:
        newAccount - Account.
      • WindowsAccountImpl

        public WindowsAccountImpl​(String userName)
        Windows Account.
        Parameters:
        userName - Fully qualified username.
      • WindowsAccountImpl

        public WindowsAccountImpl​(String accountName,
                                  String systemName)
        Windows Account.
        Parameters:
        accountName - Username, without a domain or machine.
        systemName - Machine name.