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

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

Register's a new URL pattern to authentication type mapping.
public addMapping ( AppserverIo\Appserver\ServletEngine\Security\MappingInterface $mapping ) : void
$mapping AppserverIo\Appserver\ServletEngine\Security\MappingInterface The URL pattern to authenticator mapping
Результат void
    public function addMapping(MappingInterface $mapping)
    {
        $this->mappings->set($mapping->getUrlPattern(), $mapping);
    }