Base struct for authentication credentials.
Source for this file: /Webdav/src/structs/auth.php
ezcBaseStruct | --ezcWebdavAuth
Version: | //autogen// |
Child Class | Description |
---|---|
ezcWebdavBasicAuth | Struct containing digest authentication information. |
ezcWebdavAnonymousAuth | Struct representing an anonymous user. |
ezcWebdavDigestAuth | Struct containing digest authentication information. |
public string |
$username
= ''
Username. |
public ezcWebdavAuth |
__construct(
[ $username
= ''] )
Creates a new credential struct. |
Creates a new credential struct.
Name | Type | Description |
---|---|---|
$username |
string |
Method | Description |
---|---|
ezcWebdavBasicAuth::__construct() |
Creates a new basic auth credential struct. |
ezcWebdavAnonymousAuth::__construct() |
Creates a new basic auth credential struct. |
ezcWebdavDigestAuth::__construct() |
Creates a new credential struct for digest authentication. |