![]() Server : Apache System : Linux server2.corals.io 4.18.0-348.2.1.el8_5.x86_64 #1 SMP Mon Nov 15 09:17:08 EST 2021 x86_64 User : corals ( 1002) PHP Version : 7.4.33 Disable Function : exec,passthru,shell_exec,system Directory : /home/corals/mautic.corals.io/vendor/litesaml/lightsaml/src/Context/Profile/ |
<?php namespace LightSaml\Context\Profile; class ProfileContexts { public const INBOUND_MESSAGE = 'inbound_message'; public const OUTBOUND_MESSAGE = 'outbound_message'; public const OWN_ENTITY = 'own_entity'; public const PARTY_ENTITY = 'party_entity'; public const DESERIALIZATION = 'deserialization'; public const SERIALIZATION = 'serialization'; public const HTTP_REQUEST = 'http_request'; public const HTTP_RESPONSE = 'http_response'; public const ENDPOINT = 'endpoint'; public const REQUEST_STATE = 'request_state'; public const LOGOUT = 'logout'; public const EXCEPTION = 'exception'; }