public interface IAuthenticationHandler
In the default implementation the ISecurityHandler delegates
authentication to this implementation to allow for flexible embedding. The
authentication strategy can be plugged in by exchanging the
IAuthenticationHandlerFactory that is retrieved via
AuthenticationHandlerFactory.
| Modifier and Type | Method and Description |
|---|---|
void |
authenticate(ISecurityHandler securityHandler)
Authenticate document usage on behalf of the
ISecurityHandler. |
void authenticate(ISecurityHandler securityHandler) throws COSSecurityException
ISecurityHandler.securityHandler - The ISecurityHandler active for the document.COSSecurityExceptionCopyright © 2013 intarsys consulting GmbH. All Rights Reserved.