Uses of Class
io.github.eggy03.ferrumx.windows.entity.user.Win32UserAccount
Packages that use Win32UserAccount
Package
Description
-
Uses of Win32UserAccount in io.github.eggy03.ferrumx.windows.mapping.user
Classes in io.github.eggy03.ferrumx.windows.mapping.user that implement interfaces with type arguments of type Win32UserAccountModifier and TypeClassDescriptionclassProvides a type-safe implementation ofCommonMappingInterfaceand maps JSON strings from PowerShell to objects or lists ofWin32UserAccount -
Uses of Win32UserAccount in io.github.eggy03.ferrumx.windows.service.user
Classes in io.github.eggy03.ferrumx.windows.service.user that implement interfaces with type arguments of type Win32UserAccountModifier and TypeClassDescriptionclassService class for fetching information about User Accounts in a Windows System.Methods in io.github.eggy03.ferrumx.windows.service.user that return types with arguments of type Win32UserAccountModifier and TypeMethodDescription@NotNull @Unmodifiable List<Win32UserAccount> Win32UserAccountService.get()Retrieves an immutable list of user accounts present in the system.@NotNull @Unmodifiable List<Win32UserAccount> Win32UserAccountService.get(long timeout) Retrieves an immutable list of user accounts using an isolated PowerShell process with a configurable timeout.@NotNull @Unmodifiable List<Win32UserAccount> Win32UserAccountService.get(@NonNull com.profesorfalken.jpowershell.PowerShell powerShell) Retrieves an immutable list of user accounts using the caller'sPowerShellsession.