Skip to content

Commit

Permalink
CREDENTIAL: Restructure 'get()'.
Browse files Browse the repository at this point in the history
Based on the conversation in #292, and the critique in
#349, this patch restructures `get()` to accept two
arguments: a sequence of types, and a dictionary of dictionaries
that specifies the filter options for each relevant type.

This does not completely address the request in #292, as the matching
algorithm is not exposed as a method on LocallyStoredCredential. I
need to think a bit more about the impact of doing that. Splitting up
the patch to make sure the pieces we know we need get in for feedback.
  • Loading branch information
mikewest committed May 28, 2015
1 parent 8a8938c commit e6c11ed
Showing 1 changed file with 109 additions and 78 deletions.
Loading

0 comments on commit e6c11ed

Please sign in to comment.