Interface IWindowsAccount

All Known Implementing Classes:
MockWindowsAccount, WindowsAccountImpl

public interface IWindowsAccount
Windows account.
  • Method Details

    • getSidString

      String getSidString()
      Security identifier.
      Returns:
      String in the S- format.
    • getFqn

      String getFqn()
      Fully qualified username.
      Returns:
      String.
    • getName

      String getName()
      User name.
      Returns:
      String.
    • getDomain

      String getDomain()
      Domain name.
      Returns:
      String.