ILIAS  trunk Revision v12.0_alpha-377-g3641b37b9db
UsernameProvider.php
Go to the documentation of this file.
1<?php
2
19declare(strict_types=1);
20
22
23use Psr\Http\Message\ServerRequestInterface;
24
26{
30 public function getPriority(): int;
31
32 public function getUsername(ServerRequestInterface $request): UsernameInterface;
33}
Implementations may represent a resolved, concrete username or a null/empty value.
getUsername(ServerRequestInterface $request)
getPriority()
Priority semantics: higher values are processed earlier.