Class Group
- java.lang.Object
-
- com.composum.sling.core.AbstractSlingBean
-
- com.composum.sling.nodes.console.ConsoleSlingBean
-
- com.composum.sling.core.usermanagement.view.View
-
- com.composum.sling.core.usermanagement.view.Group
-
- All Implemented Interfaces:
com.composum.sling.core.bean.RestrictedBean
,com.composum.sling.core.SlingBean
public class Group extends View
Created by mzeibig on 17.11.15.
-
-
Field Summary
-
Fields inherited from class com.composum.sling.core.usermanagement.view.View
RA_VIEW_BEAN
-
-
Constructor Summary
Constructors Constructor Description Group()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description @NotNull GroupModel
getGroup()
protected @NotNull Class<? extends AuthorizableWrapper>
getSelector()
-
Methods inherited from class com.composum.sling.core.usermanagement.view.View
getDeclaredMemberOf, getId, getModel, getPath, getPathFilter, getSuffix, getTabType, getView, getViewType
-
Methods inherited from class com.composum.sling.core.AbstractSlingBean
executeQuery, findBeans, findNodes, findNodes, findPathList, getContentResource, getDomId, getHasTitle, getInherited, getInherited, getName, getNode, getParent, getParent, getPermissible, getProperty, getProperty, getQueryManager, getRequest, getResolver, getResource, getResponse, getServiceKey, getSession, getSling, getStringId, getTitle, getType, getUrl, getUsername, initialize, isPermissible, isReadAllowed, isWriteAllowed, toString, toString
-
-
-
-
Method Detail
-
getSelector
@NotNull protected @NotNull Class<? extends AuthorizableWrapper> getSelector()
- Overrides:
getSelector
in classView
-
getGroup
@NotNull public @NotNull GroupModel getGroup()
-
-