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

getRealms() public method

Returns the map with the security domains.
public getRealms ( ) : AppserverIo\Collections\MapInterface
return AppserverIo\Collections\MapInterface The security domains
    public function getRealms()
    {
        return $this->realms;
    }