com.latencybusters.lbm
Class LBMAuthUserInfo

java.lang.Object
  extended by com.latencybusters.lbm.LBMAuthUserInfo

public class LBMAuthUserInfo
extends java.lang.Object

Class containing the user information (username and password) for authentication purposes.


Constructor Summary
LBMAuthUserInfo(java.lang.String username, java.lang.String password)
           
 
Method Summary
 java.lang.String password()
          Returns the password.
 void setPassword(java.lang.String password)
          Sets password.
 void setUsername(java.lang.String username)
          Sets username.
 java.lang.String username()
          Returns the user name.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

LBMAuthUserInfo

public LBMAuthUserInfo(java.lang.String username,
                       java.lang.String password)
Method Detail

username

public java.lang.String username()
Returns the user name.

Returns:
Username.

password

public java.lang.String password()
Returns the password.

Returns:
Password.

setUsername

public void setUsername(java.lang.String username)
Sets username.

Parameters:
Username - to set.

setPassword

public void setPassword(java.lang.String password)
Sets password.

Parameters:
Password - to set.


All of the documentation and software included in this and any other Informatica Inc "Ultra Messaging" Release is Copyright (C) 2004-2014, Informatica Corporation. All rights reserved. Redistribution and use in source and binary forms, with or without modification, are permitted only as covered by the terms of a valid software license agreement with 29West Inc. Copyright © 2004-2014, Informatica, Inc. All Rights Reserved.