1. Combining namespace based configuration with different authentication methods in spring-security stackoverflow.comI'm trying to get spring-security to work with a project where there is both a form login component needed (for website access) and a http-basic or http-digest component for web services. ... |
2. Spring Security 3 Namespace Configuration Gotcha stackoverflow.comHi I am not able to understand why am I getting the following error: org.springframework.beans.factory.parsing.BeanDefinitionParsingException: Configuration problem: You cannot use a spring-security-2.0.xsd schema with Spring Security 3.0. Please update your schema ... |
3. Is there an example on NON-namespace configuration for Oauth for Spring Security? stackoverflow.comFor a variety of reasons, we cannot use Spring's namespace configuration. Is there an example of the OAuth 2.0 configuration that doesn't use the namespace configuration mechanism? Mostly I am trying ... |
4. Spring |
5. What beans are registered by the spring security namespace stackoverflow.comHi I'm trying to customize spring security configuration for the 'access-decision-manager-ref' attribute in 'global-method-security' and I know spring security has default bean configurations for this work (in spring security namespace), but ... |
6. Spring Security 3 Namespace Configuration Gotcha forum.springsource.orgSpring Security 3 Namespace Configuration Gotcha Hi I am not able to understand why am I getting the following error: Code: org.springframework.beans.factory.parsing.BeanDefinitionParsingException: Configuration problem: You cannot use a spring-security-2.0.xsd schema with ... |
7. documentation: security namespace: concurrency control forum.springsource.orgReading through the spring security documentation, I noticed that "The error-if-maximum-exceeded attribute" is mentioned there, which I wasn't able to find. One line before, "exception-if-maximum-exceeded" attribute is describe. this one is ... |
8. Security namespace problem forum.springsource.orgSecurity namespace problem I'm trying to add the simple security config into my application context - following the example at 2.2.2 A Minimal |
9. No namespace config with custom authentication manager? forum.springsource.orgNo namespace config with custom authentication manager? We use spring security in an OSGi environment and want to publish the authentication manager as an OSGi service in one bundle so that ... |
10. "namespace" based authorization forum.springsource.org"namespace" based authorization This is a topic we talked about during Ben Alex's "Beyond Low Hanging Fruit" session at the Spring Experience 2006 conference- an impressive session on Acegi ACL based ... |
11. Prerequisites for namespace configuration with Spring Security? forum.springsource.orgPrerequisites for namespace configuration with Spring Security? I am looking in to Spring Security 2.0-M2 and I have the following question: What are the prerequisites for using namespace configuration with Spring ... |
12. Support for Spring Security 2.0 namespaces forum.springsource.orgIs the new Spring security namespace supported in Spring IDE 2.0.4 ? After I simplified my old Acegi configuration files with new Spring Security tags from xmlns:security="http://www.springframework.org/schema/security", I can no longer ... |
13. Spring PreAuthenticationProvider using new |
14. Need help with AD namespace authentication forum.springsource.orgJul 7th, 2008, 12:22 PM #1 ChuckAtEmbarq View Profile View Forum Posts Private Message Junior Member Join Date Jun 2007 Posts 18 Need help with AD namespace authentication I'm trying really ... |
15. Spring security namespace support forum.springsource.orgHi all, I'm using 2.1.0.v200807142004 (nightly build) with eclipse 3.4 and got following warnings. Unable to locate Spring NamespaceHandler for element 'security:authentication-provider' 'security:http' 'security:ldap-server' I found that: 1. schema file - ... |
16. Mixing the Security and Standard Spring Namespaces forum.springsource.orgMixing the Security and Standard Spring Namespaces Is it possible to configure spring security using both the security elements and some of the standard spring bean elements? I need more granularity ... |
17. Potential Spring security namespace error? forum.springsource.orgPotential Spring security namespace error? Hi, I am trying to implement spring security and have an application context as follows - Code: |
22. authorization: access based on user id and localpart + namespace forum.springsource.orgauthorization: access based on user id and localpart + namespace I am working on authorization module.Basically provide access to a web service based on the user id role. Basically what I ... |