Cross Reference:
xref
: /
forgerock
/
openam-v13
/
openam-server
/
src
/
main
/
webapp
/
WEB-INF
/
SessionNotification.dtd
Home
History
Annotate
Line#
Navigate
Download
Search
only in
./
SessionNotification.dtd revision 7349a98e2da846b02bd1dbcef7db67fe9cd69a1a
0
N/A
<!--
157
N/A
DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
0
N/A
0
N/A
Copyright (c) 2006 Sun Microsystems Inc. All Rights Reserved
0
N/A
0
N/A
The contents of this file are subject to the terms
157
N/A
of the Common Development and Distribution License
0
N/A
(the License). You may not use this file except in
157
N/A
compliance with the License.
0
N/A
0
N/A
You can obtain a copy of the License at
0
N/A
https://opensso.dev.java.net/public/CDDLv1.0.html
or
0
N/A
opensso
/
legal
/
CDDLv1.0.txt
0
N/A
See the License for the specific language governing
0
N/A
permission and limitations under the License.
0
N/A
0
N/A
When distributing Covered Code, include this CDDL
0
N/A
Header Notice in each file and include the License file
0
N/A
at
opensso
/
legal
/
CDDLv1.0.txt
.
0
N/A
If applicable, add the following below the CDDL Header,
157
N/A
with the fields enclosed by brackets [] replaced by
157
N/A
your own identifying information:
157
N/A
"Portions Copyrighted [year] [name of copyright owner]"
0
N/A
0
N/A
$Id:
SessionNotification.dtd
,v 1.2
2008
/
06
/
25
05:45:34 qcheng Exp $
0
N/A
0
N/A
-->
0
N/A
0
N/A
<?
xml
version=
"1.0"
>
0
N/A
<!
DOCTYPE
SessionNotification
[
0
N/A
<!ELEMENT SessionNotification (Session, Type, Time)>
0
N/A
<!
ATTLIST
SessionNotification
0
N/A
vers
CDATA
#
REQUIRED
0
N/A
notid
CDATA
#
REQUIRED
0
N/A
>
0
N/A
<!
ELEMENT
Session
(
Property
)*>
0
N/A
<!
ATTLIST
Session
0
N/A
sid
CDATA
#
REQUIRED
0
N/A
stype
(
user
|
application
)
"user"
0
N/A
cid
CDATA
#
REQUIRED
0
N/A
cdomain
CDATA
#
REQUIRED
0
N/A
maxtime
CDATA
#
REQUIRED
0
N/A
maxidle
CDATA
#
REQUIRED
0
N/A
maxcaching
CDATA
#
REQUIRED
0
N/A
timeleft
CDATA
#
REQUIRED
0
N/A
timeidle
CDATA
#
REQUIRED
0
N/A
state
(
invalid
|
valid
|
inactive
|
destroyed
)
"invalid"
0
N/A
>
0
N/A
<!
ELEMENT
Property
>
0
N/A
<!
ATTLIST
Property
0
N/A
name
CDATA
#
REQUIRED
0
N/A
value
CDATA
#
REQUIRED
0
N/A
>
0
N/A
<!
ELEMENT
Type
(#
PCDATA
)>
0
N/A
<!
ELEMENT
Time
(#
PCDATA
)>
0
N/A
]>
0
N/A