|
xmltooling
1.5.3
|
An API for resolving keys and certificates based on application criteria. More...
#include <xmltooling/security/CredentialResolver.h>
Public Member Functions | |
| virtual const Credential * | resolve (const CredentialCriteria *criteria=0) const =0 |
| Returns a single Credential according to the supplied criteria. More... | |
| virtual std::vector< const Credential * >::size_type | resolve (std::vector< const Credential * > &results, const CredentialCriteria *criteria=0) const =0 |
| Returns all matching Credentials according to the supplied criteria. More... | |
Public Member Functions inherited from xmltooling::Lockable | |
| virtual Lockable * | lock ()=0 |
| Lock the associated object for exclusive access. More... | |
| virtual void | unlock ()=0 |
| Unlock the associated object from exclusive access. | |
An API for resolving keys and certificates based on application criteria.
|
pure virtual |
Returns a single Credential according to the supplied criteria.
| criteria | an optional CredentialCriteria object |
|
pure virtual |
Returns all matching Credentials according to the supplied criteria.
| results | array to store matching Credentials |
| criteria | an optional CredentialCriteria object |