ILIAS  trunk Revision v12.0_alpha-377-g3641b37b9db
ILIAS\ApacheAuth\UsernameProvider\UsernameInterface Interface Reference

Implementations may represent a resolved, concrete username or a null/empty value. More...

+ Inheritance diagram for ILIAS\ApacheAuth\UsernameProvider\UsernameInterface:
+ Collaboration diagram for ILIAS\ApacheAuth\UsernameProvider\UsernameInterface:

Public Member Functions

 asString ()
 Returns the username as string. More...
 
 isEmpty ()
 True if this represents an empty (non-real) username. More...
 

Detailed Description

Implementations may represent a resolved, concrete username or a null/empty value.

Definition at line 26 of file UsernameInterface.php.

Member Function Documentation

◆ asString()

ILIAS\ApacheAuth\UsernameProvider\UsernameInterface::asString ( )

◆ isEmpty()

ILIAS\ApacheAuth\UsernameProvider\UsernameInterface::isEmpty ( )

True if this represents an empty (non-real) username.

Implemented in ILIAS\ApacheAuth\UsernameProvider\NullUsername, and ILIAS\ApacheAuth\UsernameProvider\Username.


The documentation for this interface was generated from the following file: