jPod PDF library

de.intarsys.pdf.crypt
Interface IAuthenticationHandlerFactory

All Known Implementing Classes:
StandardAuthenticationHandlerFactory

public interface IAuthenticationHandlerFactory

A factory for IAuthenticationHandler instances.

An IAuthenticationHandler is created per ISecurityHandler to perform the authentication on behalf of the ISecurityHandler.


Method Summary
 IAuthenticationHandler createAuthenticationHandler(ISecurityHandler securityHandler)
          Create an IAuthenticationHandler for the ISecurityHandler.
 

Method Detail

createAuthenticationHandler

IAuthenticationHandler createAuthenticationHandler(ISecurityHandler securityHandler)
Create an IAuthenticationHandler for the ISecurityHandler.

Parameters:
securityHandler - The ISecurityHandler looking for an IAuthenticationHandler.
Returns:
The IAuthenticationHandler to be used for the ISecurityHandler

jPod PDF library

Copyright © 2008 intarsys consulting GmbH. All Rights Reserved.