Home
last modified time | relevance | path

Searched refs:Response (Results 1 – 25 of 187) sorted by path

12345678

/plugin/adfs/phpsaml/
H A DCHANGELOG10 …tion against the getSelfURLNoQuery as well on LogoutRequest and LogoutResponse as we do on Response
81 * Make the Issuer on the Response Optional
207 …Resolve namespace problem. Some IdPs uses saml2p:Response and saml2:Assertion instead of samlp:Res…
214 * Reject SAML Response if not signed and strict = false.
221 * Fixed usability bug. SP will inform about AuthFail status after process a Response.
H A DREADME.md837 of the SAML Response.
1281 ##### OneLogin_Saml_Response - `Response.php` #####
1304 SAML Response).
1353 ##### OneLogin_Saml2_Response - `Response.php` #####
1355 SAML 2 Authentication Response class
1396 SAML 2 Logout Response class
1403 * `build` - Generates a Logout Response object.
1404 * `getResponse` - Returns a Logout Response object.
1486 * `getStatus` - Gets Status from a Response.
1562 3. The SAML Response is processed in the ACS (`index.php?acs`), if the Response
[all …]
/plugin/adfs/phpsaml/lib/Saml2/
H A DUtils.php1373 $messageTypes = array('AuthnRequest', 'Response', 'LogoutRequest','LogoutResponse');
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Docs/
H A DBatchUpdateDocumentResponse.php27 protected $repliesType = Response::class;
47 * @param Response[]
54 * @return Response[]
H A DResponse.php20 class Response extends \Google\Model class
138 class_alias(Response::class, 'Google_Service_Docs_Response');
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Forms/
H A DBatchUpdateFormResponse.php25 protected $repliesType = Response::class;
45 * @param Response[]
52 * @return Response[]
H A DResponse.php20 class Response extends \Google\Model class
42 class_alias(Response::class, 'Google_Service_Forms_Response');
/plugin/authgooglesheets/vendor/google/apiclient-services/src/ServiceControl/
H A DAttributeContext.php37 protected $responseType = Response::class;
127 * @param Response
129 public function setResponse(Response $response)
134 * @return Response
H A DResponse.php20 class Response extends \Google\Model class
116 class_alias(Response::class, 'Google_Service_ServiceControl_Response');
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Sheets/
H A DBatchUpdateSpreadsheetResponse.php23 protected $repliesType = Response::class;
33 * @param Response[]
40 * @return Response[]
H A DResponse.php20 class Response extends \Google\Model class
394 class_alias(Response::class, 'Google_Service_Sheets_Response');
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Slides/
H A DBatchUpdatePresentationResponse.php27 protected $repliesType = Response::class;
47 * @param Response[]
54 * @return Response[]
H A DResponse.php20 class Response extends \Google\Model class
218 class_alias(Response::class, 'Google_Service_Slides_Response');
/plugin/authgooglesheets/vendor/google/apiclient/src/Http/
H A DBatch.php25 use GuzzleHttp\Psr7\Response; alias
174 $response = new Response(
H A DREST.php26 use GuzzleHttp\Psr7\Response; alias
93 $response = new Response(
/plugin/authgooglesheets/vendor/google/auth/src/HttpHandler/
H A DGuzzle5HttpHandler.php24 use GuzzleHttp\Psr7\Response; alias
121 return new Response(
/plugin/authgooglesheets/vendor/guzzlehttp/guzzle/
H A DCHANGELOG.md104 * Allow to pass nullable Response to delay callable
739 * `Guzzle\Http\Message\Response` now implements `\Serializable`
796 $request, Response $response);`
803 * Added `RevalidationInterface::shouldRevalidate(RequestInterface $request, Response $response)`
855 * Deprecating `Response::getPreviousResponse()` (method signature still exists, but it's deprecated…
858 * Refactored internals to no longer rely on Response::getRequest()
862 * Added `getEffectiveUrl()` and `getRedirectCount()` to Response objects
942 * Bug fix: `Guzzle\Http\Message\Response::json()` now allows scalar values to be returned
943 * Bug fix: Fixed bug in `Guzzle\Http\Message\Response` where wrapping quotes were stripped from `ge…
1029 * Bug: Response body can now be a string containing "0"
[all …]
H A DUPGRADING.md426 - `GuzzleHttp\Message\Response::getInfo()` and
427 `GuzzleHttp\Message\Response::setInfo()` have been removed. Use the event
429 - `GuzzleHttp\Message\Response::getRawHeaders()` has been removed.
430 - `GuzzleHttp\Message\Response::getMessage()` has been removed.
431 - `GuzzleHttp\Message\Response::calculateAge()` and other cache specific
435 - `GuzzleHttp\Message\Response::setRequest()` and
438 - `GuzzleHttp\Message\Response::getRedirectCount()` has been removed. Use the
667 (instead of getting back a Response, you got a StreamInterface). Streaming
759 $request, Response $response);`
779 * Moved getLinks() from Response to just be used on a Link header object.
[all …]
/plugin/authgooglesheets/vendor/guzzlehttp/guzzle/src/Handler/
H A DEasyHandle.php4 use GuzzleHttp\Psr7\Response; alias
76 $this->response = new Response(
H A DStreamHandler.php115 $response = new Psr7\Response($status, $headers, $sink, $ver, $reason);
/plugin/authgooglesheets/vendor/guzzlehttp/psr7/
H A DCHANGELOG.md118 - Response first-line to response string exception (fixes #145)
H A DREADME.md369 `public static function parseResponse(string $message): Response`
/plugin/authgooglesheets/vendor/guzzlehttp/psr7/src/
H A DMessage.php231 * @return Response
244 return new Response(
H A DResponse.php11 class Response implements ResponseInterface class
H A Dfunctions.php275 * @return Response

12345678