com.adobe.livecycle.connectorforibmcm.dsc.client
Class LoginSettings

java.lang.Object
  extended by com.adobe.livecycle.connectorforibmcm.dsc.client.LoginSettings
All Implemented Interfaces:
java.io.Serializable

public class LoginSettings
extends java.lang.Object
implements java.io.Serializable

See Also:
Serialized Form

Constructor Summary
LoginSettings()
           
LoginSettings(java.lang.String dataStoreName, java.lang.String userName, java.lang.String password, 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 password)
          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

LoginSettings

public LoginSettings(java.lang.String dataStoreName,
                     java.lang.String userName,
                     java.lang.String password,
                     java.lang.String connString)
Settings used to connect with IBM CM.

Parameters:
dataStoreName - Name of IBM CM datastore
userName - Name of the user who requires access to IBM CM
password - Password required to to login
connString - connection string alias

LoginSettings

public LoginSettings()
Method Detail

getConnectionString

public java.lang.String getConnectionString()
Retrieves the connection string.

Returns:
Connection string required to connect with IBM CM.

getDataStoreName

public java.lang.String getDataStoreName()
Retrieves the name of the IBM CM datastore.

Returns:
Name of the datastore to connect with.

getLoginMode

public LoginMode getLoginMode()
Retrieves the login mode required to set up a connection with IBM CM.

Returns:
Login mode required to connect.

getPassword

public java.lang.String getPassword()
Retrieves the password required to set up a connection with IBM CM.

Returns:
Password of the user.

getUserName

public java.lang.String getUserName()
Retrieves the name of the user setting up the connection.

Returns:
userName User name connecting with IBM CM.

setConnectionString

public void setConnectionString(java.lang.String connectionString)
Sets the connection string required to connect with IBM CM.

Parameters:
connectionString - String that contains all details required to set up a connection.

setDataStoreName

public void setDataStoreName(java.lang.String dataStoreName)
Sets the name of the datastore.

Parameters:
dataStoreName - Name of the datastore that the user wants to connect with.

setLoginMode

public void setLoginMode(LoginMode loginMode)
Sets the login mode required to set up a connection with IBM CM.

Parameters:
loginMode - Login mode required to connect.

setPassword

public void setPassword(java.lang.String password)
Sets the password for the user connecting with IBM CM.

Parameters:
password - Password credential required for the user to connect.

setUserName

public void setUserName(java.lang.String userName)
Sets the user name for the user connecting with IBM CM

Parameters:
userName - Name of the user who wants to connect.

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object


[an error occurred while processing this directive] [an error occurred while processing this directive]