removeByUrl

public abstract void removeByUrl(String url)

Removes records associated with this url from the password store.

The removal is performed by the URL's origin (scheme, host, and port). All records matching that origin are removed, including both saved and blacklisted.

Throws

when the profile is deleted or its engine is closed

when url is empty, blank, has invalid syntax, or does not specify an HTTP(S) origin (scheme, host, and optional port)