HttpCache::getRequest()

Request getRequest() Gets the Request instance associated with the master request. Return Value Request A Request instance

HttpCache::getLog()

string getLog() Returns a log message for the events of the last request processing. Return Value string A log message

HttpCache::getKernel()

HttpKernelInterface getKernel() Gets the Kernel instance. Return Value HttpKernelInterface An HttpKernelInterface instance

HttpCache

class HttpCache implements HttpKernelInterface, TerminableInterface Cache provides HTTP caching. Methods __construct(HttpKernelInterface $kernel, StoreInterface $store, SurrogateInterface $surrogate = null, array $options = array()) Constructor. StoreInterface getStore() Gets the current store. array getTraces() Returns an array of events that took place during processing of the last request. string getLog() Returns a log message for the events of the last request processi

HttpCache

class HttpCache extends HttpCache Manages HTTP cache objects in a Container. Methods __construct(HttpKernelInterface $kernel, string $cacheDir = null) Constructor. StoreInterface getStore() Gets the current store. from HttpCache array getTraces() Returns an array of events that took place during processing of the last request. from HttpCache string getLog() Returns a log message for the events of the last request processing. from HttpCache Request getRequest() Gets the R

HttpBasicLdapFactory::getKey()

string getKey() Defines the configuration key used to reference the provider in the firewall configuration. Return Value string

HttpBasicLdapFactory::create()

array create(ContainerBuilder $container, string $id, array $config, string $userProvider, string $defaultEntryPoint) Configures the container services required to use the authentication listener. Parameters ContainerBuilder $container string $id The unique id of the firewall array $config The options array for the listener string $userProvider The service id of the user provider string $defaultEntryPoint Return Value array containing three values: - the provider id - the lis

HttpBasicLdapFactory::addConfiguration()

addConfiguration(NodeDefinition $node) Parameters NodeDefinition $node

HttpBasicLdapFactory

class HttpBasicLdapFactory extends HttpBasicFactory HttpBasicFactory creates services for HTTP basic authentication. Methods array create(ContainerBuilder $container, string $id, array $config, string $userProvider, string $defaultEntryPoint) Configures the container services required to use the authentication listener. string getPosition() Defines the position at which the provider is called. from HttpBasicFactory string getKey() Defines the configuration key used to reference

HttpBasicFactory::getPosition()

string getPosition() Defines the position at which the provider is called. Possible values: preauth, form, http, and rememberme. Return Value string