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

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

Returns the configured authentication types.
public getAuthenticators ( ) : AppserverIo\Storage\StorageInterface
Результат AppserverIo\Storage\StorageInterface The storage with the authentication types
    public function getAuthenticators()
    {
        return $this->authenticators;
    }