com.adobe.livecycle.emcdocumentumcontentrepositoryconnector.client.type.impl
Class LoginSettings

java.lang.Object
  extended by com.adobe.livecycle.emcdocumentumcontentrepositoryconnector.client.type.impl.LoginSettings
All Implemented Interfaces:
ILoginSettings, java.io.Serializable

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

Implementation for Login Settings interface

Since:
13 March 2007
See Also:
Serialized Form

Nested Class Summary
 
Nested classes/interfaces inherited from interface com.adobe.livecycle.emcdocumentumcontentrepositoryconnector.client.type.ILoginSettings
ILoginSettings.LoginMode
 
Constructor Summary
LoginSettings()
          Create Login settings that uses Invocation Context
LoginSettings(ILoginSettings.LoginMode aLoginMode, java.lang.String aUserName, java.lang.String aSecureIdentifier, java.lang.String aTicket)
          Create Login settings with the given login mode, user name, password and ticket information
 
Method Summary
 ILoginSettings.LoginMode getLoginMode()
          Retrieves the logon mode used to connect with EMC Documentum.
 java.lang.String getPassword()
          Retrieves the password used to log on.
 java.lang.String getTicket()
          Retrieves the ticket used to log on.
 java.lang.String getUserName()
          Retrieves the user name used to log on.
 void setLoginMode(ILoginSettings.LoginMode aLoginMode)
          Sets the logon mode to be used to connect with EMC Documentum.
 void setPassword(java.lang.String aSecureIdentifier)
          Sets the password used to log on.
 void setTicket(java.lang.String aTicket)
          Sets the ticket used to log on.
 void setUserName(java.lang.String aUserName)
          Sets the user name used to log on.
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

LoginSettings

public LoginSettings()
Create Login settings that uses Invocation Context


LoginSettings

public LoginSettings(ILoginSettings.LoginMode aLoginMode,
                     java.lang.String aUserName,
                     java.lang.String aSecureIdentifier,
                     java.lang.String aTicket)
Create Login settings with the given login mode, user name, password and ticket information

Method Detail

getLoginMode

public ILoginSettings.LoginMode getLoginMode()
Description copied from interface: ILoginSettings
Retrieves the logon mode used to connect with EMC Documentum.

Specified by:
getLoginMode in interface ILoginSettings
See Also:
ILoginSettings.getLoginMode()

setLoginMode

public void setLoginMode(ILoginSettings.LoginMode aLoginMode)
Description copied from interface: ILoginSettings
Sets the logon mode to be used to connect with EMC Documentum.

Specified by:
setLoginMode in interface ILoginSettings
See Also:
com.adobe.livecycle.emcdocumentumcontentrepositoryconnector.client.type.ILoginSettings#setLoginMode(com.adobe.livecycle.emcdocumentumcontentrepositoryconnector.client.type.LoginSettings.LoginMode)

getUserName

public java.lang.String getUserName()
Description copied from interface: ILoginSettings
Retrieves the user name used to log on.

Specified by:
getUserName in interface ILoginSettings
See Also:
ILoginSettings.getUserName()

setUserName

public void setUserName(java.lang.String aUserName)
Description copied from interface: ILoginSettings
Sets the user name used to log on.

Specified by:
setUserName in interface ILoginSettings
See Also:
ILoginSettings.setUserName(java.lang.String)

getPassword

public java.lang.String getPassword()
Description copied from interface: ILoginSettings
Retrieves the password used to log on.

Specified by:
getPassword in interface ILoginSettings
See Also:
ILoginSettings.getPassword()

setPassword

public void setPassword(java.lang.String aSecureIdentifier)
Description copied from interface: ILoginSettings
Sets the password used to log on.

Specified by:
setPassword in interface ILoginSettings
See Also:
ILoginSettings.setPassword(java.lang.String)

getTicket

public java.lang.String getTicket()
Description copied from interface: ILoginSettings
Retrieves the ticket used to log on.

Specified by:
getTicket in interface ILoginSettings
See Also:
ILoginSettings.getTicket()

setTicket

public void setTicket(java.lang.String aTicket)
Description copied from interface: ILoginSettings
Sets the ticket used to log on.

Specified by:
setTicket in interface ILoginSettings
See Also:
ILoginSettings.setTicket(java.lang.String)

toString

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