Together Workflow Editor 3.0-1 API

org.enhydra.jawe.components.wfxml
Class WfXMLAuthenticator

java.lang.Object
  extended by java.net.Authenticator
      extended by org.enhydra.jawe.components.wfxml.WfXMLAuthenticator

public class WfXMLAuthenticator
extends java.net.Authenticator

WfXMLAuthenticator

Version:
0.1
Author:
V.Puskas

Nested Class Summary
 
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
           
 
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, getRequestingURL, getRequestorType, requestPasswordAuthentication, 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()
Overrides:
getPasswordAuthentication in class java.net.Authenticator

Together Workflow Editor 3.0-1 API