AppserverIo\Appserver\ServletEngine\Security\StandardAuthenticationManager::injectRealms PHP Méthode

injectRealms() public méthode

Inject the map with the realms.
public injectRealms ( AppserverIo\Collections\MapInterface $realms ) : void
$realms AppserverIo\Collections\MapInterface The realms
Résultat void
    public function injectRealms(MapInterface $realms)
    {
        $this->realms = $realms;
    }