81,116
社区成员
发帖
与我相关
我的任务
分享 <bean id="casProcessingFilterEntryPoint" class="org.springframework.security.ui.cas.CasProcessingFilterEntryPoint" autowire="default" dependency-check="default" lazy-init="default">
<property name="loginUrl" value="http://locahost:8088/sso/login?sysname=Pentaho%20TEST"/> <!--设置系统名称(参数)-->
<property name="serviceProperties">
<ref local="serviceProperties"/>
</property>
</bean> <bean id="serviceProperties" class="org.springframework.security.ui.cas.ServiceProperties" autowire="default" dependency-check="default" lazy-init="default">
<property name="service" value="http://localhost:8080/pentaho/j_spring_cas_security_check"/>
<property name="sendRenew" value="true"/>
</bean>