public static final class SavePasswordCallback.Action extends AsyncCallbackAction<com.teamdev.jxbrowser.password.internal.rpc.SavePassword.Response>
SavePasswordCallback
.Constructor and Description |
---|
Action(java.util.function.Consumer<com.teamdev.jxbrowser.password.internal.rpc.SavePassword.Response> consumer) |
Modifier and Type | Method and Description |
---|---|
void |
ignore()
Tells the browser to ignore credentials saving.
|
void |
neverSave()
Tells the browser that password forms on this URL should be
blacklisted (marked as "never-saved") and
SavePasswordCallback should not be
invoked in the future. |
void |
save()
Tells the browser to save credentials in the store.
|
isClosed
public Action(java.util.function.Consumer<com.teamdev.jxbrowser.password.internal.rpc.SavePassword.Response> consumer)
public void save()
public void neverSave()
SavePasswordCallback
should not be
invoked in the future.public void ignore()