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

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

Returns the map with the security domains.
public getRealms ( ) : AppserverIo\Collections\MapInterface
Результат AppserverIo\Collections\MapInterface The security domains
    public function getRealms()
    {
        return $this->realms;
    }