namespace « Security « Spring Q&A





1. Combining namespace based configuration with different authentication methods in spring-security    stackoverflow.com

I'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.com

Hi 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.com

For 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 namespace seems to cause all non-role based pages to be allowed    stackoverflow.com

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). But I get this message in ...

5. What beans are registered by the spring security namespace    stackoverflow.com

Hi 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.org

Spring 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.org

Reading 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.org

Security namespace problem I'm trying to add the simple security config into my application context - following the example at 2.2.2 A Minimal Configuration in the Spring security documentation. I ...

9. No namespace config with custom authentication manager?    forum.springsource.org

No 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.org

Prerequisites 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.org

Is 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 namespace    forum.springsource.org

After review the samples/preauth project, I was surprised to see the old style defined like in Acegi 1.x, versus using the namespace available in Spring Security 2.x. Is this ...

14. Need help with AD namespace authentication    forum.springsource.org

Jul 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.org

Hi 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.org

Mixing 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.org

Potential 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.org

authorization: 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 ...