| java.lang.Object java.net.Authenticator org.skunk.dav.client.DAVAuthenticator
All known Subclasses: org.skunk.dav.client.gui.DAVAuthenticatorImpl,
DAVAuthenticator | abstract public class DAVAuthenticator extends Authenticator (Code) | | a trivial subclass of Authenticator which grants access to its PasswordAuthentication member
|
getPA | final public PasswordAuthentication getPA()(Code) | | returns the PasswordAuthentication member of this Authenticator
the Authenticator's PasswordAuthentication member |
reset | abstract public void reset()(Code) | | |
Methods inherited from java.net.Authenticator | protected PasswordAuthentication getPasswordAuthentication()(Code)(Java Doc) final protected String getRequestingHost()(Code)(Java Doc) final protected int getRequestingPort()(Code)(Java Doc) final protected String getRequestingPrompt()(Code)(Java Doc) final protected String getRequestingProtocol()(Code)(Java Doc) final protected String getRequestingScheme()(Code)(Java Doc) final protected InetAddress getRequestingSite()(Code)(Java Doc) protected URL getRequestingURL()(Code)(Java Doc) protected RequestorType getRequestorType()(Code)(Java Doc) public static PasswordAuthentication requestPasswordAuthentication(InetAddress addr, int port, String protocol, String prompt, String scheme)(Code)(Java Doc) public static PasswordAuthentication requestPasswordAuthentication(String host, InetAddress addr, int port, String protocol, String prompt, String scheme)(Code)(Java Doc) public static PasswordAuthentication requestPasswordAuthentication(String host, InetAddress addr, int port, String protocol, String prompt, String scheme, URL url, RequestorType reqType)(Code)(Java Doc) public static synchronized void setDefault(Authenticator a)(Code)(Java Doc)
|
|
|