com.adobe.livecycle.emcdocumentumcontentrepositoryconnector.client.type
Interface ILoginSettings


public interface ILoginSettings

Logon Settings for invoking an EMC Documentum Content Repository Connector Service APIs

Since:
11 June 2007

Nested Class Summary
static class ILoginSettings.LoginMode
          Enumeration of logon modes for logging into Documentum
 
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 aPassword)
          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.
 

Method Detail

getLoginMode

ILoginSettings.LoginMode getLoginMode()
Retrieves the logon mode used to connect with EMC Documentum.


setLoginMode

void setLoginMode(ILoginSettings.LoginMode aLoginMode)
Sets the logon mode to be used to connect with EMC Documentum.


getUserName

java.lang.String getUserName()
Retrieves the user name used to log on.


setUserName

void setUserName(java.lang.String aUserName)
Sets the user name used to log on.


getPassword

java.lang.String getPassword()
Retrieves the password used to log on.


setPassword

void setPassword(java.lang.String aPassword)
Sets the password used to log on.


getTicket

java.lang.String getTicket()
Retrieves the ticket used to log on.


setTicket

void setTicket(java.lang.String aTicket)
Sets the ticket used to log on.



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