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

divyas70997717
divyas70997717
Offline

Badges

Badges
12

Accepted Solutions

Accepted Solutions
0

Likes Received

Likes Received
5

Posts

Posts
34

Discussions

Discussions
6

Questions

Questions
28

Ideas

Ideas
0

Blog Posts

Blog Posts
0
Top badges earned by divyas70997717
Customize the badges you want to showcase on your profile
How to hide OOTB workflows and show only my project workflows in create->workflow in sites.html for pages in AEM 6.5 for user group - Adobe Experience Manager 27-02-2020
Hi, I have to hide all OOTB workflows and show only my project workflows in create->workflow in sites.html for pages for specific user group in AEM 6.5.I have tried ACL. i denied permission for all workflows inside var/workflow/models and gave allow for only project workflow folder. While doing this, i am able to see some of the OOTB workflows are hidden in the dropdown option but still i can see the following workflows. I am not able to hide these. Activation modelApprove for adobe campaignLaun...

Views

4.6K

Likes

0

Replies

7
Re: how to hide quickpublish & manage publication in site... - Adobe Experience Manager 26-02-2020
Thank you for your response. I have used ACL approach since i should hide the quick publish & manage publication options only for specific user groups. I have given only read access to that group and denied replicate ACL. While doing this, i can hide quick publish option but manage publication button is still visible. Thanks,Divya

Views

2.5K

Likes

0

Replies

0
how to hide quickpublish & manage publication in sites for touch UI AEM 6.5 - Adobe Experience Manager 25-02-2020
Hi, I have to hide quick publish & manage publication buttons for particular user group in AEM 6.5 touch UI. I tried looking into giving deny permission in useradmin but i could not find that particular nodes. /libs/wcm/core/content/sites/jcr:content/actions/selection/quickpublish, /libs/wcm/core/content/sites/jcr:content/actions/selection/managepublication. Please help me to proceed with this. Thanks in advance Divya

Views

2.5K

Likes

0

Replies

3
Re: Junit Test case - Query builder API - Adobe Experience Manager 20-01-2020
Thank you Arun for your reply. May i know what is exactly the variable "mySearchImpl" about?

Views

4.0K

Likes

0

Replies

0
Junit Test case - Query builder API - Adobe Experience Manager 20-01-2020
Hi, Could anyone help in writing Junit test case for AEM query builder API. Thanks,Divya

Views

4.4K

Likes

0

Replies

4
Junit - Extending list core component - Adobe Experience Manager 05-12-2019
Hi All,I have used delegate pattern to extend list core component in my component sling model. @Self @Via(type = ResourceSuperType.class) private List list;Collection listItems = list.getListItems();When i use this pattern, i could not retrieve getter methods from model class in junit using aem context request object. It throws null pointer exception. Without this, i am able to access it. Inside setup method:context.addModelsForClasses(CustomListImpl.class); MockitoAnnotations.initMocks(this); c...

Views

946

Likes

0

Replies

0
AEM 6.2 touch UI - Restricting component to embed in another component - Adobe Experience Manager 11-10-2018
Hi All,I want to make a component as stand-alone. Component should be restricted to embed in another component.What property should be added? How to achieve this?AEM Version : 6.2Touch UIStatic Templates onlyThanks in advance.Regards,Divya

Views

761

Likes

0

Replies

0
Re: InvalidKeyException while generating jwt in AEM 6.2 - Adobe Experience Manager 19-04-2018
Trying a way to solve this issue and making this code to work only in Eclipse. Looking whether i should add any public certificate locally

Views

3.8K

Likes

0

Replies

0
Re: InvalidKeyException while generating jwt in AEM 6.2 - Adobe Experience Manager 19-04-2018
I already tried making this code to work only in Eclipse. But i am getting the same error.

Views

3.8K

Likes

0

Replies

0
InvalidKeyException while generating jwt in AEM 6.2 - Adobe Experience Manager 19-04-2018
Hi,I have created a OSGi service to generate JWT to connect ACS REST API. Following is my code// Expiration time in seconds Long expirationTime = 86400L; // Metascopes associated to key String metascopes[] = new String[]{"ent_campaign_sdk"}; String imsHost = "ims-na1.adobelogin.com"; // Secret key as byte array. Secret key file should be in DER encoded format. byte[] privateKeyFileContent = Files.readAllBytes(Paths.get("/Users/divyas/Desktop/key/private.key")); // Create the private key KeyFacto...

Views

6.1K

Like

1

Replies

6
Likes from