org.opennms.poller.remote
Class AuthenticationBean

java.lang.Object
  extended by org.opennms.poller.remote.AuthenticationBean

public class AuthenticationBean
extends Object

AuthenticationBean class.

Version:
$Id: $
Author:
ranger

Constructor Summary
AuthenticationBean()
           
 
Method Summary
 String getPassword()
          getPassword
 String getUsername()
          getUsername
 void setPassword(String password)
          setPassword
 void setUsername(String username)
          setUsername
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AuthenticationBean

public AuthenticationBean()
Method Detail

setUsername

public void setUsername(String username)

setUsername

Parameters:
username - a String object.

getUsername

public String getUsername()

getUsername

Returns:
a String object.

setPassword

public void setPassword(String password)

setPassword

Parameters:
password - a String object.

getPassword

public String getPassword()

getPassword

Returns:
a String object.


Copyright © 2011. All Rights Reserved.