Uses of Class
org.jdesktop.swingx.auth.PasswordStore
Packages that use PasswordStore
Package
Description
Contains extensions to the Swing GUI toolkit, including new and enhanced
components that provide functionality commonly required by rich,
data-centric client applications.
-
Uses of PasswordStore in org.jdesktop.swingx
Subclasses of PasswordStore in org.jdesktop.swingxModifier and TypeClassDescriptionprivate static final class
Simple PasswordStore that does not remember passwordsFields in org.jdesktop.swingx declared as PasswordStoreModifier and TypeFieldDescriptionprivate PasswordStore
JXLoginPane.passwordStore
Optional: a PasswordStore to use for storing and retrieving passwords for a specific user.Methods in org.jdesktop.swingx that return PasswordStoreModifier and TypeMethodDescriptionJXLoginPane.getPasswordStore()
Gets the PasswordStore for this panel.Methods in org.jdesktop.swingx with parameters of type PasswordStoreModifier and TypeMethodDescriptionvoid
JXLoginPane.setPasswordStore
(PasswordStore store) Sets the PasswordStore for this panel.static JXLoginPane.Status
JXLoginPane.showLoginDialog
(Component parent, LoginService svc, PasswordStore ps, UserNameStore us) Shows a login dialog.static JXLoginPane.Status
JXLoginPane.showLoginDialog
(Component parent, LoginService svc, PasswordStore ps, UserNameStore us, List<String> servers) Shows a login dialog.static JXLoginPane.JXLoginFrame
JXLoginPane.showLoginFrame
(LoginService svc, PasswordStore ps, UserNameStore us) static JXLoginPane.JXLoginFrame
JXLoginPane.showLoginFrame
(LoginService svc, PasswordStore ps, UserNameStore us, List<String> servers) Constructors in org.jdesktop.swingx with parameters of type PasswordStoreModifierConstructorDescriptionJXLoginPane
(LoginService service, PasswordStore passwordStore, UserNameStore userStore) Create aJXLoginPane
with the specifiedLoginService
,PasswordStore
, andUserNameStore
, but without a server list.JXLoginPane
(LoginService service, PasswordStore passwordStore, UserNameStore userStore, List<String> servers) Create aJXLoginPane
with the specifiedLoginService
,PasswordStore
,UserNameStore
, and server list.