opensaml-3.2.1
|
Environmental context for filtering of batch-loaded metadata. More...
#include <saml/saml2/metadata/MetadataFilter.h>
Public Member Functions | |
BatchLoadMetadataFilterContext (bool isBackingFile) | |
Constructor. More... | |
bool | isBackingFile () const |
Get whether the filtering is over a backing copy of the metadata. More... | |
void | setBackingFile (bool flag) |
Set whether the filtering is over a backing copy of the metadata. More... | |
Environmental context for filtering of batch-loaded metadata.
opensaml::saml2md::BatchLoadMetadataFilterContext::BatchLoadMetadataFilterContext | ( | bool | isBackingFile | ) |
Constructor.
isBackingFile | initial setting for backing file flag |
bool opensaml::saml2md::BatchLoadMetadataFilterContext::isBackingFile | ( | ) | const |
Get whether the filtering is over a backing copy of the metadata.
void opensaml::saml2md::BatchLoadMetadataFilterContext::setBackingFile | ( | bool | flag | ) |
Set whether the filtering is over a backing copy of the metadata.
flag | flag to set |