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