From a94c78ea71928ed770c32da25cbda3ea629955a8 Mon Sep 17 00:00:00 2001 From: Olav Morken <olav.morken@uninett.no> Date: Fri, 22 Jan 2010 09:14:00 +0000 Subject: [PATCH] SAML2_Const: Add partial logout status code. git-svn-id: https://simplesamlphp.googlecode.com/svn/trunk@2126 44740490-163a-0410-bde0-09ae8108e29a --- lib/SAML2/Const.php | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/lib/SAML2/Const.php b/lib/SAML2/Const.php index 79f03a642..2c7a74abd 100644 --- a/lib/SAML2/Const.php +++ b/lib/SAML2/Const.php @@ -125,6 +125,11 @@ class SAML2_Const { */ const STATUS_NO_PASSIVE = 'urn:oasis:names:tc:SAML:2.0:status:NoPassive'; + /** + * Second-level status code for PartialLogout. + */ + const STATUS_PARTIAL_LOGOUT = 'urn:oasis:names:tc:SAML:2.0:status:PartialLogout'; + } ?> \ No newline at end of file -- GitLab