Package waffle.mock

Class MockWindowsAccount

java.lang.Object
waffle.mock.MockWindowsAccount
All Implemented Interfaces:
IWindowsAccount

public class MockWindowsAccount extends Object implements IWindowsAccount
The Class MockWindowsAccount.
  • Field Details

  • Constructor Details

    • MockWindowsAccount

      public MockWindowsAccount(String newFqn)
      Instantiates a new mock windows account.
      Parameters:
      newFqn - the new fqn
    • MockWindowsAccount

      public MockWindowsAccount(String newFqn, String newSid)
      Instantiates a new mock windows account.
      Parameters:
      newFqn - the new fqn
      newSid - the new sid
  • Method Details