spring-security
Monitor Platform access and spend time of the system in java
How can I implement following functionality in a project using or without using spr开发者_开发百科ing-security.[详细]
2023-04-01 06:48 分类:问答How to create and configure the custom UserDetailsByNameServiceWrapper in Spring security 3.0.5?
I am using spring security 3.0.5 in my web application based on Spring MVC. We need to check four parameters for the authentication i.e. username, password, company and organization.[详细]
2023-04-01 06:03 分类:问答How to supply multiple URIs as type value during attribute exchange inside <openid-atribute> tag in security-context.xml?
I am using Spring Security 3.0.5 to provide the authentication and authorization in the web site I am working on... for accessing email attribute I have definedas follows...[详细]
2023-03-31 17:20 分类:问答Spring Security logged user
I\'m using Spring Security and I need to r开发者_运维技巧edirect to another page each time a logged user accesses a particular page.[详细]
2023-03-31 10:16 分类:问答Admin-only access to spring security ui controllers in grails
I would like to restrict access only for ROLE_ADMIN users to all controllers introduced by th开发者_JAVA技巧e Spring Security UI plugin in grails. (I am using grails 1.3.7, plugins.spring-security-cor[详细]
2023-03-31 06:41 分类:问答request.getRemoteUser() sometimes returns null
I have a java-web-application using struts2 combined with old-style servlets. Using Acegi security. In my servlets, I\'m logging what the user is trying to do and which user it is. To get the user im[详细]
2023-03-30 19:54 分类:问答spring security problem
I\'m trying to enable the spring security with the annotation an test it. I\'ve putted in my context file:[详细]
2023-03-30 11:48 分类:问答Custom UserDetialsService with multiple parameters in Spring Security
Spring Security has a UserDetailsService with a method public UserDetails loadUserByUsername(String username)[详细]
2023-03-29 20:05 分类:问答login automatically with Grails Spring Security
My Grails app is using the Spring Security plugin. I need to login a user programatically, and I don\'t have access to their password. I tried the following, which supposedly worked when using the Ace[详细]
2023-03-29 07:07 分类:问答override method of Grails plugin bean
The Spring Security plugin provides a bean named \'springSecurityService\' of type grails.plugins.springsecurity.SpringSecurityService. I need to override the getCurrentUser method of this service.[详细]
2023-03-29 06:12 分类:问答