Home
last modified time | relevance | path

Searched refs:getGroupAttribute (Results 1 – 11 of 11) sorted by relevance

/dports/www/guacamole-client/guacamole-client-1.3.0/extensions/guacamole-auth-cas/src/main/java/org/apache/guacamole/auth/cas/conf/
H A DConfigurationService.java106 public String getGroupAttribute() throws GuacamoleException { in getGroupAttribute() method in ConfigurationService
/dports/www/ilias/ILIAS-5.4.25/Services/LDAP/classes/
H A Dclass.ilLDAPServer.php700 public function getGroupAttribute() function in ilLDAPServer
912 $this->getGroupAttribute(),
959 "group_attribute = " . $this->db->quote($this->getGroupAttribute(), 'text') . ", " .
1056 $options['groupattr'] = $this->getGroupAttribute();
H A Dclass.ilLDAPQuery.php302 $this->getServer()->getGroupAttribute(),
357 $this->settings->getGroupAttribute(),
H A Dclass.ilLDAPSettingsGUI.php667 'group_attribute' => $this->server->getGroupAttribute(),
/dports/www/ilias6/ILIAS-6.14/Services/LDAP/classes/
H A Dclass.ilLDAPServer.php700 public function getGroupAttribute() function in ilLDAPServer
912 $this->getGroupAttribute(),
959 "group_attribute = " . $this->db->quote($this->getGroupAttribute(), 'text') . ", " .
1056 $options['groupattr'] = $this->getGroupAttribute();
H A Dclass.ilLDAPQuery.php399 $this->getServer()->getGroupAttribute(),
455 $this->settings->getGroupAttribute(),
H A Dclass.ilLDAPSettingsGUI.php684 'group_attribute' => $this->server->getGroupAttribute(),
/dports/www/guacamole-client/guacamole-client-1.3.0/extensions/guacamole-auth-saml/src/main/java/org/apache/guacamole/auth/saml/conf/
H A DConfigurationService.java294 public String getGroupAttribute() throws GuacamoleException { in getGroupAttribute() method in ConfigurationService
/dports/www/guacamole-client/guacamole-client-1.3.0/extensions/guacamole-auth-cas/src/main/java/org/apache/guacamole/auth/cas/ticket/
H A DTicketValidationService.java179 String groupAttribute = confService.getGroupAttribute(); in validateTicket()
/dports/www/guacamole-client/guacamole-client-1.3.0/extensions/guacamole-auth-saml/src/main/java/org/apache/guacamole/auth/saml/
H A DAuthenticationProviderService.java153 parseGroups(attributes, confService.getGroupAttribute())); in authenticateUser()
/dports/devel/pear-codegen/CodeGen-1.0.7/CodeGen/
H A DExtensionParser.php75 function getGroupAttribute($name) function in CodeGen_ExtensionParser