QGIS API Documentation
3.4.15-Madeira (e83d02e274)
|
A helper class that centralizes restrictions given by all the access control filter plugins. More...
#include <qgsaccesscontrol.h>
Public Member Functions | |
QgsAccessControl () | |
Constructor. More... | |
QgsAccessControl (const QgsAccessControl ©) | |
Constructor. More... | |
~QgsAccessControl () override | |
bool | allowToEdit (const QgsVectorLayer *layer, const QgsFeature &feature) const |
Are we authorized to modify the following geometry. More... | |
QgsFeatureFilterProvider * | clone () const override |
Returns a clone of the object. More... | |
QString | extraSubsetString (const QgsVectorLayer *layer) const |
Returns an additional subset string (typically SQL) filter. More... | |
bool | fillCacheKey (QStringList &cacheKey) const |
Fill the capabilities caching key. More... | |
void | filterFeatures (const QgsVectorLayer *layer, QgsFeatureRequest &filterFeatures) const override |
Filter the features of the layer. More... | |
QStringList | layerAttributes (const QgsVectorLayer *layer, const QStringList &attributes) const |
Returns the authorized layer attributes. More... | |
bool | layerDeletePermission (const QgsVectorLayer *layer) const |
Returns the layer delete right. More... | |
bool | layerInsertPermission (const QgsVectorLayer *layer) const |
Returns the layer insert right. More... | |
bool | layerReadPermission (const QgsMapLayer *layer) const |
Returns the layer read right. More... | |
bool | layerUpdatePermission (const QgsVectorLayer *layer) const |
Returns the layer update right. More... | |
void | registerAccessControl (QgsAccessControlFilter *accessControl, int priority=0) |
Register an access control filter. More... | |
void | resolveFilterFeatures (const QList< QgsMapLayer * > &layers) |
Resolve features' filter of layers. More... | |
Public Member Functions inherited from QgsFeatureFilterProvider | |
QgsFeatureFilterProvider ()=default | |
Constructor. More... | |
virtual | ~QgsFeatureFilterProvider ()=default |
A helper class that centralizes restrictions given by all the access control filter plugins.
Definition at line 39 of file qgsaccesscontrol.h.
|
inline |
Constructor.
Definition at line 47 of file qgsaccesscontrol.h.
|
inline |
Constructor.
Definition at line 54 of file qgsaccesscontrol.h.
|
inlineoverride |
Definition at line 62 of file qgsaccesscontrol.h.
bool QgsAccessControl::allowToEdit | ( | const QgsVectorLayer * | layer, |
const QgsFeature & | feature | ||
) | const |
Are we authorized to modify the following geometry.
layer | the layer to control |
feature | the concerned feature |
Definition at line 174 of file qgsaccesscontrol.cpp.
|
overridevirtual |
Returns a clone of the object.
Clone the object.
Implements QgsFeatureFilterProvider.
Definition at line 84 of file qgsaccesscontrol.cpp.
QString QgsAccessControl::extraSubsetString | ( | const QgsVectorLayer * | layer | ) | const |
Returns an additional subset string (typically SQL) filter.
layer | the layer to control |
Definition at line 90 of file qgsaccesscontrol.cpp.
bool QgsAccessControl::fillCacheKey | ( | QStringList & | cacheKey | ) | const |
Fill the capabilities caching key.
cacheKey | the list to fill with a cache variant |
Definition at line 188 of file qgsaccesscontrol.cpp.
|
overridevirtual |
Filter the features of the layer.
layer | the layer to control |
filterFeatures | the request to fill |
Implements QgsFeatureFilterProvider.
Definition at line 63 of file qgsaccesscontrol.cpp.
QStringList QgsAccessControl::layerAttributes | ( | const QgsVectorLayer * | layer, |
const QStringList & | attributes | ||
) | const |
Returns the authorized layer attributes.
layer | the layer to control |
attributes | the list of attribute |
Definition at line 162 of file qgsaccesscontrol.cpp.
bool QgsAccessControl::layerDeletePermission | ( | const QgsVectorLayer * | layer | ) | const |
Returns the layer delete right.
layer | the layer to control |
Definition at line 148 of file qgsaccesscontrol.cpp.
bool QgsAccessControl::layerInsertPermission | ( | const QgsVectorLayer * | layer | ) | const |
Returns the layer insert right.
layer | the layer to control |
Definition at line 120 of file qgsaccesscontrol.cpp.
bool QgsAccessControl::layerReadPermission | ( | const QgsMapLayer * | layer | ) | const |
Returns the layer read right.
layer | the layer to control |
Definition at line 106 of file qgsaccesscontrol.cpp.
bool QgsAccessControl::layerUpdatePermission | ( | const QgsVectorLayer * | layer | ) | const |
Returns the layer update right.
layer | the layer to control |
Definition at line 134 of file qgsaccesscontrol.cpp.
void QgsAccessControl::registerAccessControl | ( | QgsAccessControlFilter * | accessControl, |
int | priority = 0 |
||
) |
Register an access control filter.
Register a new access control filter.
accessControl | the access control to add |
priority | the priority used to define the order |
Definition at line 205 of file qgsaccesscontrol.cpp.
void QgsAccessControl::resolveFilterFeatures | ( | const QList< QgsMapLayer * > & | layers | ) |
Resolve features' filter of layers.
layers | to filter |
Definition at line 25 of file qgsaccesscontrol.cpp.