| Java API | ||
|
javax.security.auth.login.LoginContext search codefetch The LoginContext class describes the basic methods used to authenticate Subjects and provides a way to develop an application...
javax.security.auth.login.AppConfigurationEntry search codefetch This class represents a single LoginModule entry configured for the application specified in the getAppConfigurationEntry(Str...
javax.security.auth.login.Configuration search codefetch This is an abstract class for representing the configuration of LoginModules under an application.
| ||
|
java.security.AuthProvider.login search codefetch
javax.swing.SwingUtilities.convertPointFromScreen search codefetch
javax.swing.SwingUtilities.convertPointToScreen search codefetch
java.awt.Robot.createScreenCapture search codefetch
Creates an image containing pixels read from the screen.
javax.swing.JDialog.dialogInit search codefetch
Called by the constructors to init the JDialog properly.
| ||
| Most relevant API matches shown. View All. | ||
| ||
PJUI/com/marinilli/b1/c8/cakes/test/delivery/content/DeliveryPanel0TTGTest.java (81 lines) 65 66 // 12: finder.setName( "PasswordTextField" ); 67 // 13: JTextField passwordField = ( JTextField ) finder.find( loginScreen, 0 ); 68 // 14: assertNotNull( "Could not find the passwordField", passwordField ); 69 // 15: assertEquals( "Password field is empty", "", passwordField.getText( ) ); 70 // 71 // 16: getHelper().enterClickAndLeave( new MouseEventData( this, enterButton ) ); 72 // 17: DialogFinder dFinder = new DialogFinder( loginScreen ); 73 // 18: showingDialogs = dFinder.findAll(); 74 // 19: assertEquals( "Number of dialogs showing is wrong", 1, showingDialogs.size( ) );Additional matches viewable in cache of PJUI/com/marinilli/b1/c8/cakes/test/delivery/content/DeliveryPanel0TTGTest.java. | ||
| ||
ch12-WebServices/src/java/com/oreilly/jent/people/servlet/LoginFilter.java (129 lines) 38 39 public class LoginFilter implements Filter { 40 // Some constants used for session variables and request parametersAdditional matches viewable in cache of ch12-WebServices/src/java/com/oreilly/jent/people/servlet/LoginFilter.java. ch18-JUnitCactus/src/java/com/oreilly/jent/people/servlet/LoginFilter.java (129 lines) 38 39 public class LoginFilter implements Filter { 40 // Some constants used for session variables and request parametersAdditional matches viewable in cache of ch18-JUnitCactus/src/java/com/oreilly/jent/people/servlet/LoginFilter.java. | ||
| ||
gui/cardlayout/CardLayDemo.java (139 lines) 2 3 /* CardLayout Demo: Login Applet */ 4Additional matches viewable in cache of gui/cardlayout/CardLayDemo.java. network/chat/ChatRoom.java (223 lines) 46 protected TextArea ta; 47 /** The Login button */ 48 protected Button lib;Additional matches viewable in cache of network/chat/ChatRoom.java. | ||