PHP Class AppserverIo\Appserver\ServletEngine\Security\StandardAuthenticationManagerFactory

Inheritance: implements AppserverIo\Appserver\Core\Interfaces\ManagerFactoryInterface
Show file Open project: appserver-io/appserver

Public Methods

Method Description
visit ( AppserverIo\Psr\Application\ApplicationInterface $application, AppserverIo\Appserver\Core\Api\Node\ManagerNodeInterface $managerConfiguration ) : void The main method that creates new instances in a separate context.

Method Details

visit() public static method

The main method that creates new instances in a separate context.
public static visit ( AppserverIo\Psr\Application\ApplicationInterface $application, AppserverIo\Appserver\Core\Api\Node\ManagerNodeInterface $managerConfiguration ) : void
$application AppserverIo\Psr\Application\ApplicationInterface The application instance to register the class loader with
$managerConfiguration AppserverIo\Appserver\Core\Api\Node\ManagerNodeInterface The manager configuration
return void