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 TypeMethodDescriptionintpreviousFailureCount(int[] result) intproposedCredential(int[] result) intprotectionSpace(int[] result) intsender(int[] sender) Methods inherited from class 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)
-