org.skunk.dav.client.gui
Class DAVAuthenticatorImpl

java.lang.Object
  |
  +--java.net.Authenticator
        |
        +--org.skunk.dav.client.DAVAuthenticator
              |
              +--org.skunk.dav.client.gui.DAVAuthenticatorImpl

public class DAVAuthenticatorImpl
extends DAVAuthenticator


Constructor Summary
DAVAuthenticatorImpl()
           
DAVAuthenticatorImpl(ServerData sd)
           
DAVAuthenticatorImpl(java.lang.String host, int port, java.lang.String initialPath)
           
 
Method Summary
protected  java.lang.String getLoginMessage()
           
protected  java.net.PasswordAuthentication getPasswordAuthentication()
           
 void reset()
           
 
Methods inherited from class org.skunk.dav.client.DAVAuthenticator
getPA
 
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
 

Constructor Detail

DAVAuthenticatorImpl

public DAVAuthenticatorImpl()

DAVAuthenticatorImpl

public DAVAuthenticatorImpl(java.lang.String host,
                            int port,
                            java.lang.String initialPath)

DAVAuthenticatorImpl

public DAVAuthenticatorImpl(ServerData sd)
Method Detail

reset

public void reset()
Overrides:
reset in class DAVAuthenticator

getPasswordAuthentication

protected java.net.PasswordAuthentication getPasswordAuthentication()
Overrides:
getPasswordAuthentication in class java.net.Authenticator

getLoginMessage

protected java.lang.String getLoginMessage()