Apache password authentication
Constructor
| Parameters: | array|Traversable – |
|---|---|
| Throws ExceptionInvalidArgumentException: | |
Generate the hash of a password
| Parameters: | string – |
|---|---|
| Throws ExceptionRuntimeException: | |
| Return type: | string |
Verify if a password is correct against an hash value
| Parameters: |
|
|---|---|
| Return type: | boolean |
Set the format of the password
| Parameters: | integer|string – |
|---|---|
| Throws ExceptionInvalidArgumentException: | |
| Return type: | Apache |
Set the AuthName (for digest authentication)
| Parameters: | string – |
|---|---|
| Return type: | Apache |
Get the AuthName (for digest authentication)
| Return type: | string |
|---|