userid « Security « Spring Q&A





1. How to set the userid in the session while using j_spring_security_check    forum.springsource.org

Jul 11th, 2011, 01:34 PM #1 prantikg View Profile View Forum Posts Private Message Junior Member Join Date Jul 2011 Posts 10 How to set the userid in the session while ...

2. How to retrieve userid having colon in spring security    forum.springsource.org

I have a user id = "tel:123" and password="code", and when i retrieve the user id from authentication object i get only "tel" as user id and password as "123:code". It ...

3. Unique id on user table in stead of userid    forum.springsource.org

Hi, I have an application where I have many clients. I changed the user table and added a column called client_id. How can I get Acegi to look for the combination ...

4. Web Service Client - how do I set basic Authentication userid / password    forum.springsource.org

I am using an WebServiceGatewaySupport subclass as a Web Service Client - how do I set HTTP Basic Authentication userid / password, this is required to be sent as the web ...

5. SingleConnectionFactory with Userid password    forum.springsource.org

SingleConnectionFactory with Userid password Hi, In order not to create/close JMS connection for each send I understand one should use org.springframework.jms.connection.SingleConnectio nFactory. but unfortunately this factory does not support creating connection ...

6. Capturing WS-Security Userid    forum.springsource.org

Capturing WS-Security Userid Hello all: In the case of a secure web service (basic password security), how would one capture the userid for auditing purposes? I looked at the possibility of ...

7. j_spring_security_check displaying userid and password in IE7 Status bar    forum.springsource.org

j_spring_security_check displaying userid and password in IE7 Status bar Hello We are runnning a website which requires a login for personal information. We using SSL.. However, I have found that when ...