public interface AclManager
Modifier and Type | Method and Description |
---|---|
boolean |
addAccessControlEntry(@NotNull String systemUser,
@NotNull AccessControlEntry acl) |
boolean |
addGroup(@NotNull Group group) |
void |
addMapping(@NotNull Mapping mapping) |
void |
addNodetypeRegistration(@NotNull String cndStatements) |
void |
addPrivilegeDefinitions(@NotNull org.apache.jackrabbit.vault.fs.spi.PrivilegeDefinitions privilegeDefinitions) |
void |
addRepoinitExtension(@NotNull List<VaultPackageAssembler> packageAssemblers,
@NotNull FeaturesManager featureManager) |
void |
addRepoinitExtention(@NotNull String source,
@Nullable String repoInitText,
@Nullable String runMode,
@NotNull FeaturesManager featuresManager) |
boolean |
addSystemUser(@NotNull SystemUser systemUser) |
boolean |
addUser(@NotNull User user) |
void |
reset() |
boolean addUser(@NotNull @NotNull User user)
boolean addGroup(@NotNull @NotNull Group group)
boolean addSystemUser(@NotNull @NotNull SystemUser systemUser)
void addMapping(@NotNull @NotNull Mapping mapping)
boolean addAccessControlEntry(@NotNull @NotNull String systemUser, @NotNull @NotNull AccessControlEntry acl)
void addRepoinitExtension(@NotNull @NotNull List<VaultPackageAssembler> packageAssemblers, @NotNull @NotNull FeaturesManager featureManager) throws IOException, ConverterException
IOException
ConverterException
void addRepoinitExtention(@NotNull @NotNull String source, @Nullable @Nullable String repoInitText, @Nullable @Nullable String runMode, @NotNull @NotNull FeaturesManager featuresManager) throws IOException, ConverterException
IOException
ConverterException
void addNodetypeRegistration(@NotNull @NotNull String cndStatements)
void addPrivilegeDefinitions(@NotNull @NotNull org.apache.jackrabbit.vault.fs.spi.PrivilegeDefinitions privilegeDefinitions)
void reset()
Copyright © 2007–2022 The Apache Software Foundation. All rights reserved.