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


public interface ILoginSettings

Interface for logon settings, to invoke IBM FileNet Content Repository Connector Service

Since:
16 April 2007

Nested Class Summary
static class ILoginSettings.LoginMode
          Enumeration of logon modes for logging into IBM FileNet.
 
Method Summary
 ILoginSettings.LoginMode getLoginMode()
          Retrieves the mode used to log on.
 java.lang.String getPassword()
          Retrieves the password used to log on.
 java.lang.String getToken()
          Retrieves the credential's token.
 java.lang.String getUserName()
          Retrieves the user name used to log on.
 void setLoginMode(ILoginSettings.LoginMode aLoginMode)
          Sets the mode to be used to log on.
 void setPassword(java.lang.String aPassword)
          Sets the password to be used to log on.
 void setToken(java.lang.String aToken)
          Sets the credential's token.
 void setUserName(java.lang.String aUserName)
          Sets the user name to be used to log on.
 

Method Detail

getLoginMode

ILoginSettings.LoginMode getLoginMode()
Retrieves the mode used to log on.


setLoginMode

void setLoginMode(ILoginSettings.LoginMode aLoginMode)
Sets the mode to be used to log on.


getUserName

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


setUserName

void setUserName(java.lang.String aUserName)
Sets the user name to be 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 to be used to log on.


getToken

java.lang.String getToken()
Retrieves the credential's token.


setToken

void setToken(java.lang.String aToken)
Sets the credential's token.



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