X-Git-Url: http://www.project-moonshot.org/gitweb/?p=shibboleth%2Fcpp-xmltooling.git;a=blobdiff_plain;f=xmltooling%2Fsecurity%2FCredentialResolver.h;h=89be8c2440e520a282bb6272470c1aeb45887355;hp=c828487226711bba6c95f21cc2d75f5f5a712ff6;hb=efe9ca9abb2a9e7b3e28b2d95a7e0b932085c4fd;hpb=9b652e511bbed2698e1951e80150fd59633707f0 diff --git a/xmltooling/security/CredentialResolver.h b/xmltooling/security/CredentialResolver.h index c828487..89be8c2 100644 --- a/xmltooling/security/CredentialResolver.h +++ b/xmltooling/security/CredentialResolver.h @@ -74,6 +74,9 @@ namespace xmltooling { /** CredentialResolver based on local files with no criteria support. */ #define FILESYSTEM_CREDENTIAL_RESOLVER "File" + /** CredentialResolver that returns nothing, for use with some APIs. */ + #define DUMMY_CREDENTIAL_RESOLVER "Dummy" + /** CredentialResolver based on chaining together other resolvers. */ #define CHAINING_CREDENTIAL_RESOLVER "Chaining" };