Uses of Class
security.whisper.javastix.coo.extension.types.WindowsProcessExtension
Packages that use WindowsProcessExtension
-
Uses of WindowsProcessExtension in security.whisper.javastix.coo.extension.types
Methods in security.whisper.javastix.coo.extension.types that return WindowsProcessExtensionModifier and TypeMethodDescriptionWindowsProcessExtension.Builder.build()Builds a newWindowsProcessExtension.static WindowsProcessExtensionWindowsProcessExtension.copyOf(WindowsProcessExtensionExt instance) Creates an immutable copy of aWindowsProcessExtensionExtvalue.final WindowsProcessExtensionWindowsProcessExtension.withCustomProperties(Map<String, ? extends Object> entries) Copy the current immutable object by replacing thecustomPropertiesmap with the specified map.final WindowsProcessExtensionWindowsProcessExtension.withIsAslrEnabled(boolean value) Copy the current immutable object by setting a present value for the optionalisAslrEnabledattribute.final WindowsProcessExtensionWindowsProcessExtension.withIsAslrEnabled(Optional<Boolean> optional) Copy the current immutable object by setting an optional value for theisAslrEnabledattribute.final WindowsProcessExtensionWindowsProcessExtension.withIsDepEnabled(boolean value) Copy the current immutable object by setting a present value for the optionalisDepEnabledattribute.final WindowsProcessExtensionWindowsProcessExtension.withIsDepEnabled(Optional<Boolean> optional) Copy the current immutable object by setting an optional value for theisDepEnabledattribute.final WindowsProcessExtensionWindowsProcessExtension.withOwnerSid(String value) Copy the current immutable object by setting a present value for the optionalownerSidattribute.final WindowsProcessExtensionWindowsProcessExtension.withOwnerSid(Optional<String> optional) Copy the current immutable object by setting an optional value for theownerSidattribute.final WindowsProcessExtensionWindowsProcessExtension.withPriority(String value) Copy the current immutable object by setting a present value for the optionalpriorityattribute.final WindowsProcessExtensionWindowsProcessExtension.withPriority(Optional<String> optional) Copy the current immutable object by setting an optional value for thepriorityattribute.final WindowsProcessExtensionWindowsProcessExtension.withStartupInfo(Map<String, ? extends String> entries) Copy the current immutable object by replacing thestartupInfomap with the specified map.final WindowsProcessExtensionCopy the current immutable object by setting a value for thetypeattribute.final WindowsProcessExtensionWindowsProcessExtension.withWindowTitle(String value) Copy the current immutable object by setting a present value for the optionalwindowTitleattribute.final WindowsProcessExtensionWindowsProcessExtension.withWindowTitle(Optional<String> optional) Copy the current immutable object by setting an optional value for thewindowTitleattribute.