public interface

WebRDBMSLoginInfo

com.microstrategy.web.objects.admin.users.WebRDBMSLoginInfo

Class Overview

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.

Summary

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.

Public Methods

public abstract String getRDBMSLogin ()

Returns the RDBMS login associated with the user.

Returns
  • The RDBMS login associated with the user.

public abstract void setRDBMSLogin (String login)

Sets the RDBMS login associated with the user.

Parameters
login The RDBMS login to associate with the user.

public abstract void setRDBMSPassword (String password)

Sets the RDBMS password associated with the user.

Parameters
password the RDBMS password to associate with the user.