Uses of Interface
com.teamdev.jxbrowser.password.PasswordRecord
Packages that use PasswordRecord
-
Uses of PasswordRecord in com.teamdev.jxbrowser.password
Methods in com.teamdev.jxbrowser.password that return PasswordRecordModifier and TypeMethodDescriptionPasswordRecord.Builder.build()Returns a newPasswordRecordinstance built from the current state of this builder.Methods in com.teamdev.jxbrowser.password that return types with arguments of type PasswordRecordModifier and TypeMethodDescriptionPasswordStore.all()Returns all saved and blacklisted (marked as "never-saved") records from the password store.PasswordStore.allNeverSaved()Returns only blacklisted (marked as "never-saved") records from the password store.PasswordStore.allSaved()Returns only saved records from the password store.Methods in com.teamdev.jxbrowser.password with parameters of type PasswordRecordModifier and TypeMethodDescriptionPasswordStore.add(PasswordRecord passwordRecord) Adds a new record to the password store.