Class SavePasswordCallback.Action
java.lang.Object
com.teamdev.jxbrowser.callback.AsyncCallbackAction<com.teamdev.jxbrowser.password.internal.rpc.SavePassword.Response>
com.teamdev.jxbrowser.browser.callback.SavePasswordCallback.Action
- Enclosing interface:
- SavePasswordCallback
public static final class SavePasswordCallback.Action
extends AsyncCallbackAction<com.teamdev.jxbrowser.password.internal.rpc.SavePassword.Response>
An action providing a response to the
SavePasswordCallback
.-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
ignore()
Tells the browser to ignore credentials saving.void
Tells the browser that password forms on this URL should be blacklisted (marked as "never-saved") andSavePasswordCallback
should not be invoked in the future.void
save()
Tells the browser to save credentials in the store.Methods inherited from class com.teamdev.jxbrowser.callback.AsyncCallbackAction
isClosed
-
Constructor Details
-
Action
-
-
Method Details
-
save
public void save()Tells the browser to save credentials in the store. -
neverSave
public void neverSave()Tells the browser that password forms on this URL should be blacklisted (marked as "never-saved") andSavePasswordCallback
should not be invoked in the future. -
ignore
public void ignore()Tells the browser to ignore credentials saving.- Since:
- 7.24.1
-