org.enhydra.jawe.components.wfxml
Class WfXMLAuthenticator
java.lang.Object
java.net.Authenticator
org.enhydra.jawe.components.wfxml.WfXMLAuthenticator
public class WfXMLAuthenticator
- extends java.net.Authenticator
WfXMLAuthenticator
- Version:
- 0.1
- Author:
- V.Puskas
Nested classes/interfaces inherited from class java.net.Authenticator |
java.net.Authenticator.RequestorType |
Field Summary |
private javax.swing.JLabel |
jl
|
private javax.swing.JPanel |
jp
|
private javax.swing.JTextField |
jpf
|
private javax.swing.JTextField |
jtf
|
private java.awt.Window |
parent
|
Methods inherited from class java.net.Authenticator |
getRequestingHost, getRequestingPort, getRequestingPrompt, getRequestingProtocol, getRequestingScheme, getRequestingSite, getRequestingURL, getRequestorType, requestPasswordAuthentication, requestPasswordAuthentication, requestPasswordAuthentication, setDefault |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
parent
private java.awt.Window parent
jtf
private javax.swing.JTextField jtf
jpf
private javax.swing.JTextField jpf
jp
private javax.swing.JPanel jp
jl
private javax.swing.JLabel jl
WfXMLAuthenticator
public WfXMLAuthenticator(java.awt.Window w)
- Parameters:
w
-
getPasswordAuthentication
protected java.net.PasswordAuthentication getPasswordAuthentication()
- Overrides:
getPasswordAuthentication
in class java.net.Authenticator