spring-security
Spring Security Authorize Access Role with a Wildcard
Is it possible at all for me to use a wildcard in the access property of the <sec:authorize /> tag.[详细]
2023-04-03 19:48 分类:问答Spring Validation Framework without Annotations
My requirement is to validate C开发者_开发技巧lass fields on the basis of external configuration file i.e xml. I dont want to use annotation as if I want to change some configuration, I will need to c[详细]
2023-04-03 19:09 分类:问答spring security logout causes NullPointerException
I\'ve been trying to understand spring-security for some time, and I\'ve gotten around with most of the things except for the logout aspect. Going through other questions on SO, i felt most of them we[详细]
2023-04-03 15:19 分类:问答Spring <http> namespace seems to cause all non-role based pages to be allowed
I\'m trying to configure spring MVC to not authenticate any pages that have no authentication (enable the use of ROLE_ANONYMOUS as explicitly required for all pages).[详细]
2023-04-03 13:18 分类:问答How to mock Spring SecurityContext so I can use it with TestNG?
I have to build a Unit test to test some user actions, when they are authenticated. I have everything in place with EasyMock and TestNG.[详细]
2023-04-03 13:16 分类:问答Spring Security 3: Multiple login pages
I need to make two login page开发者_如何学Pythons for two roles of users. How to do that in Spring + Spring Security 3 ?Create a custom AuthenticationEntryPoint (perhaps subclassing LoginUrlAuthentica[详细]
2023-04-03 12:58 分类:问答What are the steps to change a simple login application into a Spring Security applicaiton
I have a login page and users can login(passwords and user names are at a file) with that page. After login process a new web page opens. If anybody else doesn\'t login and tries to see that page they[详细]
2023-04-03 08:07 分类:问答Integrating Spring Security with a JQuery Login Page?
Here is a document about integrating Ext JS with Spring Security: Integrating Spring Security with Ext JS Login Page[详细]
2023-04-03 07:52 分类:问答Spring MVC, Spring Security, Simply Require Username
I have a Spring 3 M开发者_如何转开发VC website using Spring Security 3.1.0RC2. Currently I am using the org.springframework.security.ldap.authentication.ad.ActiveDirectoryAuthenticationProvider for lo[详细]
2023-04-03 07:38 分类:问答How to Overwrite Spring Security Login Logout Files
How开发者_StackOverflow中文版 can I overwrite default login logout pages of Spring Security. I will put my own login.html and logout.html files and don\'t use jsp files just works with static contents[详细]
2023-04-03 06:09 分类:问答