非常感谢Freeradius配置的一些帮助或一些提示,以返回基于DN的过滤器ID值。
我有两种类型的DN:
DN:cn = UserA,ou = Value1,ou = People,dc = example,dc = com和
DN:cn = UserB,ou = Value2,ou = People,dc = example,dc = com
我的目标是将Filter ID值设置为上述示例中的Value1或Value2
谢谢
答案 0 :(得分:0)
NumberFormat currencyInstance = (NumberFormat) getSessionService()
.executeInLocalView(
new SessionExecutionBody(cartCurrencyModel) {
public Object execute() {
AbstractOrderTotalsWidgetRenderer.this
.getCommonI18NService()
.setCurrentCurrency(
this.val$cartCurrencyModel);
return AbstractOrderTotalsWidgetRenderer.this
.getFormatFactory()
.createCurrencyFormat();
}
});
您可以使用正则表达式子捕获组来执行您想要的操作。