<html>
  <head>
    <meta content="text/html; charset=ISO-8859-1"
      http-equiv="Content-Type">
  </head>
  <body text="#000000" bgcolor="#FFFFFF">
    <br>
    <div class="moz-cite-prefix">On 5/27/14 9:04 PM, Brent Putman wrote:<br>
    </div>
    <blockquote cite="mid:53853613.4050801@georgetown.edu" type="cite">
      <meta content="text/html; charset=ISO-8859-1"
        http-equiv="Content-Type">
      <br>
      <br>
      However, I just noticed that we don't actually have a
      ChainingKeyInfoCredentialResolver.&nbsp; I'll work on that tomorrow.&nbsp;
      It's non-trivial code b/c of all the Iterable/Iterator stuff, in
      order to do the iteration in an efficient and lazy fashion.&nbsp; But I
      can just copy the existing ChainingCredentialResolver, or maybe
      see if it can just be subclassed, with narrowing the return type.<br>
      <br>
      Also looks like the latter needs to be updated anyway to be more
      Spring-friendly.&nbsp; It current uses a mutable <tt>List&lt;CredentialResolver&gt;

        getResolverChain()</tt>, rather than setter or constructor
      injection.<br>
    </blockquote>
    <br>
    <br>
    Ok, I think this is all done.&nbsp; You can give it a try and let me know
    if I missed anything.<br>
    <br>
  </body>
</html>