Your achievements

Level 1

0% to

Level 2

Tip /
Sign in

Sign in to Community

to gain points, level up, and earn exciting badges like the new
Bedrock Mission!

Learn more

View all

Sign in to view all badges

19jrl
19jrl
Offline

Badges

Badges
3

Accepted Solutions

Accepted Solutions
0

Likes Received

Likes Received
0

Posts & Comments

Posts & Comments
4

Discussions

Discussions
0

Questions

Questions
3

Ideas

Ideas
0

Blog Posts

Blog Posts
0
Top badges earned by 19jrl
Customize the badges you want to showcase on your profile
External Authorization handler - Adobe LiveCycle 05-10-2012
I wrote an External Authorization handler and have added it to one of my policies. The process of creating it and deploying it all seemed to work successfully. However, when I protect a document using the policy, something is not working correctly. My external authorization handler is supposed to send an email once it gets invoked. However, when I open the document, no email is sent. Can someone help me? Here is my code:public ExternalAuthResultDTO evaluate(ExternalAuthDTO arg0) {ExternalAuthRes...

Views

1.8K

Likes

0

Replies

1
Re: override event handler for document events in LiveCycle - Adobe LiveCycle 26-09-2012
Thank you so much for your reply. I have created an external authorization and am following the steps outlined here: http://help.adobe.com/en_US/livecycle/9.0/programLC/help/index.htm?content=001479.htmlI have deployed my jar and restarted JBoss. However, now when I try to create a new policy using my external authorization, I do not see an option to add it on the create new policy page. I see only sections for Users and Groups, General Settings, Advanced Settings, and Unchangeable Advanced Sett...

Views

116

Likes

0

Replies

0
override event handler for document events in LiveCycle - Adobe LiveCycle 25-09-2012
I would like to have an email notification when a user opens a policy-protected DRM pdf. Is there a way to override the event handler for Document Open events? Or perhaps there is a way to access the event database- where can I find this information?

Views

1.9K

Likes

0

Replies

2
Error writing to server in clientSidePush - Adobe LiveCycle 15-09-2012
I am trying to apply a livecycle policy to a document with the following code:Properties properties = new Properties(); properties.setProperty(ServiceClientFactoryProperties.DSC_DEFAULT_SOAP_ENDPOINT, "https://hostOfJBoss:port"); properties.setProperty(ServiceClientFactoryProperties.DSC_TRANSPORT_PROTOCOL, ServiceClientFactoryProperties.DSC_SOAP_PROTOCOL); properties.setProperty(ServiceClientFactoryProperties.DSC_SERVER_TYPE, ServiceClientFactoryProperties.DSC_JBOSS_SERVER_TYPE); properties.setP...

Views

2.1K

Likes

0

Replies

0