org.apache.batik.apps.svgbrowser
public class JAuthenticator extends Authenticator
Field Summary | |
---|---|
protected JButton | cancelButton |
protected JPasswordField | JPassword |
protected JTextField | JUserID |
protected JLabel | label1 |
protected JLabel | label2 |
static String | LABEL_CANCEL |
static String | LABEL_OK |
static String | LABEL_PASSWORD |
static String | LABEL_REQ |
static String | LABEL_SITE |
static String | LABEL_USERID |
protected JButton | okButton |
static String | TITLE
Internationalization message string |
protected JDialog | window |
Constructor Summary | |
---|---|
JAuthenticator() |
Method Summary | |
---|---|
protected JComponent | buildAuthPanel() |
protected JComponent | buildButtonPanel() |
PasswordAuthentication | getPasswordAuthentication()
This is called by the protocol stack when authentication is
required. |
protected void | initWindow() |