Class LoginPath
- java.lang.Object
-
- com.adobe.granite.ui.components.htl.ComponentHelper
-
- com.adobe.cq.sites.ui.models.admin.security.LoginPath
-
- All Implemented Interfaces:
Use
@Model(adaptables=SlingHttpServletRequest.class) public final class LoginPath extends ComponentHelper
Representation of the login path field, used when the authentication requirement is enabled to access a given content resource. The login path 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 Constructor Description LoginPath()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Options
getPathOptions()
java.lang.String
getValue()
-
Methods inherited from class com.adobe.granite.ui.components.htl.ComponentHelper
init
-
-
-
-
Method Detail
-
getValue
public java.lang.String getValue()
-
getPathOptions
public Options getPathOptions()
-
-