Lines Matching full:identity
28 const char *identity, in qauthz_simple_is_allowed() argument
33 trace_qauthz_simple_is_allowed(authz, sauthz->identity, identity); in qauthz_simple_is_allowed()
34 return g_str_equal(identity, sauthz->identity); in qauthz_simple_is_allowed()
44 g_free(sauthz->identity); in qauthz_simple_prop_set_identity()
45 sauthz->identity = g_strdup(value); in qauthz_simple_prop_set_identity()
55 return g_strdup(sauthz->identity); in qauthz_simple_prop_get_identity()
64 g_free(sauthz->identity); in qauthz_simple_finalize()
73 if (!sauthz->identity) { in qauthz_simple_complete()
74 error_setg(errp, "The 'identity' property must be set"); in qauthz_simple_complete()
89 object_class_property_add_str(oc, "identity", in qauthz_simple_class_init()
96 const char *identity, in qauthz_simple_new() argument
103 "identity", identity, in qauthz_simple_new()