1 Star 0 Fork 0

jeff.stone/cas-client

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
贡献代码
同步代码
取消
提示: 由于 Git 不支持空文件夾,创建文件夹后会生成空的 .keep 文件
Loading...
README
[Readme file inherited from CAS Client Beta 2.0.12 Beta 2, upon which this
CAS Client 2.1.0 builds.]

The Java client includes an API whose cornerstone is a JavaBean interface
for ticket validation.  This low-level API is wrapped in a JSP tag library
and a Servlet 2.3 filter.  To configure the filter, add elements like the
following to your web application:

  <filter>
    <filter-name>CAS Filter</filter-name>
    <filter-class>edu.yale.its.tp.cas.client.filter.CASFilter</filter-class>
    <init-param>
      <param-name>edu.yale.its.tp.cas.client.filter.loginUrl</param-name>
      <param-value>https://secure.its.yale.edu/cas/login</param-value>
    </init-param>
    <init-param>
      <param-name>edu.yale.its.tp.cas.client.filter.validateUrl</param-name>
      <param-value>https://secure.its.yale.edu/cas/proxyValidate</param-value>
    </init-param>
    <init-param>
      <param-name>edu.yale.its.tp.cas.client.filter.serverName</param-name>
      <param-value>portal1.wss.yale.edu:8888</param-value>
    </init-param>
  </filter>

  <filter-mapping>
    <filter-name>CAS Filter</filter-name>
    <url-pattern>/casified/*</url-pattern>
  </filter-mapping>

The loginUrl and validateUrl parameters correspond to the CAS URLs used
for redirection and ticket validation, respectively.  The serverName
parameter lets you specify the name of the server (plus an optional port)
on which your service runs; this is more secure than determining the
server name automatically.  Alternatively, you may specify a serviceUrl
parameter, which contains a complete URL to the page in your service to
which you want CAS to return the user upon authentication.  (Otherwise,
the filter will instruct CAS to redirect the user to the page that the
user originally accessed.)

To use the CAS tag library, look at the included Tag Library Descriptor
(TLD).

CVS metadata:
$Revision: 1.4 $ $Date: 2004/09/10 20:55:09 $
Last modified by: $Author: awp9 $

空文件

简介

Cru's customized CAS client, based on the original Yale CAS client 展开 收起
Java 等 3 种语言
取消

发行版

暂无发行版

贡献者

全部

近期动态

加载更多
不能加载更多了
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/jeffstone/cas-client.git
git@gitee.com:jeffstone/cas-client.git
jeffstone
cas-client
cas-client
master

搜索帮助