QGIS API Documentation
3.99.0-Master (2fe06baccd8)
Loading...
Searching...
No Matches
src
core
auth
qgsauthmethodmetadata.cpp
Go to the documentation of this file.
1
/***************************************************************************
2
qgsauthmethodmetadata.cpp
3
---------------------
4
begin : September 1, 2015
5
copyright : (C) 2015 by Boundless Spatial, Inc. USA
6
author : Larry Shaffer
7
email : lshaffer at boundlessgeo dot com
8
***************************************************************************
9
* *
10
* This program is free software; you can redistribute it and/or modify *
11
* it under the terms of the GNU General Public License as published by *
12
* the Free Software Foundation; either version 2 of the License, or *
13
* (at your option) any later version. *
14
* *
15
***************************************************************************/
16
17
#include "
qgsauthmethodmetadata.h
"
18
19
#include <QStringList>
20
21
QString
QgsAuthMethodMetadata::key
()
const
22
{
23
return
mKey;
24
}
25
26
QString
QgsAuthMethodMetadata::description
()
const
27
{
28
return
mDescription;
29
}
30
31
QString
QgsAuthMethodMetadata::library
()
const
32
{
33
return
mLibrary;
34
}
35
36
QgsAuthMethod
*
QgsAuthMethodMetadata::createAuthMethod
()
const
37
{
38
return
nullptr
;
39
}
40
41
QgsAuthMethodMetadata::createAuthMethod
virtual QgsAuthMethod * createAuthMethod() const
Class factory to return a pointer to a newly created QgsDataProvider object.
Definition
qgsauthmethodmetadata.cpp:36
QgsAuthMethodMetadata::description
QString description() const
Returns descriptive text for the method.
Definition
qgsauthmethodmetadata.cpp:26
QgsAuthMethodMetadata::key
QString key() const
Returns the unique key associated with the method.
Definition
qgsauthmethodmetadata.cpp:21
QgsAuthMethodMetadata::library
QString library() const
Returns the library file name.
Definition
qgsauthmethodmetadata.cpp:31
QgsAuthMethod
Abstract base class for authentication method plugins.
Definition
qgsauthmethod.h:40
qgsauthmethodmetadata.h
Generated on
for QGIS API Documentation by
1.15.0