AppserverIo\Appserver\ServletEngine\Security\StandardAuthenticationManager::injectRealms PHP Method

injectRealms() public method

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