Home
last modified time | relevance | path

Searched refs:roleExists (Results 1 – 22 of 22) sorted by relevance

/dports/databases/mongodb36/mongodb-src-r3.6.23/src/mongo/db/auth/
H A Drole_graph_test.cpp578 ASSERT(graph.roleExists(builtinRole)); in TEST()
581 ASSERT(graph.roleExists(builtinRole)); in TEST()
582 ASSERT(!graph.roleExists(userRole)); in TEST()
584 ASSERT(graph.roleExists(userRole)); in TEST()
613 ASSERT(!graph.roleExists(userRole)); in TEST()
618 ASSERT(graph.roleExists(RoleName("read", "test"))); in TEST()
621 ASSERT(graph.roleExists(RoleName("dbAdmin", "test"))); in TEST()
622 ASSERT(graph.roleExists(RoleName("dbOwner", "test"))); in TEST()
629 ASSERT(!graph.roleExists(RoleName("root", "test"))); in TEST()
633 ASSERT(graph.roleExists(RoleName("read", "admin"))); in TEST()
[all …]
H A Drole_graph.cpp81 if (roleExists(role)) { in createRole()
103 if (!roleExists(role)) { in deleteRole()
136 if (!roleExists(role)) in getDirectSubordinates()
142 if (!roleExists(role)) in getIndirectSubordinates()
148 if (!roleExists(role)) in getDirectMembers()
154 if (!roleExists(role)) in getDirectPrivileges()
160 if (!roleExists(role)) in getAllPrivileges()
176 if (!roleExists(role)) { in addRoleToRole()
204 if (!roleExists(role)) { in removeRoleFromRole()
257 if (!roleExists(role)) { in addPrivilegeToRole()
[all …]
H A Drole_graph.h156 bool roleExists(const RoleName& role);
H A Dauthz_manager_external_state_local.cpp360 if (!_roleGraph.roleExists(roleName)) in _getRoleDescription_inlock()
H A Dauthorization_manager.cpp377 if (!graph->roleExists(roleName)) { in getBSONForRole()
/dports/www/ilias/ILIAS-5.4.25/Services/LDAP/classes/
H A Dclass.ilLDAPRoleGroupMappingSettings.php170 …$this->mappings[$mapping_id]['role'] = $rbacreview->roleExists(ilUtil::stripSlashes($data['role'])…
200 if (strlen($data['role_name']) and !$rbacreview->roleExists($data['role_name'])) {
H A Dclass.ilLDAPRoleGroupMappingSetting.php247 $this->role = $rbacreview->roleExists(ilUtil::stripSlashes($a_value));
H A Dclass.ilLDAPSettingsGUI.php1492 … if ($propertie_form->checkInput() && $rbacreview->roleExists($propertie_form->getInput("role"))) {
1508 if (!$rbacreview->roleExists($propertie_form->getInput("role"))) {
1770 … if ($propertie_form->checkInput() && $rbacreview->roleExists($propertie_form->getInput("role"))) {
1786 if (!$rbacreview->roleExists($propertie_form->getInput("role"))) {
/dports/www/ilias6/ILIAS-6.14/Services/LDAP/classes/
H A Dclass.ilLDAPRoleGroupMappingSettings.php170 …$this->mappings[$mapping_id]['role'] = $rbacreview->roleExists(ilUtil::stripSlashes($data['role'])…
200 if (strlen($data['role_name']) and !$rbacreview->roleExists($data['role_name'])) {
H A Dclass.ilLDAPRoleGroupMappingSetting.php247 $this->role = $rbacreview->roleExists(ilUtil::stripSlashes($a_value));
H A Dclass.ilLDAPSettingsGUI.php1509 … if ($propertie_form->checkInput() && $rbacreview->roleExists($propertie_form->getInput("role"))) {
1525 if (!$rbacreview->roleExists($propertie_form->getInput("role"))) {
1797 … if ($propertie_form->checkInput() && $rbacreview->roleExists($propertie_form->getInput("role"))) {
1813 if (!$rbacreview->roleExists($propertie_form->getInput("role"))) {
/dports/www/mediawiki135/mediawiki-1.35.5/includes/installer/
H A DPostgresInstaller.php359 $exists = $status->value->roleExists( $this->getVar( 'wgDBuser' ) );
557 $userExists = $conn->roleExists( $this->getVar( 'wgDBuser' ) );
/dports/www/mediawiki137/mediawiki-1.37.1/includes/installer/
H A DPostgresInstaller.php359 $exists = $status->value->roleExists( $this->getVar( 'wgDBuser' ) );
557 $userExists = $conn->roleExists( $this->getVar( 'wgDBuser' ) );
/dports/www/mediawiki136/mediawiki-1.36.3/includes/installer/
H A DPostgresInstaller.php359 $exists = $status->value->roleExists( $this->getVar( 'wgDBuser' ) );
557 $userExists = $conn->roleExists( $this->getVar( 'wgDBuser' ) );
/dports/www/mediawiki137/mediawiki-1.37.1/includes/libs/rdbms/database/
H A DDatabasePostgres.php1128 public function roleExists( $roleName ) { function in Wikimedia\\Rdbms\\DatabasePostgres
/dports/www/mediawiki135/mediawiki-1.35.5/includes/libs/rdbms/database/
H A DDatabasePostgres.php1213 public function roleExists( $roleName ) { function in Wikimedia\\Rdbms\\DatabasePostgres
/dports/www/mediawiki136/mediawiki-1.36.3/includes/libs/rdbms/database/
H A DDatabasePostgres.php1213 public function roleExists( $roleName ) { function in Wikimedia\\Rdbms\\DatabasePostgres
/dports/www/ilias/ILIAS-5.4.25/Services/AccessControl/classes/
H A Dclass.ilRbacReview.php79 public function roleExists($a_title, $a_id = 0) function in ilRbacReview
/dports/www/ilias6/ILIAS-6.14/Services/AccessControl/classes/
H A Dclass.ilRbacReview.php79 public function roleExists($a_title, $a_id = 0) function in ilRbacReview
/dports/databases/pg_citus/citus-10.2.3/src/backend/distributed/metadata/
H A Dmetadata_cache.c4572 bool roleExists = SearchSysCacheExists1(AUTHNAME, NameGetDatum(roleName)); in role_exists() local
4574 PG_RETURN_BOOL(roleExists); in role_exists()
/dports/www/ilias/ILIAS-5.4.25/Services/Registration/classes/
H A Dclass.ilRegistrationSettingsGUI.php1019 $role_id = $rbacreview->roleExists($item);
/dports/www/ilias6/ILIAS-6.14/Services/Registration/classes/
H A Dclass.ilRegistrationSettingsGUI.php988 $role_id = $rbacreview->roleExists($item);