org.apache.batik.apps.svgbrowser
Class JAuthenticator
java.lang.Object
|
+--java.net.Authenticator
|
+--org.apache.batik.apps.svgbrowser.JAuthenticator
- public class JAuthenticator
- extends java.net.Authenticator
This class is resposible for providing authentication information
when needed by network protocols. It does this by poping up a small
window that asks for User ID and password for the system.
Methods inherited from class java.net.Authenticator |
getRequestingPort, getRequestingPrompt, getRequestingProtocol, getRequestingScheme, getRequestingSite, requestPasswordAuthentication, setDefault |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
TITLE
public static final java.lang.String TITLE
- Internationalization message string
LABEL_SITE
public static final java.lang.String LABEL_SITE
LABEL_REQ
public static final java.lang.String LABEL_REQ
LABEL_USERID
public static final java.lang.String LABEL_USERID
LABEL_PASSWORD
public static final java.lang.String LABEL_PASSWORD
LABEL_CANCEL
public static final java.lang.String LABEL_CANCEL
LABEL_OK
public static final java.lang.String LABEL_OK
window
protected javax.swing.JDialog window
cancelButton
protected javax.swing.JButton cancelButton
okButton
protected javax.swing.JButton okButton
label1
protected javax.swing.JLabel label1
label2
protected javax.swing.JLabel label2
JUserID
protected javax.swing.JTextField JUserID
JPassword
protected javax.swing.JPasswordField JPassword
JAuthenticator
public JAuthenticator()
initWindow
protected void initWindow()
buildAuthPanel
protected javax.swing.JComponent buildAuthPanel()
buildButtonPanel
protected javax.swing.JComponent buildButtonPanel()
getPasswordAuthentication
public java.net.PasswordAuthentication getPasswordAuthentication()
- This is called by the protocol stack when authentication is
required. We then show the dialog in the Swing event thread,
and block waiting for the user to select either cancel or ok,
at which point we get notified.
- Overrides:
getPasswordAuthentication
in class java.net.Authenticator
Copyright © 2002 Apache Software Foundation. All Rights Reserved.