ILIAS
trunk Revision v12.0_alpha-377-g3641b37b9db
◀ ilDoc Overview
UsernameInterface.php
Go to the documentation of this file.
1
<?php
2
19
declare(strict_types=1);
20
21
namespace
ILIAS\ApacheAuth\UsernameProvider
;
22
26
interface
UsernameInterface
27
{
31
public
function
asString
(): string;
32
36
public
function
isEmpty
(): bool;
37
}
ILIAS\ApacheAuth\UsernameProvider\UsernameInterface
Implementations may represent a resolved, concrete username or a null/empty value.
Definition:
UsernameInterface.php:27
ILIAS\ApacheAuth\UsernameProvider\UsernameInterface\asString
asString()
Returns the username as string.
ILIAS\ApacheAuth\UsernameProvider\UsernameInterface\isEmpty
isEmpty()
True if this represents an empty (non-real) username.
ILIAS\ApacheAuth\UsernameProvider
Definition:
CollectUsernameProvidersObjective.php:21
components
ILIAS
AuthApache
src
UsernameProvider
UsernameInterface.php
Generated on Sat Dec 13 2025 23:01:46 for ILIAS by
1.9.4 (using
Doxyfile
)