Package | Description |
---|---|
com.teamdev.jxbrowser.password |
Modifier and Type | Method and Description |
---|---|
java.util.List<PasswordRecord> |
PasswordStore.all()
Returns all saved and blacklisted (marked as "never-saved")
records from the password store.
|
java.util.List<PasswordRecord> |
PasswordStore.allNeverSaved()
Returns only blacklisted (marked as "never-saved") records
from the password store.
|
java.util.List<PasswordRecord> |
PasswordStore.allSaved()
Returns only saved records from the password store.
|