#include <saml/base.h>
#include <xmltooling/exceptions.h>
Namespaces | |
namespace | opensaml |
namespace | opensaml::saml2md |
Classes | |
class | opensaml::SecurityPolicyException |
Exceptions in security policy processing. More... | |
class | opensaml::BindingException |
Exceptions in SAML binding processing. More... | |
class | opensaml::ProfileException |
Exceptions in SAML profile processing. More... | |
class | opensaml::FatalProfileException |
Fatal exceptions in SAML profile processing. More... | |
class | opensaml::RetryableProfileException |
Non-fatal exceptions in SAML profile processing. More... | |
Functions | |
void | opensaml::annotateException (xmltooling::XMLToolingException *e, const saml2md::EntityDescriptor *entity, const Status *status=0, bool rethrow=true) |
Attaches metadata-derived information as exception properties and optionally rethrows the object. | |
void | opensaml::annotateException (xmltooling::XMLToolingException *e, const saml2md::RoleDescriptor *role, const Status *status=0, bool rethrow=true) |
Attaches metadata-derived information as exception properties and optionally rethrows the object. |