コミュニティアチーブメントバーを展開する。

Submissions are now open for the 2026 Adobe Experience Maker Awards.

Mark Solution

この会話は、活動がないためロックされています。新しい投稿を作成してください。

解決済み

Is there any api to get CUG exempted principal.

Avatar

Level 8

akshaybhujbale_0-1661353543222.png

to get this exempted CUG principal is there any api available or is there any property to differentiate the normal user and exempted user?

Please any leads will help

1 受け入れられたソリューション

Avatar

正解者
Level 5

Hi@akshaybhujbale 

Which version of AEM are you using?

 

If it is prior to AEM 6.5. Use below OSGi component (and associated service)

com.day.cq.auth.impl.CugSupportImpl (This has been deprecated in AEM 6.5)

 

For AEM 6.5

Check Apache Jackrabbit Oak CUG Exclude List (OSGi componnet uses below service,  

org.apache.jackrabbit.oak.spi.security.authorization.cug.CugExclude

 

Reference:

Custom User Group Mapping in AEM 6.5 | Adobe Experience Manager

 

Hope this helps.

Thanks

元の投稿で解決策を見る

1 返信

Avatar

正解者
Level 5

Hi@akshaybhujbale 

Which version of AEM are you using?

 

If it is prior to AEM 6.5. Use below OSGi component (and associated service)

com.day.cq.auth.impl.CugSupportImpl (This has been deprecated in AEM 6.5)

 

For AEM 6.5

Check Apache Jackrabbit Oak CUG Exclude List (OSGi componnet uses below service,  

org.apache.jackrabbit.oak.spi.security.authorization.cug.CugExclude

 

Reference:

Custom User Group Mapping in AEM 6.5 | Adobe Experience Manager

 

Hope this helps.

Thanks