getAuthenticationContext()
публичный Метод
Returns the servlet context instance.
public getAuthenticationContext ( ) : AppserverIo\Psr\Servlet\ServletContextInterface |
Результат |
AppserverIo\Psr\Servlet\ServletContextInterface |
The servlet context instance |
injectAuthenticationContext()
публичный Метод
Inject the authentication context instance.
public injectAuthenticationContext ( AppserverIo\Appserver\ServletEngine\Security\AuthenticationManagerInterface $authenticationContext ) : void |
$authenticationContext |
AppserverIo\Appserver\ServletEngine\Security\AuthenticationManagerInterface |
The authentication context instance |
Результат |
void |
|
$authenticationContext защищенное свойство
The servlet context we want to parse the deployment descriptor for.
protected ServletContextInterface,AppserverIo\Psr\Servlet $authenticationContext |
Результат |
AppserverIo\Psr\Servlet\ServletContextInterface |
|