com.softwareag.ino.sxs
Class SxsPasswordAuthentication

java.lang.Object
  extended by com.softwareag.ino.sxs.SxsPasswordAuthentication

public class SxsPasswordAuthentication
extends java.lang.Object

Get a Java PasswordAuthentication Was added for SxsGetPasswordAuthentication


Constructor Summary
SxsPasswordAuthentication()
          Initialize the authenication token to null
 
Method Summary
 java.net.PasswordAuthentication getPasswordAuthenication()
          Get the password authentication object.
 void setCredentials(java.lang.String userId, java.lang.String password)
          Set the userid and password
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SxsPasswordAuthentication

public SxsPasswordAuthentication()
Initialize the authenication token to null

Method Detail

getPasswordAuthenication

public java.net.PasswordAuthentication getPasswordAuthenication()
Get the password authentication object.

Returns:
m_password authentication object

setCredentials

public void setCredentials(java.lang.String userId,
                           java.lang.String password)
Set the userid and password

Parameters:
userId - user Id
password - password