| 
| 
AuthenticationDataPtr  | authData_ | 
|   | 
 | 
| 
class  | ClientConfiguration | 
|   | 
◆ getAuthData()
  
  
      
        
          | virtual Result pulsar::Authentication::getAuthData  | 
          ( | 
          AuthenticationDataPtr &  | 
          authDataContent | ) | 
           | 
         
       
   | 
  
inlinevirtual   | 
  
 
 
◆ getAuthMethodName()
  
  
      
        
          | virtual const std::string pulsar::Authentication::getAuthMethodName  | 
          ( | 
           | ) | 
           const | 
         
       
   | 
  
pure virtual   | 
  
 
 
◆ parseDefaultFormatAuthParams()
  
  
      
        
          | static ParamMap pulsar::Authentication::parseDefaultFormatAuthParams  | 
          ( | 
          const std::string &  | 
          authParamsString | ) | 
           | 
         
       
   | 
  
static   | 
  
 
Parse the authentication parameter string to a map whose key and value are both strings
The parameter string can have multiple lines. The format of each line is a comma-separated “key:value” string.
For example, “k1:v1,k2:v2” is parsed to two key-value pairs (k1, v1) and (k2, v2).
- Parameters
 - 
  
    | authParamsString | the authentication parameter string to be parsed  | 
  
   
- Returns
 - the parsed map whose key and value are both strings 
 
 
 
The documentation for this class was generated from the following file: