Documentation

PasswordUpgradeBadge
in package
implements BadgeInterface

Adds automatic password migration, if enabled and required in the password encoder.

Tags
see
PasswordUpgraderInterface
author

Wouter de Jong wouter@wouterj.nl

final

Table of Contents

Interfaces

BadgeInterface
Passport badges allow to add more information to a passport (e.g. a CSRF token).

Properties

$passwordUpgrader  : mixed
$plaintextPassword  : string|null

Methods

__construct()  : mixed
getAndErasePlaintextPassword()  : string
getPasswordUpgrader()  : PasswordUpgraderInterface|null
isResolved()  : bool
Checks if this badge is resolved by the security system.

Properties

Methods

getAndErasePlaintextPassword()

public getAndErasePlaintextPassword() : string
Return values
string

isResolved()

Checks if this badge is resolved by the security system.

public isResolved() : bool

After authentication, all badges must return true in this method in order for the authentication to succeed.

Return values
bool

        
On this page

Search results