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

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

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

Login Settings for invoking IBM FileNet Content Repository Connector Service

Since:
30 March 2007
See Also:
Serialized Form

Nested Class Summary
 
Nested classes/interfaces inherited from interface com.adobe.livecycle.ibmfilenetcontentrepositoryconnector.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 aToken)
          Create login settings with the given paramters
 
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 aSecureIdentifier)
          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.
 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 aToken)
Create login settings with the given paramters

Method Detail

getLoginMode

public ILoginSettings.LoginMode getLoginMode()
Description copied from interface: ILoginSettings
Retrieves the mode used to log on.

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

setLoginMode

public void setLoginMode(ILoginSettings.LoginMode aLoginMode)
Description copied from interface: ILoginSettings
Sets the mode to be used to log on.

Specified by:
setLoginMode in interface ILoginSettings
See Also:
ILoginSettings.setLoginMode(com.adobe.livecycle.ibmfilenetcontentrepositoryconnector.client.type.ILoginSettings.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 to be 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 to be used to log on.

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

getToken

public java.lang.String getToken()
Description copied from interface: ILoginSettings
Retrieves the credential's token.

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

setToken

public void setToken(java.lang.String aToken)
Description copied from interface: ILoginSettings
Sets the credential's token.

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

toString

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