Uses of Interface
org.apache.jackrabbit.oak.spi.xml.ProtectedItemImporter
-
-
Uses of ProtectedItemImporter in org.apache.jackrabbit.oak.exercise.security.authorization.models.readonly
Methods in org.apache.jackrabbit.oak.exercise.security.authorization.models.readonly that return types with arguments of type ProtectedItemImporter Modifier and Type Method Description @NotNull List<ProtectedItemImporter>ReadOnlyAuthorizationConfiguration. getProtectedItemImporters() -
Uses of ProtectedItemImporter in org.apache.jackrabbit.oak.exercise.security.authorization.models.simplifiedroles
Methods in org.apache.jackrabbit.oak.exercise.security.authorization.models.simplifiedroles that return types with arguments of type ProtectedItemImporter Modifier and Type Method Description @NotNull List<ProtectedItemImporter>ThreeRolesAuthorizationConfiguration. getProtectedItemImporters() -
Uses of ProtectedItemImporter in org.apache.jackrabbit.oak.jcr.session
Methods in org.apache.jackrabbit.oak.jcr.session that return types with arguments of type ProtectedItemImporter Modifier and Type Method Description @NotNull List<ProtectedItemImporter>SessionContext. getProtectedItemImporters() -
Uses of ProtectedItemImporter in org.apache.jackrabbit.oak.security.authorization
Methods in org.apache.jackrabbit.oak.security.authorization that return types with arguments of type ProtectedItemImporter Modifier and Type Method Description @NotNull List<ProtectedItemImporter>AuthorizationConfigurationImpl. getProtectedItemImporters() -
Uses of ProtectedItemImporter in org.apache.jackrabbit.oak.security.authorization.accesscontrol
Classes in org.apache.jackrabbit.oak.security.authorization.accesscontrol that implement ProtectedItemImporter Modifier and Type Class Description classAccessControlImporterProtectedNodeImporterimplementation that handles access control lists, entries and restrictions. -
Uses of ProtectedItemImporter in org.apache.jackrabbit.oak.security.user
Methods in org.apache.jackrabbit.oak.security.user that return types with arguments of type ProtectedItemImporter Modifier and Type Method Description @NotNull List<ProtectedItemImporter>UserConfigurationImpl. getProtectedItemImporters() -
Uses of ProtectedItemImporter in org.apache.jackrabbit.oak.spi.security
Methods in org.apache.jackrabbit.oak.spi.security that return types with arguments of type ProtectedItemImporter Modifier and Type Method Description @NotNull List<ProtectedItemImporter>CompositeConfiguration. getProtectedItemImporters()@NotNull List<ProtectedItemImporter>SecurityConfiguration.Default. getProtectedItemImporters()@NotNull List<ProtectedItemImporter>SecurityConfiguration. getProtectedItemImporters() -
Uses of ProtectedItemImporter in org.apache.jackrabbit.oak.spi.security.authentication.external.impl.principal
Methods in org.apache.jackrabbit.oak.spi.security.authentication.external.impl.principal that return types with arguments of type ProtectedItemImporter Modifier and Type Method Description @NotNull List<ProtectedItemImporter>ExternalPrincipalConfiguration. getProtectedItemImporters() -
Uses of ProtectedItemImporter in org.apache.jackrabbit.oak.spi.security.authorization.cug.impl
Methods in org.apache.jackrabbit.oak.spi.security.authorization.cug.impl that return types with arguments of type ProtectedItemImporter Modifier and Type Method Description @NotNull List<ProtectedItemImporter>CugConfiguration. getProtectedItemImporters() -
Uses of ProtectedItemImporter in org.apache.jackrabbit.oak.spi.security.authorization.principalbased.impl
Methods in org.apache.jackrabbit.oak.spi.security.authorization.principalbased.impl that return types with arguments of type ProtectedItemImporter Modifier and Type Method Description @NotNull List<ProtectedItemImporter>PrincipalBasedAuthorizationConfiguration. getProtectedItemImporters() -
Uses of ProtectedItemImporter in org.apache.jackrabbit.oak.spi.xml
Subinterfaces of ProtectedItemImporter in org.apache.jackrabbit.oak.spi.xml Modifier and Type Interface Description interfaceProtectedNodeImporterProtectedNodeImporterprovides means to import protectedNodes and the subtree defined below such nodes.interfaceProtectedPropertyImporterProtectedPropertyImporteris in charge of importing single properties with a protectedPropertyDefinition.
-