Package org.eclipse.swt.internal.webkit
Class IWebURLAuthenticationChallengeSender
java.lang.Object
org.eclipse.swt.internal.ole.win32.IUnknown
org.eclipse.swt.internal.webkit.IWebURLAuthenticationChallengeSender
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionint
cancelAuthenticationChallenge
(int challenge) int
useCredential
(int credential, int challenge) Methods inherited from class org.eclipse.swt.internal.ole.win32.IUnknown
AddRef, getAddress, QueryInterface, Release
-
Constructor Details
-
IWebURLAuthenticationChallengeSender
public IWebURLAuthenticationChallengeSender(int address)
-
-
Method Details
-
cancelAuthenticationChallenge
public int cancelAuthenticationChallenge(int challenge) -
useCredential
public int useCredential(int credential, int challenge)
-