shibboleth-2.5
|
Pluggable runtime functionality that handles initiating logout. More...
#include <shibsp/handler/LogoutHandler.h>
Classes | |
class | shibsp::LogoutInitiator |
Pluggable runtime functionality that handles initiating logout. More... | |
Namespaces | |
namespace | shibsp |
Shibboleth Service Provider Library. | |
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. |
Pluggable runtime functionality that handles initiating logout.
#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.