...
Code Block | ||
---|---|---|
| ||
# If user group specific view entitlement is required then extend the abstract class # com.intellectdesign.modelhouse.impl.UserGroupViewEntitlement # and configure the sub class for 'VIEW_ENTITLEMENT_CLASS' as # VIEW_ENTITLEMENT_CLASS=com.intellectdesign.canvas.entitlement.CanvasViewEntitlement # #TheThe Classclass whichthat is responsible to sayindicate where to get the list of currency # with their corresponding decimal digits. GLOBAL_CURRENCY_PROVIDER_CLASS=com.intellectdesign.canvas.viewdefinition.GlobalCurrencyDataProvider # #TheThe Classclass whichthat is responsible for the Rate Card conversion rates. RATE_CARD_FACOTORY_CLASS=com.intellectdesign.modelhouse.ratecard.ModelHosueRateCardFactory # The class #Thisthat is theresponsible classfor which bridgesbridging the callcalls between the action layer and # the handler layer. HANDLER_INVOKER_CLASS=com.intellectdesign.canvas.action.SimpleCanvasHandlerInvoker #This# is theThe class whichthat givegives the ability to introduce a EJB hop for all calls between # #the web and app layer. # #HANDLERHANDLER_INVOKER_CLASS=com.intellectdesign.canvas.action.RemoteCanvasHandlerInvoker # The Followingfollowing 5five properties are to be defined if the handler invoker is # set to RemoteCanvasHandlerInvoker: # #1. RequestHandlerInvokerEJB.JNDIName=JNDI Name for the EJB # #2. RequestHandlerInvokerEJB.ContextFactory=Initial Context Factory class for the target App Server # #3. RequestHandlerInvokerEJB.JNDIURL=JNDI URL to be used for the lookup # #4. RequestHandlerInvokerEJB.security.principal=User IdID to be used for authentication. Leave blank if no intent to provide. # #5. RequestHandlerInvokerEJB.security.credentials=Password for the provided user idID. # The Followingfollowing property is to be defined if the handler Invoker is HttpCanvasHandlerInvoker. # HTTP_HANDLER_INVOKER_URL=full HttpHTTP /or httpsHTTPS URL till the servlet name # #ThisThe is the class whichthat givegives the ability to introduce a HttpHTTP URL based hop for all # calls between the web and app layer. # #HANDLERHANDLER_INVOKER_CLASS=com.intellectdesign.canvas.action.HttpCanvasHandlerInvoker #This# is theThe class whichthat bridges the callcalls between the Handler/ or Instruction Class and external datasource -EJB HAL_HANDLER_INVOKER_CLASS=com.intellectdesign.canvas.hal.HALInvoker #This# is theThe class whichthat is responsible offor modifying the request params before handling to the handler. REQUEST_INTERCEPTOR_CLASS=com.intellectdesign.modelhouse.dataSupport.SampleCanvasRequestInterceptor # #ConfigureConfigure the public key implementation class. This class should implement the PublicKey Interface. PUBLIC_KEY_CLASS=com.intellectdesign.canvas.servercomm.encryption.PublicKeyImpl # #ConfigureConfigure the secret key implementation. This class should implement the EncryptionEngine Interface. ENCRYPTION_KEY_CLASS=com.intellectdesign.canvas.servercomm.encryption.AESEngine #This# isThe the class whichthat is responsible tofor provideproviding the event details along with its preprocessor # configsconfigurations for the mapped action button in the FormContainerManager flow. EVENT_INTERCEPTOR_CLASS=com.intellectdesign.modelhouse.dataSupport.SampleCanvasEventInterceptor LOGIN_HANDLER_INVOKER_CLASS=com.intellectdesign.canvas.login.handlers.LocalLoginHandlerInvoker # Use the thisfollowing entry if the Loginlog-in delegation is to be done through a Remoteremote EJB lookup. # #LOGINLOGIN_HANDLER_INVOKER_CLASS=com.intellectdesign.canvas.login.handlers.RemoteLoginHandlerInvoker # The Followingfollowing 5five properties are to be defined if the handler invoker is set to RemoteLoginHandlerInvoker. # #1. LoginEJB.JNDIName=JNDI Name for the EJB # #2. LoginEJB.ContextFactory=Initial Context Factory class for the target App Server # #3. LoginEJB.JNDIURL=JNDI URL to be used for the lookup # #4. LoginEJB.security.principal=User IdID to be used for authentication. Leave blank if no intent to provide. # #5. LoginEJB.security.credentials=Password for the provided user idID. # #LOGINLOGIN_HANDLER_INVOKER_CLASS=com.intellectdesign.canvas.login.handlers.HttpLoginHandlerInvoker # The Followingfollowing property is to be defined if the handler Invoker is HttpLoginHandlerInvoker . # HTTP_LOGIN_INVOKER_URL=full HttpHTTP / httpsHTTPS URL till the servlet name |
...