Extending the SP Dynamic Metadata Provider
Brent Putman
putmanb at georgetown.edu
Tue Oct 31 12:09:02 EDT 2017
On 10/31/17 11:49 AM, Cantor, Scott wrote:
>> But I would be the first to say that I don't completely 'get' this code so whether
>> the edge case behavior is the same I couldn't comment.
> I'm pretty sure the actual validity check happens every time it returns a piece of metadata from resolve()
That's correct. There's a protected isValid(...) method way up in one
of the abstract base classes that gets invoked on every resolve(). It
was intended by Chad to be override-able with various validity checks,
but the default impl just checks the validUntil against current time.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://shibboleth.net/pipermail/dev/attachments/20171031/136fe599/attachment.html>
More information about the dev
mailing list