Overview
  • Namespace
  • Class

Namespaces

  • Http
    • Message
      • Authentication
      • Decorator
      • Encoding
        • Filter
      • Formatter
      • MessageFactory
      • StreamFactory
      • UriFactory

Classes

  • BasicAuth
  • Bearer
  • Chain
  • Matching
  • QueryParam
  • Wsse

Class Wsse

Authenticate a PSR-7 Request using WSSE.

Http\Message\Authentication\Wsse implements Http\Message\Authentication
Final
Namespace: Http\Message\Authentication
Author: Márk Sági-Kazár mark.sagikazar@gmail.com
Located at Authentication/Wsse.php

Methods summary

public
# __construct( string $username, string $password )

Parameters

$username
$password
public Psr\Http\Message\RequestInterface
# authenticate( Psr\Http\Message\RequestInterface $request )

Authenticates a request.

Authenticates a request.

Parameters

$request

Returns

Psr\Http\Message\RequestInterface

Implementation of

Http\Message\Authentication::authenticate()
API documentation generated by ApiGen