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