4

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?

André Schild
  • 4,592
  • 5
  • 28
  • 42
  • Looks like this is what we need: http://stackoverflow.com/questions/19124192/how-do-concepts-of-user-useraccount-and-realm-relate-in-apache-shiro – André Schild Oct 30 '13 at 21:39

1 Answers1

1

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?

Community
  • 1
  • 1
Milan Baran
  • 4,133
  • 2
  • 32
  • 49