Le 07/12/2017 à 22:34, Isenhour, Justin a écrit :
> A couple of things I have noticed.  I am not able to access the 
> authenticator, my custom interceptor extends AuthenticationInterceptor which 
> has a collection of authenticators but that collection is private.  The other 
> thing I have noticed is that if the user account in question is already 
> cached then my custom bind event is never called, so changes made here would 
> have no impact.  Thoughts?

Ah, right, my proposal was not crrect because you would have to have
access to an authenticator beforehand.

But you can somehow fetch one using the getAuthenticators() method,
which is public in the AuthenticationInterceptor parent class, iterate
on each authenticator and call the invalidateCache() method on each one.
That should work (yeah, I know, kind of a hack...)


-- 
Emmanuel Lecharny

Symas.com
directory.apache.org

Reply via email to