Uses of Class
com.composum.sling.core.usermanagement.model.AuthorizableModel
-
-
Uses of AuthorizableModel in com.composum.sling.core.usermanagement.core
Classes in com.composum.sling.core.usermanagement.core with type parameters of type AuthorizableModel Modifier and Type Class Description classUserManagementServlet.GetAuthorizables<A extends AuthorizableWrapper,E extends AuthorizableModel> -
Uses of AuthorizableModel in com.composum.sling.core.usermanagement.model
Subclasses of AuthorizableModel in com.composum.sling.core.usermanagement.model Modifier and Type Class Description classGroupModelclassServiceUserModelclassUserModelFields in com.composum.sling.core.usermanagement.model declared as AuthorizableModel Modifier and Type Field Description protected AuthorizableModelTreeNode. modelprotected AuthorizableModelAuthorizablesView. singleFocusprotected AuthorizableModelAuthorizablesMap.Relation. sourceprotected AuthorizableModelAuthorizablesMap.Relation. targetFields in com.composum.sling.core.usermanagement.model with type parameters of type AuthorizableModel Modifier and Type Field Description protected Map<String,AuthorizableModel>AuthorizablesView. nodesMethods in com.composum.sling.core.usermanagement.model that return AuthorizableModel Modifier and Type Method Description protected AuthorizableModelAuthorizablesView. addNode(@Nullable AuthorizableWrapper authorizable)protected @Nullable AuthorizableModelAuthorizablesView. createNode(@NotNull AuthorizableWrapper authorizable)@Nullable AuthorizableModelTreeNode. getModel()AuthorizableModelAuthorizablesView. getSingleFocus()Methods in com.composum.sling.core.usermanagement.model that return types with arguments of type AuthorizableModel Modifier and Type Method Description Collection<AuthorizableModel>AuthorizablesView. getAuthorizableModels()@NotNull Collection<AuthorizableModel>ServiceUserModel. getDeclaredUserOf()static @NotNull Collection<AuthorizableModel>AuthorizableModel. getModels(Authorizables.Context context, @NotNull Set<String> idSet)Collection<AuthorizableModel>UserModel. getServiceUsers()@NotNull Collection<AuthorizableModel>ServiceUserModel. getUserOf()Methods in com.composum.sling.core.usermanagement.model with parameters of type AuthorizableModel Modifier and Type Method Description protected voidAuthorizablesMap. addSourceRelations(@Nullable Class<? extends AuthorizableWrapper> selector, Authorizables.Filter filter, @NotNull AuthorizableModel target, @NotNull Set<String> done)protected voidAuthorizablesMap. addTargetRelations(@NotNull AuthorizableModel source, @Nullable Set<String> done)@Nullable StringAuthorizablesView.NodeUrlBuilder. buildUrl(@NotNull AuthorizableModel node)@Nullable StringAuthorizablesView.PathUrlBuilder. buildUrl(@NotNull AuthorizableModel node, @NotNull String path)intAuthorizableModel. compareTo(AuthorizableModel other)protected StringAuthorizablesGraph. getColor(AuthorizableModel node)protected StringAuthorizablesView. getNodeClass(AuthorizableModel node)protected voidAuthorizablesPaths. writePath(@NotNull Writer writer, @NotNull AuthorizableModel node, AuthorizablesView.PathUrlBuilder pathUrlBuilder, @Nullable String path, AuthorizableAcls.AcRuleSet acRuleSet, boolean firstLine)Constructors in com.composum.sling.core.usermanagement.model with parameters of type AuthorizableModel Constructor Description Relation(@NotNull AuthorizableModel source, @NotNull AuthorizableModel target)TreeNode(AuthorizableModel model) -
Uses of AuthorizableModel in com.composum.sling.core.usermanagement.servlet
Methods in com.composum.sling.core.usermanagement.servlet with parameters of type AuthorizableModel Modifier and Type Method Description protected StringGraphServlet. nodeUrl(@NotNull org.apache.sling.api.SlingHttpServletRequest request, @NotNull String option, @NotNull AuthorizableModel node)protected StringGraphServlet. pathUrl(@NotNull org.apache.sling.api.SlingHttpServletRequest request, @NotNull String option, @NotNull AuthorizableModel node, @NotNull String path) -
Uses of AuthorizableModel in com.composum.sling.core.usermanagement.view
Methods in com.composum.sling.core.usermanagement.view that return AuthorizableModel Modifier and Type Method Description @Nullable AuthorizableModelView. getModel()
-