Interface IWindowsIdentity

  • All Known Implementing Classes:
    WindowsIdentityImpl

    public interface IWindowsIdentity
    A Windows Identity.
    Author:
    dblock[at]dblock[dot]org
    • Method Detail

      • getSidString

        String getSidString()
        Sid.
        Returns:
        String.
      • getSid

        byte[] getSid()
        Sid.
        Returns:
        Array of bytes.
      • getFqn

        String getFqn()
        Fully qualified name.
        Returns:
        String.
      • getGroups

        IWindowsAccount[] getGroups()
        Group memberships.
        Returns:
        Array of accounts.
      • dispose

        void dispose()
        Dispose of the Windows identity.
      • isGuest

        boolean isGuest()
        Returns true if the identity represents a Guest account.
        Returns:
        True if the identity represents a Guest account, false otherwise.