Package com.composum.sling.core.security
Class SetupConfiguration
- java.lang.Object
-
- com.composum.sling.core.AbstractSlingBean
-
- com.composum.sling.core.security.SetupConfiguration
-
- All Implemented Interfaces:
RestrictedBean
,SlingBean
public class SetupConfiguration extends AbstractSlingBean
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description class
SetupConfiguration.ConfigBean
class
SetupConfiguration.ScriptBean
-
Nested classes/interfaces inherited from class com.composum.sling.core.AbstractSlingBean
AbstractSlingBean.NodeClosure
-
-
Field Summary
-
Fields inherited from class com.composum.sling.core.AbstractSlingBean
context, queryManager, request, resolver, resource, response, session, sling
-
-
Constructor Summary
Constructors Constructor Description SetupConfiguration()
SetupConfiguration(BeanContext context)
SetupConfiguration(BeanContext context, org.apache.sling.api.resource.Resource resource)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Collection<String>
getCategories()
@NotNull ConfigurationSet
getConfigurationSet()
List<SetupConfiguration.ConfigBean>
getMatchingSet()
-
Methods inherited from class com.composum.sling.core.AbstractSlingBean
executeQuery, findBeans, findNodes, findNodes, findPathList, getContentResource, getDomId, getHasTitle, getId, getInherited, getInherited, getName, getNode, getParent, getParent, getPath, getPermissible, getProperty, getProperty, getQueryManager, getRequest, getResolver, getResource, getResponse, getServiceKey, getSession, getSling, getStringId, getTitle, getType, getUrl, getUsername, initialize, initialize, isPermissible, isReadAllowed, isWriteAllowed, toString, toString
-
-
-
-
Constructor Detail
-
SetupConfiguration
public SetupConfiguration(BeanContext context, org.apache.sling.api.resource.Resource resource)
-
SetupConfiguration
public SetupConfiguration(BeanContext context)
-
SetupConfiguration
public SetupConfiguration()
-
-
Method Detail
-
getCategories
public Collection<String> getCategories()
-
getMatchingSet
public List<SetupConfiguration.ConfigBean> getMatchingSet()
-
getConfigurationSet
@NotNull public @NotNull ConfigurationSet getConfigurationSet()
-
-