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 |
|