de.guibuilder.adapter
Class DummyAuthenticator

java.lang.Object
  |
  +--java.net.Authenticator
        |
        +--de.guibuilder.adapter.DummyAuthenticator

public final class DummyAuthenticator
extends java.net.Authenticator

Dummy Authenticator mit dem User "gast" und Password "gast"


Constructor Summary
DummyAuthenticator()
           
 
Method Summary
 java.net.PasswordAuthentication getPasswordAuthentication()
          "gast", "gast"
 
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
 

Constructor Detail

DummyAuthenticator

public DummyAuthenticator()
Method Detail

getPasswordAuthentication

public java.net.PasswordAuthentication getPasswordAuthentication()
"gast", "gast"

Overrides:
getPasswordAuthentication in class java.net.Authenticator