Warning: file_get_contents(/data/phpspider/zhask/data//catemap/2/spring/11.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
Java Spring安全预验证筛选器请求AuthenticationEntryPoint_Java_Spring_Spring Security_Siteminder_Pre Authentication - Fatal编程技术网

Java Spring安全预验证筛选器请求AuthenticationEntryPoint

Java Spring安全预验证筛选器请求AuthenticationEntryPoint,java,spring,spring-security,siteminder,pre-authentication,Java,Spring,Spring Security,Siteminder,Pre Authentication,我正在尝试在SpringSecurity3.0中使用PreAuthFilter(用于Siteminder) 下: 使用Http403ForbiddenEntryPoint创建一个bean 并在 我想在预验证的情况下,您需要声明一个,并通过的入口点ref属性引用它。虽然这是一个感谢的评论,但非常感谢您使用实际的配置xml完成axtavt的回答!非常有用。 org.springframework.beans.factory.parsing.BeanDefinitionParsingExcep

我正在尝试在SpringSecurity3.0中使用PreAuthFilter(用于Siteminder)


下:

使用Http403ForbiddenEntryPoint创建一个bean


并在



我想在预验证的情况下,您需要声明一个,并通过

入口点ref
属性引用它。虽然这是一个感谢的评论,但非常感谢您使用实际的配置xml完成axtavt的回答!非常有用。
org.springframework.beans.factory.parsing.BeanDefinitionParsingException: Configuration problem: No AuthenticationEntryPoint could be established. Please make sure you have a login mechanism configured through the namespace (such as form-login) or specify a custom AuthenticationEntryPoint with the 'entry-point-ref' attribute 
Offending resource: ServletContext resource [/WEB-INF/security-app-context.xml]