public class XWalkHttpAuthHandler
extends java.lang.Object
implements org.xwalk.core.XWalkHttpAuth
| Constructor and Description |
|---|
XWalkHttpAuthHandler(java.lang.Object bridge) |
| Modifier and Type | Method and Description |
|---|---|
void |
cancel() |
protected java.lang.Object |
getBridge() |
boolean |
isFirstAttempt() |
void |
proceed(java.lang.String username,
java.lang.String password) |
protected java.lang.Object getBridge()
public void proceed(java.lang.String username,
java.lang.String password)
proceed in interface org.xwalk.core.XWalkHttpAuthpublic void cancel()
cancel in interface org.xwalk.core.XWalkHttpAuthpublic boolean isFirstAttempt()
isFirstAttempt in interface org.xwalk.core.XWalkHttpAuth