From ba016bbe2ebbb642396bd2a0a5cf3b408c6b6aea Mon Sep 17 00:00:00 2001 From: Mark Fisher Date: Mon, 22 Nov 2010 18:39:17 -0500 Subject: [PATCH] INT-1552 doc polishing --- docs/src/reference/docbook/security.xml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/docs/src/reference/docbook/security.xml b/docs/src/reference/docbook/security.xml index 1d17fb6ed6..a1b44e8786 100644 --- a/docs/src/reference/docbook/security.xml +++ b/docs/src/reference/docbook/security.xml @@ -6,9 +6,9 @@
Introduction - Spring Integration provides integration with the + Spring Integration builds upon the Spring Security project - to allow role based security checks to be applied to channel send and receive invocations. + to enable role based security checks to be applied to channel send and receive invocations.
@@ -17,9 +17,9 @@ Spring Integration provides the interceptor ChannelSecurityInterceptor, which extends AbstractSecurityInterceptor and intercepts send and receive calls on the channel. Access decisions - are then made with reference to ChannelInvocationDefinitionSource which provides the definition of - the send and receive security constraints. The interceptor requires that a valid SecurityContext - has been established by authenticating with Spring Security, see the Spring Security reference documentation for details. + are then made with reference to a ChannelSecurityMetadataSource which provides the metadata describing + the send and receive access policies for certain channels. The interceptor requires that a valid SecurityContext + has been established by authenticating with Spring Security. See the Spring Security reference documentation for details. Namespace support is provided to allow easy configuration of security constraints. This consists of the secured channels tag which allows