int RGWAccessKeyPool::check_op(RGWUserAdminOpState& op_state,
std::string *err_msg)
{
- std::string subprocess_msg;
RGWUserInfo dup_info;
if (!op_state.is_populated()) {
// Generate a new random key
int RGWAccessKeyPool::generate_key(RGWUserAdminOpState& op_state, std::string *err_msg)
{
- std::string duplicate_check_id;
std::string id;
std::string key;
std::string *err_msg)
{
bool existing = false;
- string subprocess_msg;
std::string subuser = op_state.get_subuser();
if (!op_state.is_populated()) {
int RGWUserCapPool::add(RGWUserAdminOpState& op_state, std::string *err_msg, bool defer_save)
{
int ret = 0;
- std::string subprocess_msg;
std::string caps_str = op_state.get_caps();
if (!op_state.is_populated()) {
int RGWUserCapPool::remove(RGWUserAdminOpState& op_state, std::string *err_msg, bool defer_save)
{
int ret = 0;
- std::string subprocess_msg;
std::string caps_str = op_state.get_caps();
int RGWUser::check_op(RGWUserAdminOpState& op_state, std::string *err_msg)
{
- std::string subprocess_msg;
bool same_id;
bool populated;
//bool existing_email = false; // this check causes a fault