TWE 2.4-1 API

org.enhydra.jawe.components.wfxml
Class WfXMLAuthenticator

java.lang.Object
  extended byjava.net.Authenticator
      extended byorg.enhydra.jawe.components.wfxml.WfXMLAuthenticator

public class WfXMLAuthenticator
extends java.net.Authenticator

WfXMLAuthenticator

Version:
0.1
Author:
V.Puskas

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
           
 
Fields inherited from class java.net.Authenticator
 
Constructor Summary
WfXMLAuthenticator(java.awt.Window w)
           
 
Method Summary
protected  java.net.PasswordAuthentication getPasswordAuthentication()
           
 
Methods inherited from class java.net.Authenticator
getRequestingHost, getRequestingPort, getRequestingPrompt, getRequestingProtocol, getRequestingScheme, getRequestingSite, requestPasswordAuthentication, requestPasswordAuthentication, setDefault
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

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
Constructor Detail

WfXMLAuthenticator

public WfXMLAuthenticator(java.awt.Window w)
Parameters:
w -
Method Detail

getPasswordAuthentication

protected java.net.PasswordAuthentication getPasswordAuthentication()

TWE 2.4-1 API