Home
last modified time | relevance | path

Searched refs:getRequest (Results 1 – 25 of 78) 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
44 public function getRequest(): RequestInterface global() function in FreeDSx\\Ldap\\Protocol\\LdapMessageRequest
/plugin/api/_test/
H A Dpages.test.php68 $response = dokuwiki_plugin_api_util::getRequest($queryParameters);
131 $response = dokuwiki_plugin_api_util::getRequest($queryParameters);
H A 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/elasticsearch/vendor/ruflin/elastica/src/Exception/
H A DConnectionException.php41 public function getRequest() function in Elastica\\Exception\\ConnectionException
H A DResponseException.php40 public function getRequest(): Request function in Elastica\\Exception\\ResponseException
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Contactcenterinsights/
H A DGoogleCloudContactcenterinsightsV1UndeployIssueModelMetadata.php71 public function getRequest() function in Google\\Service\\Contactcenterinsights\\GoogleCloudContactcenterinsightsV1UndeployIssueModelMetadata
H A DGoogleCloudContactcenterinsightsV1alpha1CreateIssueModelMetadata.php71 public function getRequest() function in Google\\Service\\Contactcenterinsights\\GoogleCloudContactcenterinsightsV1alpha1CreateIssueModelMetadata
H A DGoogleCloudContactcenterinsightsV1DeleteIssueModelMetadata.php71 public function getRequest() function in Google\\Service\\Contactcenterinsights\\GoogleCloudContactcenterinsightsV1DeleteIssueModelMetadata
H A DGoogleCloudContactcenterinsightsV1alpha1DeployIssueModelMetadata.php71 public function getRequest() function in Google\\Service\\Contactcenterinsights\\GoogleCloudContactcenterinsightsV1alpha1DeployIssueModelMetadata
H A DGoogleCloudContactcenterinsightsV1CreateIssueModelMetadata.php71 public function getRequest() function in Google\\Service\\Contactcenterinsights\\GoogleCloudContactcenterinsightsV1CreateIssueModelMetadata
H A DGoogleCloudContactcenterinsightsV1DeployIssueModelMetadata.php71 public function getRequest() function in Google\\Service\\Contactcenterinsights\\GoogleCloudContactcenterinsightsV1DeployIssueModelMetadata
H A DGoogleCloudContactcenterinsightsV1alpha1DeleteIssueModelMetadata.php71 public function getRequest() function in Google\\Service\\Contactcenterinsights\\GoogleCloudContactcenterinsightsV1alpha1DeleteIssueModelMetadata
H A DGoogleCloudContactcenterinsightsV1alpha1UndeployIssueModelMetadata.php71 public function getRequest() function in Google\\Service\\Contactcenterinsights\\GoogleCloudContactcenterinsightsV1alpha1UndeployIssueModelMetadata
H A DGoogleCloudContactcenterinsightsV1ExportInsightsDataMetadata.php88 public function getRequest() function in Google\\Service\\Contactcenterinsights\\GoogleCloudContactcenterinsightsV1ExportInsightsDataMetadata
H A DGoogleCloudContactcenterinsightsV1alpha1ExportInsightsDataMetadata.php88 public function getRequest() function in Google\\Service\\Contactcenterinsights\\GoogleCloudContactcenterinsightsV1alpha1ExportInsightsDataMetadata
/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/
H A DSearchQueries.php68 public function getRequest() function in Google\\Service\\CustomSearchAPI\\SearchQueries
/plugin/adfs/phpsaml/lib/Saml/
H A DAuthRequest.php36 $parameters = array('SAMLRequest' => $authnRequest->getRequest());
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Compute/
H A DSSLHealthCheck.php113 public function getRequest() function in Google\\Service\\Compute\\SSLHealthCheck
H A DTCPHealthCheck.php113 public function getRequest() function in Google\\Service\\Compute\\TCPHealthCheck
/plugin/authgooglesheets/vendor/google/apiclient-services/src/FirebaseRules/
H A DTestCase.php112 public function getRequest() function in Google\\Service\\FirebaseRules\\TestCase
/plugin/pureldap/vendor/freedsx/ldap/src/FreeDSx/Ldap/Protocol/ServerProtocolHandler/
H A DServerAnonBindHandler.php43 $request = $message->getRequest();

1234