Class AuthRequirement
java.lang.Object
com.adobe.cq.sites.ui.models.admin.security.AuthRequirement
Representation of the authentication requirement field, used to force authentication to access a given content resource.
The authentication requirement could be enabled / disabled from the UI (for instance in the page properties view)
The content resource is derived from the content path attribute of the request.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionReturns the description of the authentication requirement fieldgetLabel()Returns the label of the authentication requirement fieldbooleanIndicates if there is authentication required to access the content resource
-
Constructor Details
-
AuthRequirement
public AuthRequirement()
-
-
Method Details
-
isAuthRequired
public boolean isAuthRequired()Indicates if there is authentication required to access the content resource- Returns:
-
getLabel
Returns the label of the authentication requirement field- Returns:
-
getDescription
Returns the description of the authentication requirement field- Returns:
-