简体   繁体   English

我在CAS罐子中找不到ProxyTicketReceptor

[英]I don't find ProxyTicketReceptor in CAS jars

I am using CAS server and client jars with version 3.4.10 . 我正在使用3.4.10版的CAS服务器和客户端jar。

  • cas-server-core-3.4.10.jar cas-server-core-3.4.10.jar
  • cas-client-core-3.2.0.jar cas-client-core-3.2.0.jar

I want to user proxy granting ticket approach for allowing external web app to access to our web application. 我想使用用户代理授予票证方法来允许外部Web应用程序访问我们的Web应用程序。 How ever I could not find the ProxyTicketReceptor class. 我怎么找不到ProxyTicketReceptor类。

Do I need to add any additional jars? 我是否需要添加其他罐子?

Please advise. 请指教。

That class only exists in super old versions of the CAS Java client. 该类仅存在于CAS Java客户端的超旧版本中。

This might help better: https://github.com/UniconLabs/cas-sample-java-webapp/blob/master/src/main/webapp/WEB-INF/web.xml 这可能会更好地帮助: https : //github.com/UniconLabs/cas-sample-java-webapp/blob/master/src/main/webapp/WEB-INF/web.xml

You probably should update your version of the CAS client to match that example/link (and your CAS server since 3.x is EOL) 您可能应该更新CAS客户端的版本以匹配该示例/链接(以及3.x为EOL的CAS服务器)

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM