I am sorry, this is likely a question than an issue report. An answer will actually help me to understand things.
On several places like this,
|
$identifier = $sid->getClass().'-'.$sid->getUsername(); |
there is the getUsername call, but, if the UserInterface::getUsername is deprecated since SF5.3, is it going to be replaced by getUserIdentifier() in the security-acl bundle too?
I am sorry, this is likely a question than an issue report. An answer will actually help me to understand things.
On several places like this,
security-acl/Dbal/MutableAclProvider.php
Line 563 in f24881e
there is the getUsername call, but, if the UserInterface::getUsername is deprecated since SF5.3, is it going to be replaced by getUserIdentifier() in the security-acl bundle too?