Uses of Enum
com.winnovative_software.ImpersonationLogonMode
-
Uses of ImpersonationLogonMode in com.winnovative_software
Methods in com.winnovative_software that return ImpersonationLogonModeModifier and TypeMethodDescriptionImpersonationOptions.logonMode()
Gets the logon mode of the user before navigation.static ImpersonationLogonMode
Returns the enum constant of this type with the specified name.static ImpersonationLogonMode[]
ImpersonationLogonMode.values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.winnovative_software with parameters of type ImpersonationLogonModeModifier and TypeMethodDescriptionvoid
ImpersonationOptions.setLogonMode
(ImpersonationLogonMode logonMode) Sets the logon mode of the user before navigation.