No as of now i dont have any. can you help me out with a sample code.
Type: Posts; User: chiri; Keyword(s):
No as of now i dont have any. can you help me out with a sample code.
Hi All,
Can any one help me put with sample code on how to implement logout functionality in spring web flow.
I am not supposed to use spring security.
Also i have a link logOff for which i...
Hi All,
I am using Spring timer schedule framework for job execution. Below is the code details :
In XML file :
<bean id="schedulerTask"...
Hi All,
I am encoding password text using org.acegisecurity.providers.encoding.Md5PasswordEncoder and org.acegisecurity.providers.dao.SaltSource
using following code
PasswordEncoder encoder...
Hi All,
i have implemented spring security in my application which is being developed using trinidad and rich faces. When development of application was limited to trinidad there was no issue....
Hi All,
I have set access to certain pages for user of certain role ,say, role_admin.
Now if user having role other that role_admin logs in the application then he should not be able to access...
Hi All,
As part of my requirement, i want to know that can i use acegi security implementation in a web application which is being developed using rich faces framework.
if yes, then please...
thanks a lot for ur inputs as it provided a great help !!
Now my next requirement is how to authenticate the user using normal password text( as password for that user will be saved in encrypted...
Hi All,
I m newbie to Acegi and have following requirement:
1) In my web application, at the time of creating a new user i need to save password for that user in database. Can i save encrypted...
Hi All,
i m newbie to spring security.And i m facing an issue of authenticationManager coming as null. Can any one pin point the root cause.
if any one wants to see the code, do let me know.
...