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

getAuthenticators() public method

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