【发布时间】:2017-11-21 16:31:32
【问题描述】:
如果我缺少更多设置,需要帮助。说明如下
我通过扩展编写了一个自定义 PIP 属性查找器类
AbstractPIPAttributeFinder
wso2 的 XACML 实现。此 PIP 点在内部调用一些服务以返回值。我正在尝试通过执行以下配置在 wso2 中发布,但更改未正确反映在权利服务器的扩展选项卡中。
1. 更新了/CARBON_HOME/repository/conf/identity/entitlement.propeties 中的entitlement.propeties 文件。
2. 将jar放入/CARBON_HOME/repository/components/lib folder
Entitlement.properties 文件设置:
PIP.AttributeDesignators.Designator.1=org.wso2.carbon.identity.entitlement.pip.DefaultAttributeFinder
PIP.AttributeDesignators.Designator.2=org.wso2.carbon.identity.application.authz.xacml.pip.AuthenticationContextAttributePIP
PIP.AttributeDesignators.Designator.3=oracle.fsgbu.et.dataAccess.CustomPIPAttributeFinder
oracle.fsgbu.et.dataAccess.CustomPIPAttributeFinder
是我的类,它解析属性值
【问题讨论】:
-
问题出在哪里?找不到类?属性没有解析?
-
@gusto2 是 classNotFoundException 主要是。