cas2_spec.dtd

来自「CAS在Tomcat中实现单点登录项目,单点登录(Single Sign On 」· DTD 代码 · 共 38 行

DTD
38
字号
<!--	Copyright 2004 The JA-SIG Collaborative.  All rights reserved.	See license distributed with this file and	available online at http://www.uportal.org/license.html		This document attempts to describe the current CAS 2.0 specification in order for 	clients to be able to validate the response returned via the CAS server.		@author: Scott Battaglia	@author: Drew Mazurek	@version $Id: cas2_spec.dtd 39644 2007-03-07 20:54:16Z sbattaglia $		NOTE: This is a draft.--><!ELEMENT serviceResponse ((authenticationFailure|authenticationSuccess|proxyFailure|proxySuccess))><!ELEMENT authenticationSuccess (user, proxyGrantingTicket?, proxies?)><!ELEMENT proxies (proxy+)><!ELEMENT authenticationFailure (#PCDATA)><!ELEMENT proxyFailure (#PCDATA)><!ELEMENT proxySuccess (proxyTicket)><!ELEMENT user (#PCDATA)><!ELEMENT proxyGrantingTicket (#PCDATA)><!ELEMENT proxy (#PCDATA)><!ELEMENT proxyTicket (#PCDATA)><!ATTLIST authenticationFailure code PCDATA #REQUIRED><!ATTLIST proxyFailure code PCDATA #REQUIRED>

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?