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

getMappings() public method

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