I am trying to create the Java custom UM AuthProvider SPI in Eclipse. I
am using this
example:http://helpx.adobe.com/livecycle/kb/cac-mutual-authentication.htmlWe
are trying to implement CAC smartcard authentication with our Adobe
LiveCycle Workspace.In the example, there is "...", which tells me that
I need to fill in the blank. I'm a C# developer and not a Java
developer. The code is erroring on the request variable for the
extractCertficate method. It looks like it hasn't be instantiated yet
...