Uses of Class
com.composum.sling.core.usermanagement.model.AuthorizableAcls.AcType
-
Packages that use AuthorizableAcls.AcType Package Description com.composum.sling.core.usermanagement.model -
-
Uses of AuthorizableAcls.AcType in com.composum.sling.core.usermanagement.model
Fields in com.composum.sling.core.usermanagement.model declared as AuthorizableAcls.AcType Modifier and Type Field Description protected AuthorizableAcls.AcTypeAuthorizableAcls.AcRule. typeMethods in com.composum.sling.core.usermanagement.model that return AuthorizableAcls.AcType Modifier and Type Method Description AuthorizableAcls.AcTypeAuthorizableAcls.AcRule. getType()static AuthorizableAcls.AcTypeAuthorizableAcls.AcType. valueOf(String name)Returns the enum constant of this type with the specified name.static AuthorizableAcls.AcType[]AuthorizableAcls.AcType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.composum.sling.core.usermanagement.model with parameters of type AuthorizableAcls.AcType Modifier and Type Method Description voidAuthorizableAcls.AcRuleSet. add(@NotNull AuthorizableAcls.AcType type, @NotNull org.apache.sling.api.resource.Resource aclResource)protected voidAuthorizableAcls. addAcRule(@NotNull AuthorizableAcls.AcType type, @NotNull String path, @NotNull org.apache.sling.api.resource.Resource aclResource)protected voidAuthorizableAcls. findACLs(@NotNull org.apache.sling.api.resource.ResourceResolver resolver, @NotNull String authorizableId, @NotNull AuthorizableAcls.AcType type)Constructors in com.composum.sling.core.usermanagement.model with parameters of type AuthorizableAcls.AcType Constructor Description AcRule(@NotNull AuthorizableAcls.AcType type, @NotNull org.apache.sling.api.resource.Resource aclResource)
-