table « Security « Spring Q&A





1. users and authorities tables    forum.springsource.org

users and authorities tables Hello, today I was reading through the Spring Security 3.1.x Documentation and one point confused me: the users and authorities tables. I started developing a webapplication with ...

2. Concurrent access of table rows by multiple users & multiple load balancing server    forum.springsource.org

Concurrent access of table rows by multiple users & multiple load balancing server Hi, We want to access the table in load balancing environment, where as the table row may be ...

3. Spring Security Tables    forum.springsource.org

Hi, I wanted to know if all Spring Security tables are needed. If not which are ones are needed. See the tables below. USERS, AUTHORITIES, GROUPS, GROUP_AUTHORITIES, AND GROUP_MEMBERS Thanks

4. Best practice to have unique users (user table) for each customer (customer table)?    forum.springsource.org

Hi all, We are developing a web application that should be usable by multiple of our customers, and each customer should have his own set of unique users. What would be ...

6. Spring Security standard table fields VS Hibernate required fields    forum.springsource.org

Looks like clash between standard Spring Security DB tables fields and requirements of Hibernate for fields,in particularly, id field. From one side, have standard Spring tables(http://static.springsource.org/sprin...ix-schema.html): Code: create table users( username ...

7. Using non standard user/role table structure problem    forum.springsource.org

May 24th, 2005, 03:59 AM #1 robmonie View Profile View Forum Posts Private Message Member Join Date Sep 2004 Location Melbourne, Australia Posts 36 Using non standard user/role table structure problem ...

8. Acegi not checking authorities table for some users?    forum.springsource.org

Oct 27th, 2006, 09:45 AM #1 bjorntj View Profile View Forum Posts Private Message Member Join Date Nov 2005 Posts 60 Acegi not checking authorities table for some users? If I ...

9. Custom user/role tables    forum.springsource.org

Mar 15th, 2007, 02:59 PM #1 jamesdavit View Profile View Forum Posts Private Message Junior Member Join Date Mar 2007 Posts 20 Custom user/role tables Hello all, I'm using a normalized ...





10. Hibernate Impl User and Role Same Table    forum.springsource.org

Hibernate Impl User and Role Same Table How would you get the user with acegi, if the user table was built in hibernate and the table contains the role also. It ...

11. Problem with many USER tables    forum.springsource.org

Problem with many USER tables I am a Chinese. English too bad, sorry. I have a problem use acegi in my project. I want implement my UserDetailsService. But I have 2 ...

12. Non-unique usernames in Users table    forum.springsource.org

I have a spring web app that uses acegi and want to have non unique usernames but have just can't work out how to do it. The unique key in my ...

13. acegi table shcema    forum.springsource.org

Mar 5th, 2008, 05:04 PM #2 diatonicman View Profile View Forum Posts Private Message Junior Member Join Date Feb 2008 Location Seattle, WA Posts 7 I am an Acegi newbie so ...

14. where is the "standard Spring Security user data tables"?    forum.springsource.org

Hi. I'm a newbie to spring security.I want to store user information in database. In the reference document Chapter 2: "2.2.3. Using other Authentication Providers" It said I need a database ...

15. How to authenticate against two different tables    forum.springsource.org

Hi all, Is there any way I can implement two different login pages using Spring Security as follows: i. For registered users (say, userlogin.jsp using the User table) and ii. For ...





17. Spring security with multiple table    forum.springsource.org

Hi all, i'm new in Spring security I have project and i stuck on it, i want to create login using spring security with this case. In login page the user ...

18. Spring batch - Sybase temp table access across multiple steps    forum.springsource.org

Hello, I am currently working on spring-batch and facing problems while trying to read a temp table. I create a temp table in sybase in step 1 and when I try ...

19. Tables USERS and AUTHORITIES allready used    forum.springsource.org

20. User role table structure    forum.springsource.org

user_account, user_role (also two columns: user id from the previous table and role id which is a string value such as "ROLE_ADMIN" and "ROLE_USER".