createSecurityContext(const SecurityCredentials &cred)=0 | dmlite::Authn | [pure virtual] |
deleteGroup(const std::string &groupName)=0 | dmlite::Authn | [pure virtual] |
deleteUser(const std::string &userName)=0 | dmlite::Authn | [pure virtual] |
getGroup(const std::string &groupName)=0 | dmlite::Authn | [pure virtual] |
getGroup(const std::string &key, const boost::any &value)=0 | dmlite::Authn | [pure virtual] |
getGroups(void)=0 | dmlite::Authn | [pure virtual] |
getIdMap(const std::string &userName, const std::vector< std::string > &groupNames, UserInfo *user, std::vector< GroupInfo > *groups)=0 | dmlite::Authn | [pure virtual] |
getImplId(void) const =0 | dmlite::Authn | [pure virtual] |
getUser(const std::string &userName)=0 | dmlite::Authn | [pure virtual] |
getUser(const std::string &key, const boost::any &value)=0 | dmlite::Authn | [pure virtual] |
getUsers(void)=0 | dmlite::Authn | [pure virtual] |
newGroup(const std::string &groupName)=0 | dmlite::Authn | [pure virtual] |
newUser(const std::string &userName)=0 | dmlite::Authn | [pure virtual] |
updateGroup(const GroupInfo &group)=0 | dmlite::Authn | [pure virtual] |
updateUser(const UserInfo &user)=0 | dmlite::Authn | [pure virtual] |
~Authn() | dmlite::Authn | [virtual] |