\Fuman_Auth_Http_Basic

Fuman Http Basic Auth

Summary

Methods
Properties
Constants
execute()
No public properties found
No constants found
_getUser()
_activateUser()
No protected properties found
N/A
No private methods found
No private properties found
N/A

Methods

execute()

execute() : void

Authenticates with a http basic realm

_getUser()

_getUser(string  $username) : \Fuman_Auth_User

Returns an instance of {@link Fuman_Auth_User} for the given username

Parameters

string $username

Returns

\Fuman_Auth_User

_activateUser()

_activateUser(\Fuman_Auth_User  $user, string  $roleName) : boolean

Registers and activates a {@link Fuman_Auth_User} if the roleName is matching

Parameters

\Fuman_Auth_User $user
string $roleName

Returns

boolean