|
jPod PDF library | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IAuthenticationHandler
The authentication strategy.
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
.
Method Summary | |
---|---|
void |
authenticate(ISecurityHandler securityHandler)
Authenticate document usage on behalf of the ISecurityHandler . |
Method Detail |
---|
void authenticate(ISecurityHandler securityHandler) throws COSSecurityException
ISecurityHandler
.
securityHandler
- The ISecurityHandler
active for the document.
COSSecurityException
|
jPod PDF library | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |