|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.adobe.livecycle.connectorforibmcm.dsc.client.LoginSettings
public class LoginSettings
| Constructor Summary | |
|---|---|
LoginSettings()
|
|
LoginSettings(java.lang.String dataStoreName,
java.lang.String userName,
java.lang.String secureIdentifier,
java.lang.String connString)
Settings used to connect with IBM CM. |
|
| Method Summary | |
|---|---|
java.lang.String |
getConnectionString()
Retrieves the connection string. |
java.lang.String |
getDataStoreName()
Retrieves the name of the IBM CM datastore. |
LoginMode |
getLoginMode()
Retrieves the login mode required to set up a connection with IBM CM. |
java.lang.String |
getPassword()
Retrieves the password required to set up a connection with IBM CM. |
java.lang.String |
getUserName()
Retrieves the name of the user setting up the connection. |
void |
setConnectionString(java.lang.String connectionString)
Sets the connection string required to connect with IBM CM. |
void |
setDataStoreName(java.lang.String dataStoreName)
Sets the name of the datastore. |
void |
setLoginMode(LoginMode loginMode)
Sets the login mode required to set up a connection with IBM CM. |
void |
setPassword(java.lang.String secureIdentifier)
Sets the password for the user connecting with IBM CM. |
void |
setUserName(java.lang.String userName)
Sets the user name for the user connecting with IBM CM |
java.lang.String |
toString()
|
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public LoginSettings(java.lang.String dataStoreName,
java.lang.String userName,
java.lang.String secureIdentifier,
java.lang.String connString)
dataStoreName - Name of IBM CM datastoreuserName - Name of the user who requires access to IBM CMsecureIdentifier - Password required to to loginconnString - connection string aliaspublic LoginSettings()
| Method Detail |
|---|
public java.lang.String getConnectionString()
public java.lang.String getDataStoreName()
public LoginMode getLoginMode()
public java.lang.String getPassword()
public java.lang.String getUserName()
public void setConnectionString(java.lang.String connectionString)
connectionString - String that contains all details required to set up a connection.public void setDataStoreName(java.lang.String dataStoreName)
dataStoreName - Name of the datastore that the user wants to connect with.public void setLoginMode(LoginMode loginMode)
loginMode - Login mode required to connect.public void setPassword(java.lang.String secureIdentifier)
secureIdentifier - Password credential required for the user to connect.public void setUserName(java.lang.String userName)
userName - Name of the user who wants to connect.public java.lang.String toString()
toString in class java.lang.Object
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||