문제

we just started with apache shiro and it works fine in a simple jdbc or ldap based environment.

Be our requirements are the following:

  • Authentication of the users agains a ldap server
  • Roles+Permissions should be stored inside a database

Has anyone some pointers on how this can be done?

도움이 되었습니까?

해결책

There is a different question but the example is exactly what you looking for.

How do concepts of User (UserAccount) and Realm relate in Apache Shiro?

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top