Class ServiceUser
- 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.ServiceUser
-
- All Implemented Interfaces:
RestrictedBean,SlingBean
public class ServiceUser extends View
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class com.composum.sling.core.AbstractSlingBean
AbstractSlingBean.NodeClosure
-
-
Field Summary
-
Fields inherited from class com.composum.sling.core.usermanagement.view.View
RA_VIEW_BEAN
-
Fields inherited from class com.composum.sling.core.AbstractSlingBean
context, queryManager, request, resolver, resource, response, session, sling
-
-
Constructor Summary
Constructors Constructor Description ServiceUser()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected @NotNull Class<? extends AuthorizableWrapper>getSelector()ServiceUserModelgetService()-
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.nodes.console.ConsoleSlingBean
initialize
-
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:
getSelectorin classView
-
getService
public ServiceUserModel getService()
-
-