What is a good embeddable Java LDAP server?

前端 未结 4 1608
臣服心动
臣服心动 2020-12-28 15:08

I\'m working on a Java web application that integrates with a few other external applications that are deployed along with it. Authentication information must be synchronize

4条回答
  •  轮回少年
    2020-12-28 15:44

    I've never done it myself, but you can use Spring Security to easily set up an embedded Apache Directory server, with minimal Spring XML config required.

提交回复
热议问题