Search:

Type: Posts; User: maleksf; Keyword(s):

Search: Search took 0.03 seconds.

  1. Replies
    3
    Views
    637

    Hi Luke, Thanks for your reply My problem is...

    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...
  2. Replies
    3
    Views
    637

    Customized Role

    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"...
  3. Replies
    0
    Views
    442

    spring security + CAS

    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...
  4. throw locked exception when account is locked

    throw locked exception when account is locked
  5. I have found spring-beans-3.0.1.RELEASE.jar entry...

    I have found spring-beans-3.0.1.RELEASE.jar entry in my class path.

    just a doubt could dis be the reason???
  6. Yes I am using spring security 3.0.2

    Yes
    I am using spring security 3.0.2
  7. Replies
    4
    Views
    1,339

    hey!! thanks for clearing my doubt.. you rock...

    hey!!

    thanks for clearing my doubt..
    you rock :)
  8. HI, I am using jdk1.6.0_07

    HI,
    I am using jdk1.6.0_07
  9. MalformedParameterizedTypeException in sessionRegistry

    HI,

    I am trying to implement concurrency control in my applicaton.
    i have used


    <http entry-point-ref="authenticationEntryPoint" auto-config="false">
    <form-login...
  10. Replies
    4
    Views
    1,339

    Any updates please help:)

    Any updates
    please help:)
  11. Replies
    4
    Views
    1,339

    remember-me in spring security

    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
    ...
  12. Replies
    3
    Views
    1,160

    [ code] public void...

    [ code]

    public void onApplicationEvent(ApplicationEvent event) {


    if ( event instanceof AuthorizedEvent )
    {
    AuthorizedEvent authorizedEvent = ( AuthorizedEvent ) event;...
  13. Replies
    3
    Views
    1,160

    Locking user after 3 unsucess ful evnets

    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...
  14. hey thanks

    hey thanks
  15. HI, Thanks for this. can u please paste the...

    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
  16. Replies
    5
    Views
    1,440

    hi,] request u to please paste the code. i m...

    hi,]
    request u to please paste the code.
    i m trying to get password from login to jsp in loadUserByName method.
  17. Replies
    1
    Views
    655

    HI canu please tell which spring security version...

    HI canu please tell which spring security version that u r using??
  18. Locking user for 3 unsuccessful attempts in spring security 3.0.2

    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.
  19. Replies
    1
    Views
    806

    HI all this worked for me actually there is...

    HI all

    this worked for me

    actually there is no need to writing any customized filter.Framework itself takes care of this
  20. Replies
    1
    Views
    806

    Spring Security 3.0.2

    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...
Results 1 to 20 of 20