18 #ifndef _DECAF_SECURITY_PROVIDER_H_ 19 #define _DECAF_SECURITY_PROVIDER_H_ 62 Provider(
const std::string& name,
double version,
const std::string& info);
This class represents a "provider" for the Decaf Security API, where a provider implements some or al...
Definition: Provider.h:46
A collection that contains no duplicate elements.
Definition: Set.h:45
double getVersion() const
Definition: Provider.h:74
std::string getName() const
Definition: Provider.h:70
Definition: ProviderService.h:31
std::string getInfo() const
Definition: Provider.h:78
#define DECAF_API
Definition: Config.h:29
Licensed to the Apache Software Foundation (ASF) under one or more contributor license agreements...
Definition: AprPool.h:25
virtual void initialize()
Definition: Provider.h:86