Lines Matching defs:strValue
640 const std::string* strValue =
643 if (strValue == nullptr)
649 confData.uri = *strValue;
653 confData.bindDN = *strValue;
657 confData.baseDN = *strValue;
662 confData.searchScope = *strValue;
667 confData.groupAttribute = *strValue;
672 confData.userNameAttribute = *strValue;
676 confData.serverType = *strValue;
687 const std::string* strValue =
691 if (strValue == nullptr)
698 roleMapData.groupName = *strValue;
702 roleMapData.privilege = *strValue;