![]()  | 
  
    MySQL 8.4.7
    
   Source Code Documentation 
   | 
 
#include <security_context.h>
Public Attributes | |
| mysql_service_status_t(* | create )(Security_context_handle *out_ctx) | 
| Creates a new security context and initializes it with the defaults (no access, no user etc).  More... | |
| mysql_service_status_t(* | destroy )(Security_context_handle ctx) | 
| Deallocates a security context.  More... | |
| mysql_service_status_t(* | copy )(Security_context_handle in_ctx, Security_context_handle *out_ctx) | 
| Duplicates a security context.  More... | |
| mysql_service_status_t(* s_mysql_mysql_security_context_factory::copy) (Security_context_handle in_ctx, Security_context_handle *out_ctx) | 
Duplicates a security context.
| [in] | in_ctx | The handle of the security context to copy | 
| [out] | out_ctx | placeholder for the handle of the copied security context | 
| true | failure | 
| false | success | 
| mysql_service_status_t(* s_mysql_mysql_security_context_factory::create) (Security_context_handle *out_ctx) | 
Creates a new security context and initializes it with the defaults (no access, no user etc).
| [out] | out_ctx | placeholder for the newly created security context handle | 
| true | failure | 
| false | success | 
| mysql_service_status_t(* s_mysql_mysql_security_context_factory::destroy) (Security_context_handle ctx) | 
Deallocates a security context.
| [in] | ctx | The handle of the security context to destroy | 
| true | failure | 
| false | success |