|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objecteteg.sinon.core.SecurityConfiguration
public class SecurityConfiguration
Class that represents security configuration (login, password) in Sinon..
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 |
---|
public SecurityConfiguration()
Method Detail |
---|
public java.lang.String getId()
id
property.
String
.public void setId(java.lang.String id)
id
property.
id
- the new id
value.public java.lang.String getLogin()
login
property.
String
.public void setLogin(java.lang.String login)
login
property.
login
- the new login
value.public java.lang.String getPassword()
password
property.
String
.public void setPassword(java.lang.String password)
password
property.
password
- the new password
value.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |