/plugin/pureldap/vendor/freedsx/ldap/src/FreeDSx/Ldap/Protocol/ |
H A D | ServerProtocolHandler.php | 213 if ($this->authorizer->isAuthenticationRequest($message->getRequest())) { 218 $request = $message->getRequest(); 279 if (!$this->authorizer->isAuthenticationTypeSupported($message->getRequest())) { 286 return $this->bindHandlerFactory->get($message->getRequest())->handleBind(
|
H A D | LdapMessageRequest.php | 45 public function getRequest(): RequestInterface 44 public function getRequest(): RequestInterface global() function in FreeDSx\\Ldap\\Protocol\\LdapMessageRequest
|
/plugin/api/_test/ |
H A D | pages.test.php | 68 $response = dokuwiki_plugin_api_util::getRequest($queryParameters); 131 $response = dokuwiki_plugin_api_util::getRequest($queryParameters);
|
H A D | utils.php | 27 public static function getRequest($queryParams=array()):TestResponse { function in dokuwiki_plugin_api_util
|
/plugin/pureldap/vendor/freedsx/ldap/src/FreeDSx/Ldap/Protocol/ClientProtocolHandler/ |
H A D | ClientReferralHandler.php | 142 $request = clone $messageTo->getRequest(); 153 if ($bind !== null && !$messageTo->getRequest() instanceof BindRequest) { 157 $response = $client->send($messageTo->getRequest(), ...$messageTo->controls());
|
/plugin/elasticsearch/vendor/ruflin/elastica/src/Exception/ |
H A D | ConnectionException.php | 41 public function getRequest() function in Elastica\\Exception\\ConnectionException
|
H A D | ResponseException.php | 40 public function getRequest(): Request function in Elastica\\Exception\\ResponseException
|
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Contactcenterinsights/ |
H A D | GoogleCloudContactcenterinsightsV1UndeployIssueModelMetadata.php | 71 public function getRequest() function in Google\\Service\\Contactcenterinsights\\GoogleCloudContactcenterinsightsV1UndeployIssueModelMetadata
|
H A D | GoogleCloudContactcenterinsightsV1alpha1CreateIssueModelMetadata.php | 71 public function getRequest() function in Google\\Service\\Contactcenterinsights\\GoogleCloudContactcenterinsightsV1alpha1CreateIssueModelMetadata
|
H A D | GoogleCloudContactcenterinsightsV1DeleteIssueModelMetadata.php | 71 public function getRequest() function in Google\\Service\\Contactcenterinsights\\GoogleCloudContactcenterinsightsV1DeleteIssueModelMetadata
|
H A D | GoogleCloudContactcenterinsightsV1alpha1DeployIssueModelMetadata.php | 71 public function getRequest() function in Google\\Service\\Contactcenterinsights\\GoogleCloudContactcenterinsightsV1alpha1DeployIssueModelMetadata
|
H A D | GoogleCloudContactcenterinsightsV1CreateIssueModelMetadata.php | 71 public function getRequest() function in Google\\Service\\Contactcenterinsights\\GoogleCloudContactcenterinsightsV1CreateIssueModelMetadata
|
H A D | GoogleCloudContactcenterinsightsV1DeployIssueModelMetadata.php | 71 public function getRequest() function in Google\\Service\\Contactcenterinsights\\GoogleCloudContactcenterinsightsV1DeployIssueModelMetadata
|
H A D | GoogleCloudContactcenterinsightsV1alpha1DeleteIssueModelMetadata.php | 71 public function getRequest() function in Google\\Service\\Contactcenterinsights\\GoogleCloudContactcenterinsightsV1alpha1DeleteIssueModelMetadata
|
H A D | GoogleCloudContactcenterinsightsV1alpha1UndeployIssueModelMetadata.php | 71 public function getRequest() function in Google\\Service\\Contactcenterinsights\\GoogleCloudContactcenterinsightsV1alpha1UndeployIssueModelMetadata
|
H A D | GoogleCloudContactcenterinsightsV1ExportInsightsDataMetadata.php | 88 public function getRequest() function in Google\\Service\\Contactcenterinsights\\GoogleCloudContactcenterinsightsV1ExportInsightsDataMetadata
|
H A D | GoogleCloudContactcenterinsightsV1alpha1ExportInsightsDataMetadata.php | 88 public function getRequest() function in Google\\Service\\Contactcenterinsights\\GoogleCloudContactcenterinsightsV1alpha1ExportInsightsDataMetadata
|
/plugin/davcal/vendor/sabre/http/examples/ |
H A D | basicauth.php | 34 $request = Sapi::getRequest();
|
H A D | reverseproxy.php | 33 $request = Sapi::getRequest();
|
/plugin/authgooglesheets/vendor/google/apiclient-services/src/CustomSearchAPI/ |
H A D | SearchQueries.php | 68 public function getRequest() function in Google\\Service\\CustomSearchAPI\\SearchQueries
|
/plugin/adfs/phpsaml/lib/Saml/ |
H A D | AuthRequest.php | 36 $parameters = array('SAMLRequest' => $authnRequest->getRequest());
|
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Compute/ |
H A D | SSLHealthCheck.php | 113 public function getRequest() function in Google\\Service\\Compute\\SSLHealthCheck
|
H A D | TCPHealthCheck.php | 113 public function getRequest() function in Google\\Service\\Compute\\TCPHealthCheck
|
/plugin/authgooglesheets/vendor/google/apiclient-services/src/FirebaseRules/ |
H A D | TestCase.php | 112 public function getRequest() function in Google\\Service\\FirebaseRules\\TestCase
|
/plugin/pureldap/vendor/freedsx/ldap/src/FreeDSx/Ldap/Protocol/ServerProtocolHandler/ |
H A D | ServerAnonBindHandler.php | 43 $request = $message->getRequest();
|