diff options
author | Olav Morken <olav.morken@uninett.no> | 2010-01-22 09:14:00 +0000 |
---|---|---|
committer | Olav Morken <olav.morken@uninett.no> | 2010-01-22 09:14:00 +0000 |
commit | a94c78ea71928ed770c32da25cbda3ea629955a8 (patch) | |
tree | dc49f6da52a6341d07af19fc69c8ca8fab4cbdb0 /lib/SAML2 | |
parent | 0164d1f61a9e85cfafba69ed63b5087af89642e8 (diff) | |
download | simplesamlphp-a94c78ea71928ed770c32da25cbda3ea629955a8.zip simplesamlphp-a94c78ea71928ed770c32da25cbda3ea629955a8.tar.gz simplesamlphp-a94c78ea71928ed770c32da25cbda3ea629955a8.tar.bz2 |
SAML2_Const: Add partial logout status code.
git-svn-id: https://simplesamlphp.googlecode.com/svn/trunk@2126 44740490-163a-0410-bde0-09ae8108e29a
Diffstat (limited to 'lib/SAML2')
-rw-r--r-- | lib/SAML2/Const.php | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/lib/SAML2/Const.php b/lib/SAML2/Const.php index 79f03a6..2c7a74a 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 |