com.liferay.util.axis
Class SimpleAuthenticator

java.lang.Object
  extended byjava.net.Authenticator
      extended bycom.liferay.util.axis.SimpleAuthenticator

public class SimpleAuthenticator
extends java.net.Authenticator

View Source

Author:
Brian Wing Shun Chan

Constructor Summary
SimpleAuthenticator(java.lang.String userName, java.lang.String password)
           
 
Method Summary
protected  java.net.PasswordAuthentication getPasswordAuthentication()
           
 
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

SimpleAuthenticator

public SimpleAuthenticator(java.lang.String userName,
                           java.lang.String password)
Method Detail

getPasswordAuthentication

protected java.net.PasswordAuthentication getPasswordAuthentication()