1

ユーザー (inetOrgPerson など) の情報を連携して取得する方法を探しています。ほとんどの場合、この情報は LDAP から取得されますが、セカンダリ システムから取得される場合もあります。Jasig の Person Directory (Spring と結婚しており、使用していません) や ArisID (まだ使用例はありません) などを見てきました。私は OSGi 内で作業しており、既にバンドルされているものを希望していますが、喜んで自分でバンドルします。他に検討すべき IM ライブラリはありますか?

4

1 に答える 1

0

I never found anything to fit my needs. I created an OSGi bundle to which services get registered to aggregate data. The services are defined by the interface they implement to look up users in different ways and can draw the data from any source. The information is then cached by the aggregator while the session is valid.

So, in short, I didn't find anything out there that is simple enough to fit this.

于 2010-03-11T14:03:21.373 に答える