spring-security
Spring Security - possible to restore a lost session?
I\'m storing the user\'s unsaved changes as session attributes. This way, if the browser is closed accidentally no data will be lost. However, in some cases this won\'t help: computer shutting down un[详细]
2023-04-03 02:56 分类:问答How do I access the user's password from LDAP in a LdapUserDetailsMapper using spring security?
We are using spring security in our web application based on spring MVC. We are doing authentication using LDAP module of spring security which is working properly. Now I need to get the user passwo[详细]
2023-04-02 23:25 分类:问答How to provide facebook, twitter, linkedin and live login using SpringSecurity?
My question is related to following Stackoverflow questions already present here... I am asking this question just to be more specific and get the latest suggestions, excuse me if you find it a duplic[详细]
2023-04-02 22:04 分类:问答Spring Security Remember me with custom authentication provider
I am using GWT with spring security. I have a custom authentication provider where I perform all my authentication. How can I configure the remember me feature without using the UserDetailsService? I[详细]
2023-04-02 21:37 分类:问答Problem while implementing HttpSessionLister with Spring-Security
I am using Spring/Hibernate and Spring-Security for my web-based application. Now I have a requirement where I need to perform some database query at sessionDestroy method of HtppSessionLister.[详细]
2023-04-02 20:57 分类:问答how to get forgot password with grails application using spring security core plugin?
In my grails application,i am using spring security core plugin for security,and email confirmation plugin for email validity,now i need to implement code for forget password.[详细]
2023-04-02 19:33 分类:问答How can I annotate a method with Spring Security so that a caller is required to have one of a list of roles?
I am using Java annotations to grant permissions to a particular method. So far I have not found a way to make my method accessible to multiple roles. Single role works fine with @Secured("ROLE_C[详细]
2023-04-02 19:14 分类:问答Spring Security on Grails and Tomcat Security with Realms
I am on the current Grails version 1.3.7, programming against a legacy DB schema on a pretty recent version of mySQL. There are tables for the user and the roles and a third table to link the two in m[详细]
2023-04-02 13:27 分类:问答Spring Security with Openid and Database Integration
I am very new to Spring and Spring Security, and hoping someone can help me to solve the following problem.[详细]
2023-04-02 07:15 分类:问答Can a custom spring-security AuthenticationProvider set up an OAuth2 Security Context?
I am trying to set up a spring 3 webapp to act as a proxy for another app that serves protected resource with oauth2.[详细]
2023-04-01 23:18 分类:问答