Uses of Class
org.jdesktop.swingx.auth.LoginService
Packages that use LoginService
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.
Contains classes and interfaces used by the
JXLoginPane component.-
Uses of LoginService in org.jdesktop.swingx
Subclasses of LoginService in org.jdesktop.swingxModifier and TypeClassDescriptionprivate static final classSimple login service that allows everybody to login.Fields in org.jdesktop.swingx declared as LoginServiceModifier and TypeFieldDescriptionprivate LoginServiceJXLoginPane.loginServiceThe LoginService to use.Methods in org.jdesktop.swingx that return LoginServiceModifier and TypeMethodDescriptionJXLoginPane.getLoginService()Gets the LoginService for this panel.Methods in org.jdesktop.swingx with parameters of type LoginServiceModifier and TypeMethodDescriptionvoidJXLoginPane.setLoginService(LoginService service) Sets theLoginServicefor this panel.static JXLoginPane.StatusJXLoginPane.showLoginDialog(Component parent, LoginService svc) Shows a login dialog.static JXLoginPane.StatusJXLoginPane.showLoginDialog(Component parent, LoginService svc, PasswordStore ps, UserNameStore us) Shows a login dialog.static JXLoginPane.StatusJXLoginPane.showLoginDialog(Component parent, LoginService svc, PasswordStore ps, UserNameStore us, List<String> servers) Shows a login dialog.static JXLoginPane.JXLoginFrameJXLoginPane.showLoginFrame(LoginService svc) Shows a login frame.static JXLoginPane.JXLoginFrameJXLoginPane.showLoginFrame(LoginService svc, PasswordStore ps, UserNameStore us) static JXLoginPane.JXLoginFrameJXLoginPane.showLoginFrame(LoginService svc, PasswordStore ps, UserNameStore us, List<String> servers) Constructors in org.jdesktop.swingx with parameters of type LoginServiceModifierConstructorDescriptionJXLoginPane(LoginService service) Create aJXLoginPanewith the specifiedLoginServicethat does not store user ids or passwords and has no target servers.JXLoginPane(LoginService service, PasswordStore passwordStore, UserNameStore userStore) Create aJXLoginPanewith the specifiedLoginService,PasswordStore, andUserNameStore, but without a server list.JXLoginPane(LoginService service, PasswordStore passwordStore, UserNameStore userStore, List<String> servers) Create aJXLoginPanewith the specifiedLoginService,PasswordStore,UserNameStore, and server list. -
Uses of LoginService in org.jdesktop.swingx.auth
Subclasses of LoginService in org.jdesktop.swingx.authModifier and TypeClassDescriptionclassJAASLoginService implements a LoginService that uses JAAS for authentication.classA login service for connecting to SQL based databases via JDBCfinal classAn implementation of LoginService that simply matches the username/password against a list of known users and their passwords.