org.skunk.dav.client
Class DAVAuthenticator

java.lang.Object
  |
  +--java.net.Authenticator
        |
        +--org.skunk.dav.client.DAVAuthenticator
Direct Known Subclasses:
DAVAuthenticatorImpl

public abstract class DAVAuthenticator
extends java.net.Authenticator

a trivial subclass of Authenticator which grants access to its PasswordAuthentication member


Constructor Summary
DAVAuthenticator()
           
 
Method Summary
 java.net.PasswordAuthentication getPA()
          returns the PasswordAuthentication member of this Authenticator
abstract  void reset()
           
 
Methods inherited from class java.net.Authenticator
getPasswordAuthentication, 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

DAVAuthenticator

public DAVAuthenticator()
Method Detail

getPA

public final java.net.PasswordAuthentication getPA()
returns the PasswordAuthentication member of this Authenticator
Returns:
the Authenticator's PasswordAuthentication member

reset

public abstract void reset()