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;
    }