dmlite
0.6
|
#include <authn.h>
Public Member Functions | |
bool | operator== (const UserInfo &) const |
bool | operator!= (const UserInfo &) const |
bool | operator< (const UserInfo &) const |
bool | operator> (const UserInfo &) const |
Public Attributes | |
std::string | name |
User information. To be filled by the Authn plugin with whichever data it is needed. (i.e. uid for LCGDM Adapter) To be used by other plugins whenever they need it. IMPORTANT: This means plugins must be compatible with the Authn put in charge of security.
bool dmlite::UserInfo::operator!= | ( | const UserInfo & | ) | const |
bool dmlite::UserInfo::operator< | ( | const UserInfo & | ) | const |
bool dmlite::UserInfo::operator== | ( | const UserInfo & | ) | const |
bool dmlite::UserInfo::operator> | ( | const UserInfo & | ) | const |
std::string dmlite::UserInfo::name |