Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

Uses of Class
java.net.PasswordAuthentication

Uses of PasswordAuthentication in java.net
 

Methods in java.net that return PasswordAuthentication
static PasswordAuthentication Authenticator.requestPasswordAuthentication(InetAddress addr, int port, java.lang.String protocol, java.lang.String prompt, java.lang.String scheme)
          This method is called whenever a username and password for a given network operation is required.
static PasswordAuthentication Authenticator.requestPasswordAuthentication(java.lang.String host, InetAddress addr, int port, java.lang.String protocol, java.lang.String prompt, java.lang.String scheme)
          This method is called whenever a username and password for a given network operation is required.
protected  PasswordAuthentication Authenticator.getPasswordAuthentication()
          This method is called whenever a request for authentication is made.