public interface IAuthenticationHandlerFactory
IAuthenticationHandler instances.
An IAuthenticationHandler is created per ISecurityHandler to
perform the authentication on behalf of the ISecurityHandler.
| Modifier and Type | Method and Description |
|---|---|
IAuthenticationHandler |
createAuthenticationHandler(ISecurityHandler securityHandler)
Create an
IAuthenticationHandler for the ISecurityHandler. |
IAuthenticationHandler createAuthenticationHandler(ISecurityHandler securityHandler)
IAuthenticationHandler for the ISecurityHandler.securityHandler - The ISecurityHandler looking for an
IAuthenticationHandler.IAuthenticationHandler to be used for the
ISecurityHandlerCopyright © 2013 intarsys consulting GmbH. All Rights Reserved.