#include <security_context_wrapper.h>
 | 
| const char *  | get_property (const char *property) | 
|   | Get value for given property from security context.  More...
  | 
|   | 
◆ Security_context_wrapper()
  
  
      
        
          | connection_control::Security_context_wrapper::Security_context_wrapper  | 
          ( | 
          MYSQL_THD  | 
          thd | ) | 
           | 
         
       
   | 
  
explicit   | 
  
 
Security_context_wrapper constructor. 
- Parameters
 - 
  
  
 
Get security context from thd. 
 
 
◆ ~Security_context_wrapper()
  
  
      
        
          | connection_control::Security_context_wrapper::~Security_context_wrapper  | 
          ( | 
           | ) | 
           | 
         
       
   | 
  
default   | 
  
 
 
◆ get_host()
      
        
          | const char * connection_control::Security_context_wrapper::get_host  | 
          ( | 
           | ) | 
           | 
        
      
 
Get connected host information from security context. 
 
 
◆ get_ip()
      
        
          | const char * connection_control::Security_context_wrapper::get_ip  | 
          ( | 
           | ) | 
           | 
        
      
 
Get connected ip information from security context. 
 
 
◆ get_priv_host()
      
        
          | const char * connection_control::Security_context_wrapper::get_priv_host  | 
          ( | 
           | ) | 
           | 
        
      
 
Get priv host information from security context. 
 
 
◆ get_priv_user()
      
        
          | const char * connection_control::Security_context_wrapper::get_priv_user  | 
          ( | 
           | ) | 
           | 
        
      
 
Get priv user information from security context. 
 
 
◆ get_property()
  
  
      
        
          | const char * connection_control::Security_context_wrapper::get_property  | 
          ( | 
          const char *  | 
          property | ) | 
           | 
         
       
   | 
  
private   | 
  
 
Get value for given property from security context. 
- Parameters
 - 
  
    | [in] | property | Property to be checked | 
  
   
- Returns
 - value of the property 
 
 
 
◆ get_proxy_user()
      
        
          | const char * connection_control::Security_context_wrapper::get_proxy_user  | 
          ( | 
           | ) | 
           | 
        
      
 
Get proxy user information from security context. 
 
 
◆ get_user()
      
        
          | const char * connection_control::Security_context_wrapper::get_user  | 
          ( | 
           | ) | 
           | 
        
      
 
Get connected user information from security context. 
 
 
◆ m_sctx
◆ m_valid
  
  
      
        
          | bool connection_control::Security_context_wrapper::m_valid = false | 
         
       
   | 
  
private   | 
  
 
 
The documentation for this class was generated from the following files: