getAuthenticationContext()
public méthode
Returns the servlet context instance.
public getAuthenticationContext ( ) : AppserverIo\Psr\Servlet\ServletContextInterface |
Résultat |
AppserverIo\Psr\Servlet\ServletContextInterface |
The servlet context instance |
injectAuthenticationContext()
public méthode
Inject the authentication context instance.
public injectAuthenticationContext ( AppserverIo\Appserver\ServletEngine\Security\AuthenticationManagerInterface $authenticationContext ) : void |
$authenticationContext |
AppserverIo\Appserver\ServletEngine\Security\AuthenticationManagerInterface |
The authentication context instance |
Résultat |
void |
|
$authenticationContext protected_oe property
The servlet context we want to parse the deployment descriptor for.
protected ServletContextInterface,AppserverIo\Psr\Servlet $authenticationContext |
Résultat |
AppserverIo\Psr\Servlet\ServletContextInterface |
|