Class CUGConfig
java.lang.Object
com.adobe.cq.sites.ui.models.admin.security.CUGConfig
Representation of the Closed User Group configuration that is persisted on the repository for a given content resource.
This is used in order to know if the CUG configuration is deprecated (usage of cq:cug* properties) and thus disable the editing of the CUGs in such case.
The content resource is derived from the content path attribute of the request.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionReturns the warning message telling the user that the content resource is using a deprecated Closed User Group configurationbooleanIndicates if the content resource is using a deprecated Closed User Group configuration
-
Constructor Details
-
CUGConfig
public CUGConfig()
-
-
Method Details
-
isDeprecated
public boolean isDeprecated()Indicates if the content resource is using a deprecated Closed User Group configuration- Returns:
-
getWarning
Returns the warning message telling the user that the content resource is using a deprecated Closed User Group configuration- Returns:
-