#include <shibsp/handler/LogoutHandler.h>
Namespaces | |
namespace | shibsp |
Classes | |
class | shibsp::LogoutInitiator |
Pluggable runtime functionality that handles initiating logout. More... | |
Defines | |
#define | CHAINING_LOGOUT_INITIATOR "Chaining" |
LogoutInitiator that iterates through a set of protocol-specific versions. | |
#define | SAML2_LOGOUT_INITIATOR "SAML2" |
LogoutInitiator that supports SAML 2.0 LogoutRequests. | |
#define | LOCAL_LOGOUT_INITIATOR "Local" |
LogoutInitiator that supports local-only logout. | |
Functions | |
void | shibsp::registerLogoutInitiators () |
Registers LogoutInitiator implementations. |
#define CHAINING_LOGOUT_INITIATOR "Chaining" |
LogoutInitiator that iterates through a set of protocol-specific versions.
#define LOCAL_LOGOUT_INITIATOR "Local" |
LogoutInitiator that supports local-only logout.
#define SAML2_LOGOUT_INITIATOR "SAML2" |
LogoutInitiator that supports SAML 2.0 LogoutRequests.