CAS官方文档

  1. 1、下载文档前请自行甄别文档内容的完整性,平台不提供额外的编辑、内容补充、找答案等附加服务。
  2. 2、"仅部分预览"的文档,不可在线预览部分如存在完整性等问题,可反馈申请退款(可完整预览的文档不适用该条件!)。
  3. 3、如文档侵犯您的权益,请联系客服反馈,我们会尽快为您处理(人工客服工作时间:9:00-18:30)。

Build

git clone git@:Jasig/java-cas-client.git

cd java-cas-client

mvn clean package

Please note that to be deployed in Maven Central, we mark a number of JARs as provided (related to JBoss and Memcache Clients). In order to build the clients, you must enable the commented out repositories in the appropriate pom.xml files in the modules

(cas-client-integration-jboss and cas-client-support-distributed-memcached) or follow the instructions on how to install the file manually.

Components

∙Core functionality, which includes CAS authentication/validation filters.

org.jasig.cas.client

cas-client-core

${java.cas.client.version}

∙Support for SAML functionality is provided by this dependency:

org.jasig.cas

cas-client-support-saml

${java.cas.client.version}

∙Distributed proxy ticket caching with Ehcache is provided by this dependency:

org.jasig.cas

cas-client-support-distributed-ehcache

${java.cas.client.version}

∙Distributed proxy ticket caching with Memcached is provided by this dependency:

org.jasig.cas

cas-client-support-distributed-memcached

${java.cas.client.version}

∙Atlassian integration is provided by this dependency:

org.jasig.cas

cas-client-integration-atlassian

${java.cas.client.version}

∙JBoss integration is provided by this dependency:

org.jasig.cas

cas-client-integration-jboss

${java.cas.client.version}

∙Tomcat 6 integration is provided by this dependency:

org.jasig.cas

cas-client-integration-tomcat-v6

${java.cas.client.version}

∙Tomcat 7 is provided by this dependency:

org.jasig.cas

cas-client-integration-tomcat-v7

${java.cas.client.version}

Configuration

Strategies

The client provides multiple strategies for the deployer to provide client settings. The following strategies are supported:

∙JNDI (JNDI)

∙Properties File (PROPERTY_FILE). The configuration is provided via an external properties file.

The path may be specified in the web context as such:

相关文档
最新文档