Package org.eclipse.swt.internal.webkit
Class IWebURLAuthenticationChallenge
java.lang.Object
org.eclipse.swt.internal.ole.win32.IUnknown
org.eclipse.swt.internal.webkit.IWebURLAuthenticationChallenge
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionint
previousFailureCount
(int[] result) int
proposedCredential
(int[] result) int
protectionSpace
(int[] result) int
sender
(int[] sender) Methods inherited from class org.eclipse.swt.internal.ole.win32.IUnknown
AddRef, getAddress, QueryInterface, Release
-
Constructor Details
-
IWebURLAuthenticationChallenge
public IWebURLAuthenticationChallenge(int address)
-
-
Method Details
-
previousFailureCount
public int previousFailureCount(int[] result) -
proposedCredential
public int proposedCredential(int[] result) -
protectionSpace
public int protectionSpace(int[] result) -
sender
public int sender(int[] sender)
-