jPod PDF library

de.intarsys.pdf.crypt
Class StandardAuthenticationHandlerFactory

java.lang.Object
  extended by de.intarsys.pdf.crypt.StandardAuthenticationHandlerFactory
All Implemented Interfaces:
IAuthenticationHandlerFactory

public class StandardAuthenticationHandlerFactory
extends Object
implements IAuthenticationHandlerFactory

The standard factory for an IAuthenticationHandler.


Constructor Summary
StandardAuthenticationHandlerFactory()
           
 
Method Summary
 IAuthenticationHandler createAuthenticationHandler(ISecurityHandler securityHandler)
          This implementation will return the same IAuthenticationHandler for a document on every request.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

StandardAuthenticationHandlerFactory

public StandardAuthenticationHandlerFactory()
Method Detail

createAuthenticationHandler

public IAuthenticationHandler createAuthenticationHandler(ISecurityHandler securityHandler)
This implementation will return the same IAuthenticationHandler for a document on every request.

Specified by:
createAuthenticationHandler in interface IAuthenticationHandlerFactory
Parameters:
securityHandler - The ISecurityHandler looking for an IAuthenticationHandler.
Returns:
The IAuthenticationHandler to be used for the ISecurityHandler
See Also:
IAuthenticationHandlerFactory.createAuthenticationHandler(de.intarsys.pdf.crypt.ISecurityHandler)

jPod PDF library

Copyright © 2008 intarsys consulting GmbH. All Rights Reserved.