OXID eShop CE  6.4.2
OxidEsales\EshopCommunity\Internal\Domain\Authentication\Bridge\PasswordServiceBridgeInterface Interface Reference
+ Inheritance diagram for OxidEsales\EshopCommunity\Internal\Domain\Authentication\Bridge\PasswordServiceBridgeInterface:

Public Member Functions

 hash (string $password)
 
 passwordNeedsRehash (string $passwordHash)
 
 verifyPassword (string $password, string $passwordHash)
 

Detailed Description

@stable

See also
OxidEsales/EshopCommunity/Internal/README.md

Member Function Documentation

◆ hash()

OxidEsales\EshopCommunity\Internal\Domain\Authentication\Bridge\PasswordServiceBridgeInterface::hash ( string  $password)
Parameters
string$password
Returns
string

Implemented in OxidEsales\EshopCommunity\Internal\Domain\Authentication\Bridge\PasswordServiceBridge.

◆ passwordNeedsRehash()

OxidEsales\EshopCommunity\Internal\Domain\Authentication\Bridge\PasswordServiceBridgeInterface::passwordNeedsRehash ( string  $passwordHash)
Parameters
string$passwordHash
Returns
bool

Implemented in OxidEsales\EshopCommunity\Internal\Domain\Authentication\Bridge\PasswordServiceBridge.

◆ verifyPassword()

OxidEsales\EshopCommunity\Internal\Domain\Authentication\Bridge\PasswordServiceBridgeInterface::verifyPassword ( string  $password,
string  $passwordHash 
)

Verify that a given password matches a given hash

Parameters
string$password
string$passwordHash
Returns
bool

Implemented in OxidEsales\EshopCommunity\Internal\Domain\Authentication\Bridge\PasswordServiceBridge.


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