Skip to Content.
Sympa Menu

shibboleth-dev - [Shib-Dev] [IdPv3] custom alert handling

Subject: Shibboleth Developers

List archive

[Shib-Dev] [IdPv3] custom alert handling


Chronological Thread 
  • From: Jim Fox <>
  • To:
  • Subject: [Shib-Dev] [IdPv3] custom alert handling
  • Date: Thu, 8 Jul 2010 08:28:52 -0700 (PDT)


We have several ways of informing people who need to know about problems they need to fix right away. One of the more common is for an app that encounters an error to send a UDP datagram to a central location, where it is filtered and sent on the the right people. A datagram is easy to format and send in almost any language, and never takes much time.

I'd like to be able to configure a bean that can be called on error events, or warnings, etc., It would be assumed that it would not block or otherwise interrupt normal IdP processing, so the interface ought to be simple -- no new threads or anything.

Jim




Archive powered by MHonArc 2.6.16.

Top of Page