Consolidated security parsers into the main 'config' package (avoids a tangle).

This commit is contained in:
Mark Fisher
2008-07-07 01:54:41 +00:00
parent 47d4093a93
commit 590f7e9f26
10 changed files with 6 additions and 12 deletions

View File

@@ -18,9 +18,6 @@ package org.springframework.integration.security.config;
import org.springframework.beans.factory.xml.NamespaceHandlerSupport;
import org.springframework.integration.security.StackBasedSecurityContextHolderStrategy;
import org.springframework.integration.security.channel.config.SecuredChannelsParser;
import org.springframework.integration.security.channel.config.SecurityPropagatingChannelsParser;
import org.springframework.integration.security.endpoint.config.SecurityEndpointInterceptorParser;
import org.springframework.security.context.SecurityContextHolder;
/**

View File

@@ -14,7 +14,7 @@
* limitations under the License.
*/
package org.springframework.integration.security.channel.config;
package org.springframework.integration.security.config;
import java.util.ArrayList;
import java.util.List;

View File

@@ -14,7 +14,7 @@
* limitations under the License.
*/
package org.springframework.integration.security.endpoint.config;
package org.springframework.integration.security.config;
import org.springframework.beans.BeanMetadataAttribute;
import org.springframework.beans.factory.config.RuntimeBeanReference;

View File

@@ -14,7 +14,7 @@
* limitations under the License.
*/
package org.springframework.integration.security.channel.config;
package org.springframework.integration.security.config;
import org.apache.commons.logging.Log;
import org.apache.commons.logging.LogFactory;
@@ -23,7 +23,6 @@ import org.springframework.beans.factory.config.BeanPostProcessor;
import org.springframework.core.Ordered;
import org.springframework.integration.channel.AbstractMessageChannel;
import org.springframework.integration.security.channel.SecurityContextPropagatingChannelInterceptor;
import org.springframework.integration.security.config.OrderedIncludeExcludeList;
/**
* Post processes channels applying appropriate propagation behaviour. If

View File

@@ -14,7 +14,7 @@
* limitations under the License.
*/
package org.springframework.integration.security.channel.config;
package org.springframework.integration.security.config;
import org.springframework.beans.factory.BeanDefinitionStoreException;
import org.springframework.beans.factory.config.ConstructorArgumentValues.ValueHolder;
@@ -22,8 +22,6 @@ import org.springframework.beans.factory.support.AbstractBeanDefinition;
import org.springframework.beans.factory.support.BeanDefinitionBuilder;
import org.springframework.beans.factory.xml.AbstractSingleBeanDefinitionParser;
import org.springframework.beans.factory.xml.ParserContext;
import org.springframework.integration.security.config.IncludeExcludePatternParser;
import org.springframework.integration.security.config.OrderedIncludeExcludeList;
import org.springframework.security.context.SecurityContext;
import org.w3c.dom.Element;

View File

@@ -14,7 +14,7 @@
* limitations under the License.
*/
package org.springframework.integration.security.channel.config;
package org.springframework.integration.security.config;
import static org.junit.Assert.*;

View File

@@ -14,7 +14,7 @@
* limitations under the License.
*/
package org.springframework.integration.security.channel.config;
package org.springframework.integration.security.config;
import static org.junit.Assert.*;