eteg.sinon.core
Class SecurityConfiguration

java.lang.Object
  extended by eteg.sinon.core.SecurityConfiguration

public class SecurityConfiguration
extends java.lang.Object

Class that represents security configuration (login, password) in Sinon..

Version:
$Revision: 1.2 $
Author:
Thiago H. de Paula Figueiredo, Last modified by $Author: thiagohp $

Constructor Summary
SecurityConfiguration()
          Constructor without parameters.
 
Method Summary
 java.lang.String getId()
          Returns the value of the id property.
 java.lang.String getLogin()
          Returns the value of the login property.
 java.lang.String getPassword()
          Returns the value of the password property.
 void setId(java.lang.String id)
          Sets the value of the id property.
 void setLogin(java.lang.String login)
          Sets the value of the login property.
 void setPassword(java.lang.String password)
          Sets the value of the password property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SecurityConfiguration

public SecurityConfiguration()
Constructor without parameters.

Method Detail

getId

public java.lang.String getId()
Returns the value of the id property.

Returns:
a String.

setId

public void setId(java.lang.String id)
Sets the value of the id property.

Parameters:
id - the new id value.

getLogin

public java.lang.String getLogin()
Returns the value of the login property.

Returns:
a String.

setLogin

public void setLogin(java.lang.String login)
Sets the value of the login property.

Parameters:
login - the new login value.

getPassword

public java.lang.String getPassword()
Returns the value of the password property.

Returns:
a String.

setPassword

public void setPassword(java.lang.String password)
Sets the value of the password property.

Parameters:
password - the new password value.


Copyright © 2004-2005 ETEG Internet Ltda.. All Rights Reserved.