Uses of Class
com.composum.sling.core.usermanagement.model.AuthorizableAcls.AcRuleSet
-
Packages that use AuthorizableAcls.AcRuleSet Package Description com.composum.sling.core.usermanagement.model -
-
Uses of AuthorizableAcls.AcRuleSet in com.composum.sling.core.usermanagement.model
Fields in com.composum.sling.core.usermanagement.model with type parameters of type AuthorizableAcls.AcRuleSet Modifier and Type Field Description protected Map<String,AuthorizableAcls.AcRuleSet>
AuthorizableAcls. affectedPaths
Methods in com.composum.sling.core.usermanagement.model that return types with arguments of type AuthorizableAcls.AcRuleSet Modifier and Type Method Description Map<String,AuthorizableAcls.AcRuleSet>
AuthorizableAcls. getAffectedPaths()
Methods in com.composum.sling.core.usermanagement.model with parameters of type AuthorizableAcls.AcRuleSet Modifier and Type Method Description protected void
AuthorizablesPaths. writePath(@NotNull Writer writer, @NotNull AuthorizableModel node, AuthorizablesView.PathUrlBuilder pathUrlBuilder, @Nullable String path, AuthorizableAcls.AcRuleSet acRuleSet, boolean firstLine)
protected void
AuthorizablesPaths. writeRules(@NotNull Writer writer, AuthorizableAcls.AcRuleSet ruleSet)
-