AppserverIo\Appserver\ServletEngine\Security\StandardAuthenticationManager::injectRealms PHP Метод

injectRealms() публичный Метод

Inject the map with the realms.
public injectRealms ( AppserverIo\Collections\MapInterface $realms ) : void
$realms AppserverIo\Collections\MapInterface The realms
Результат void
    public function injectRealms(MapInterface $realms)
    {
        $this->realms = $realms;
    }