Results 1 to 2 of 2

Thread: Get user group from JdbcUserDetailsManager

  1. #1

    Default Get user group from JdbcUserDetailsManager

    Hi,
    I am extending and using org.springframework.security.provisioning.JdbcUser DetailsManager and did not
    found a way to get user groups I'm binding to Spring implementation should it give the users group auto of the box ?
    Thank you, Oscar

  2. #2
    Join Date
    Sep 2004
    Location
    Manchester, NH
    Posts
    1,236

    Default

    No, there isn't a method that gives you the names of the groups - you'll have to subclass and add one.
    Peter Mularien | Blog
    Author, Spring Security 3 (Book) - Packt Publishing, Available in print and eBook form
    SCJP 5, Oracle DBA
    Any postings are my own opinion, and should not be attributed to my employer or clients.


Posting Permissions

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