Page MenuHomePhabricator
Diviner Phabricator Tech Docs PhabricatorAuthPasswordEngine

final class PhabricatorAuthPasswordEngine
Phabricator Technical Documentation (Auth)

This class is not documented.

Methods

public function setViewer($viewer)

This method is not documented.
Parameters
PhabricatorUser$viewer
Return
wild

public function getViewer()

This method is not documented.
Return
wild

public function setContentSource($content_source)

This method is not documented.
Parameters
PhabricatorContentSource$content_source
Return
wild

public function getContentSource()

This method is not documented.
Return
wild

public function setObject($object)

This method is not documented.
Parameters
PhabricatorAuthPasswordHashInterface$object
Return
wild

public function getObject()

This method is not documented.
Return
wild

public function setPasswordType($password_type)

This method is not documented.
Parameters
$password_type
Return
wild

public function getPasswordType()

This method is not documented.
Return
wild

public function setUpgradeHashers($upgrade_hashers)

This method is not documented.
Parameters
$upgrade_hashers
Return
wild

public function getUpgradeHashers()

This method is not documented.
Return
wild

public function checkNewPassword($password, $confirm, $can_skip)

This method is not documented.
Parameters
PhutilOpaqueEnvelope$password
PhutilOpaqueEnvelope$confirm
$can_skip
Return
wild

public function isValidPassword($envelope)

This method is not documented.
Parameters
PhutilOpaqueEnvelope$envelope
Return
wild

public function isUniquePassword($envelope)

This method is not documented.
Parameters
PhutilOpaqueEnvelope$envelope
Return
wild

public function isRevokedPassword($envelope)

This method is not documented.
Parameters
PhutilOpaqueEnvelope$envelope
Return
wild

private function requireSetup()

This method is not documented.
Return
wild

private function shouldUpgradeHashers()

This method is not documented.
Return
wild

private function newQuery()

This method is not documented.
Return
wild

private function getMatches($envelope, $passwords)

This method is not documented.
Parameters
PhutilOpaqueEnvelope$envelope
array$passwords
Return
wild

private function upgradeHashers($envelope, $passwords)

This method is not documented.
Parameters
PhutilOpaqueEnvelope$envelope
array$passwords
Return
wild