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

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

Return's the storage for the URL pattern to authenticator mappings.
public getMappings ( ) : AppserverIo\Storage\StorageInterface
Результат AppserverIo\Storage\StorageInterface The storage instance
    public function getMappings()
    {
        return $this->mappings;
    }