AppserverIo\Appserver\ServletEngine\Security\StandardAuthenticationManager::getAuthenticators PHP Méthode

getAuthenticators() public méthode

Returns the configured authentication types.
public getAuthenticators ( ) : AppserverIo\Storage\StorageInterface
Résultat AppserverIo\Storage\StorageInterface The storage with the authentication types
    public function getAuthenticators()
    {
        return $this->authenticators;
    }