From d1e23b3d2cdb5519b331a56585bf9270772cbefe Mon Sep 17 00:00:00 2001 From: Luke Taylor Date: Thu, 24 Apr 2008 02:02:23 +0000 Subject: [PATCH] SEC-783: Added custom-after-invocation-provider element to namespace. --- .../springframework/security/config/spring-security-2.0.rnc | 2 ++ .../springframework/security/config/spring-security-2.0.xsd | 3 +++ 2 files changed, 5 insertions(+) diff --git a/core/src/main/resources/org/springframework/security/config/spring-security-2.0.rnc b/core/src/main/resources/org/springframework/security/config/spring-security-2.0.rnc index e4bfba0659..a31912b117 100644 --- a/core/src/main/resources/org/springframework/security/config/spring-security-2.0.rnc +++ b/core/src/main/resources/org/springframework/security/config/spring-security-2.0.rnc @@ -179,6 +179,8 @@ global-method-security.attlist &= ## Optional AccessDecisionManager bean ID to override the default used for method security. attribute access-decision-manager-ref {xsd:string}? +custom-after-invocation-provider = + element custom-after-invocation-provider {empty} protect-pointcut = ## Defines a protected pointcut and the access control configuration attributes that apply to it. Every bean registered in the Spring application context that provides a method that matches the pointcut will receive security authorization. diff --git a/core/src/main/resources/org/springframework/security/config/spring-security-2.0.xsd b/core/src/main/resources/org/springframework/security/config/spring-security-2.0.xsd index d6d76bdcb5..a7b2a0a579 100644 --- a/core/src/main/resources/org/springframework/security/config/spring-security-2.0.xsd +++ b/core/src/main/resources/org/springframework/security/config/spring-security-2.0.xsd @@ -529,6 +529,9 @@ + + +