Hi Luke,
Thanks for your reply
My problem is I am trying to perform authentication using spring security.
I understand that spring security accepts roles like ROLE_USER,ROLE_ADMIN.
now my...
Type: Posts; User: maleksf; Keyword(s):
Hi Luke,
Thanks for your reply
My problem is I am trying to perform authentication using spring security.
I understand that spring security accepts roles like ROLE_USER,ROLE_ADMIN.
now my...
HI All,
I am trying to set authorities where in i need to define custom roles like user and admin. i dont want to use ROLE_ prefix.
I tried to use
<bean id="accessDecisionManager"...
HI ALl,
I have one small issue...
I have two application applicationA and application B..
now my queiry is applicationA uses CAS to authenticate the user.
but when i am trying to accessa...
throw locked exception when account is locked
I have found spring-beans-3.0.1.RELEASE.jar entry in my class path.
just a doubt could dis be the reason???
Yes
I am using spring security 3.0.2
hey!!
thanks for clearing my doubt..
you rock :)
HI,
I am using jdk1.6.0_07
HI,
I am trying to implement concurrency control in my applicaton.
i have used
<http entry-point-ref="authenticationEntryPoint" auto-config="false">
<form-login...
Any updates
please help:)
HI ,
I am using spring security 3.0.2 to implement rememeber me service in my jsp based application.
I have created persistent_logins table in backend with following fields
...
[ code]
public void onApplicationEvent(ApplicationEvent event) {
if ( event instanceof AuthorizedEvent )
{
AuthorizedEvent authorizedEvent = ( AuthorizedEvent ) event;...
HI all,
I am new to spring security and developing some basic samples. I want to lock the user acccount after 3 failed loging attempts.
i have a table in DB named users with enabled field.
I...
hey thanks
HI,
Thanks for this.
can u please paste the code if u have nay??
secondly i need to lock the user , so howz that feasible. any pointers will be useful
hi,]
request u to please paste the code.
i m trying to get password from login to jsp in loadUserByName method.
HI canu please tell which spring security version that u r using??
HI,
is there any mechnaism in spring security 3.0.2 which will check no of times user entered wrong userid/passoword. if more that 3 times it does. then is houdl lock the user.
HI all
this worked for me
actually there is no need to writing any customized filter.Framework itself takes care of this
HI,
I am migrating my test application from spring security 2.0 to 3.0,
i have written my testProcessingFilter extending UserNamePasswordAuthenticationFilter.
however i am not able to locate...