| com.microstrategy.web.objects.admin.users.WebRDBMSLoginInfo |
This interface represents the RDBMS authentication settings which can be set on a user. This interface
is obtained from the WebUser interface, and can be used to read and write those
settings related to RDBMS authentication on a user object.
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| abstract String |
getRDBMSLogin()
Returns the RDBMS login associated with the user.
| ||||||||||
| abstract void |
setRDBMSLogin(String login)
Sets the RDBMS login associated with the user.
| ||||||||||
| abstract void |
setRDBMSPassword(String password)
Sets the RDBMS password associated with the user.
| ||||||||||
Returns the RDBMS login associated with the user.
Sets the RDBMS login associated with the user.
| login | The RDBMS login to associate with the user. |
|---|
Sets the RDBMS password associated with the user.
| password | the RDBMS password to associate with the user. |
|---|