Make X509AuthServlet extensible

Cantor, Scott cantor.2 at osu.edu
Mon Apr 27 13:29:46 EDT 2015


On 4/27/15, 1:26 PM, "Marvin Addison" <marvin.addison at gmail.com> wrote:
>
>Well, when you put it like that, yes. :) I suppose I underestimated what you can do with a trust engine. The TrustEngine API is still fairly daunting to me, but I'll look into it.

The API is very generic (in both senses), but the core of it is "take thingy as input and succeed or fail" if the decision is based solely on the input. Normally it's based on applying a lot of complex criteria and system state to the input, which is when it gets more complex.

I'm sure Brent can mock up something if need be.

-- Scott



More information about the dev mailing list