Interface IWindowsAccount

  • All Known Implementing Classes:
    WindowsAccountImpl

    public interface IWindowsAccount
    Windows account.
    Author:
    dblock[at]dblock[dot]org
    • Method Detail

      • 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.