Results 1 to 2 of 2

Thread: authorization from database

  1. #1
    Join Date
    Dec 2008
    Posts
    1

    Default authorization from database

    Hi everybody.

    I'm using spring security and I have the information to authentication and authorization coming from the database. The authentication services I've already done. But the question is about the authorization part, how can I authorize a user to access an operation or method based on a permission information that I have set for him/her in the database for that operation? Is there an exemple or sample for this situation?

    thank you in advance.
    Jeancarlo

  2. #2
    Join Date
    Jun 2007
    Location
    Minsk, Belarus
    Posts
    224

    Default

    Read spring security reference.
    UserDetails / UserDetailsService / JdbcDaoImpl / DaoAuthenticationProvider / GrantedAuthority

    Look also at http://forum.springframework.org/showthread.php?t=64096

Tags for this Thread

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •