zoukankan      html  css  js  c++  java
  • SAP Hybris和Netweaver的租户隔离(Tenant isolation)机制设计

    ABAP里的tenant isolation是通过DB table的client ID来区分的.
    Hybris也有multi tenant的concept:

    Hybris multi tenant典型的使用场景:

    (1) Hosting SAP Hybris Commerce for several individual customers
    (2) One single, corporate-wide SAP Hybris Commerce serving individual countries with individual product and customer data
    (3) Using the SAP Hybris Commerce CMS module to power country-specific versions of a company website
    在project folder下的project.properties里定义一个Hybris server上支持哪些tenant:


    Hybris里tenant isolation是通过table name prefix来实现的
    不同的tenant需要定义不同的table prefix:
    配置文件的naming convention: tenant_.properties:

    table prefix在.properties里的定义方式:

    在admin console里对tenant进行管理:

    要获取更多Jerry的原创文章,请关注公众号"汪子熙":

  • 相关阅读:
    2021 3 11 结队博客
    第一周 2021.03.07
    2021 3 5 知识点总结
    2021 3 3 每日总结
    2021 3 2 新学期的第一篇博客
    十天冲刺09
    二阶段之四
    安卓开发之实现手机验证码登录
    安卓布局(三)
    安卓布局(二)
  • 原文地址:https://www.cnblogs.com/sap-jerry/p/12401605.html
Copyright © 2011-2022 走看看