10#include "MantidICat/DllConfig.h"
35 const std::string
name()
const override {
return "CatalogLogin"; }
37 const std::string
summary()
const override {
return "Authenticates credentials against a given catalog."; }
39 int version()
const override {
return 1; }
40 const std::vector<std::string>
seeAlso()
const override {
41 return {
"CatalogLogout",
"CatalogSearch",
"CatalogPublish"};
44 const std::string
category()
const override {
return "DataHandling\\Catalog"; }
Base class from which all concrete algorithm classes should be derived.
This class is responsible for authentication of credentials against the catalog.
const std::vector< std::string > seeAlso() const override
Function to return all of the seeAlso (these are not validated) algorithms related to this algorithm....
const std::string name() const override
Algorithm's name for identification overriding a virtual method.
~CatalogLogin() override=default
Destructor.
CatalogLogin()
constructor
const std::string summary() const override
Summary of algorithms purpose.
const std::string category() const override
Algorithm's category for identification overriding a virtual method.
int version() const override
Algorithm's version for identification overriding a virtual method.
Helper class which provides the Collimation Length for SANS instruments.