de.intarsys.pdf.crypt
Class StandardAuthenticationHandlerFactory
java.lang.Object
de.intarsys.pdf.crypt.StandardAuthenticationHandlerFactory
- All Implemented Interfaces:
- IAuthenticationHandlerFactory
public class StandardAuthenticationHandlerFactory
- extends Object
- implements IAuthenticationHandlerFactory
The standard factory for an IAuthenticationHandler
.
StandardAuthenticationHandlerFactory
public StandardAuthenticationHandlerFactory()
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)
Copyright © 2008 intarsys consulting GmbH. All Rights Reserved.