Home
last modified time | relevance | path

Searched refs:getRequest (Results 1 – 25 of 90) sorted by relevance

1234

/plugin/pureldap/vendor/freedsx/ldap/src/FreeDSx/Ldap/Protocol/
H A DServerProtocolHandler.php213 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 DLdapMessageRequest.php45 public function getRequest(): RequestInterface function in FreeDSx\\Ldap\\Protocol\\LdapMessageRequest
/plugin/api/_test/
Dpages.test.php68 $response = dokuwiki_plugin_api_util::getRequest($queryParameters);
131 $response = dokuwiki_plugin_api_util::getRequest($queryParameters);
Dutils.php27 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 DClientReferralHandler.php142 $request = clone $messageTo->getRequest();
153 if ($bind !== null && !$messageTo->getRequest() instanceof BindRequest) {
157 $response = $client->send($messageTo->getRequest(), ...$messageTo->controls());
/plugin/matrixnotifierwas/vendor/psr/http-client/src/
DNetworkExceptionInterface.php23 public function getRequest(): RequestInterface; function
DRequestExceptionInterface.php23 public function getRequest(): RequestInterface; function
/plugin/elasticsearch/vendor/ruflin/elastica/src/Exception/
DConnectionException.php41 public function getRequest() function in Elastica\\Exception\\ConnectionException
DResponseException.php40 public function getRequest(): Request function in Elastica\\Exception\\ResponseException
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Contactcenterinsights/
DGoogleCloudContactcenterinsightsV1alpha1DeleteIssueModelMetadata.php71 public function getRequest() function in Google\\Service\\Contactcenterinsights\\GoogleCloudContactcenterinsightsV1alpha1DeleteIssueModelMetadata
DGoogleCloudContactcenterinsightsV1alpha1UndeployIssueModelMetadata.php71 public function getRequest() function in Google\\Service\\Contactcenterinsights\\GoogleCloudContactcenterinsightsV1alpha1UndeployIssueModelMetadata
DGoogleCloudContactcenterinsightsV1DeployIssueModelMetadata.php71 public function getRequest() function in Google\\Service\\Contactcenterinsights\\GoogleCloudContactcenterinsightsV1DeployIssueModelMetadata
DGoogleCloudContactcenterinsightsV1alpha1DeployIssueModelMetadata.php71 public function getRequest() function in Google\\Service\\Contactcenterinsights\\GoogleCloudContactcenterinsightsV1alpha1DeployIssueModelMetadata
DGoogleCloudContactcenterinsightsV1DeleteIssueModelMetadata.php71 public function getRequest() function in Google\\Service\\Contactcenterinsights\\GoogleCloudContactcenterinsightsV1DeleteIssueModelMetadata
DGoogleCloudContactcenterinsightsV1UndeployIssueModelMetadata.php71 public function getRequest() function in Google\\Service\\Contactcenterinsights\\GoogleCloudContactcenterinsightsV1UndeployIssueModelMetadata
DGoogleCloudContactcenterinsightsV1CreateIssueModelMetadata.php71 public function getRequest() function in Google\\Service\\Contactcenterinsights\\GoogleCloudContactcenterinsightsV1CreateIssueModelMetadata
DGoogleCloudContactcenterinsightsV1alpha1CreateIssueModelMetadata.php71 public function getRequest() function in Google\\Service\\Contactcenterinsights\\GoogleCloudContactcenterinsightsV1alpha1CreateIssueModelMetadata
DGoogleCloudContactcenterinsightsV1ExportInsightsDataMetadata.php88 public function getRequest() function in Google\\Service\\Contactcenterinsights\\GoogleCloudContactcenterinsightsV1ExportInsightsDataMetadata
DGoogleCloudContactcenterinsightsV1alpha1ExportInsightsDataMetadata.php88 public function getRequest() function in Google\\Service\\Contactcenterinsights\\GoogleCloudContactcenterinsightsV1alpha1ExportInsightsDataMetadata
/plugin/matrixnotifierwas/vendor/guzzlehttp/guzzle/src/Exception/
DConnectException.php39 public function getRequest(): RequestInterface function in GuzzleHttp\\Exception\\ConnectException
/plugin/davcal/vendor/sabre/http/examples/
H A Dbasicauth.php34 $request = Sapi::getRequest();
H A Dreverseproxy.php33 $request = Sapi::getRequest();
/plugin/authgooglesheets/vendor/google/apiclient-services/src/CustomSearchAPI/
DSearchQueries.php68 public function getRequest() function in Google\\Service\\CustomSearchAPI\\SearchQueries
/plugin/adfs/phpsaml/lib/Saml/
DAuthRequest.php36 $parameters = array('SAMLRequest' => $authnRequest->getRequest());
/plugin/saml/phpsaml/lib/Saml/
DAuthRequest.php36 $parameters = array('SAMLRequest' => $authnRequest->getRequest());

1234