Uses of Interface
org.apache.jackrabbit.oak.namepath.NameMapper
-
Packages that use NameMapper Package Description org.apache.jackrabbit.oak.jcr.session org.apache.jackrabbit.oak.namepath org.apache.jackrabbit.oak.namepath.impl org.apache.jackrabbit.oak.spi.security.privilege -
-
Uses of NameMapper in org.apache.jackrabbit.oak.jcr.session
Classes in org.apache.jackrabbit.oak.jcr.session that implement NameMapper Modifier and Type Class Description classSessionContextInstances of this class are passed to all JCR implementation classes (e.g.classSessionNamespacesSessionNamespacesimplements namespace handling on the JCR Session level. -
Uses of NameMapper in org.apache.jackrabbit.oak.namepath
Subinterfaces of NameMapper in org.apache.jackrabbit.oak.namepath Modifier and Type Interface Description interfaceNamePathMapperTheNamePathMapperinterface combinesNameMapperandPathMapper.Classes in org.apache.jackrabbit.oak.namepath that implement NameMapper Modifier and Type Class Description static classNamePathMapper.DefaultDefault implementation that doesn't perform any conversions for cases where a mapper object only deals with oak internal names and paths. -
Uses of NameMapper in org.apache.jackrabbit.oak.namepath.impl
Classes in org.apache.jackrabbit.oak.namepath.impl that implement NameMapper Modifier and Type Class Description classGlobalNameMapperName mapper with no local prefix remappings.classLocalNameMapperName mapper with local namespace mappings.classNamePathMapperImplTODO documentConstructors in org.apache.jackrabbit.oak.namepath.impl with parameters of type NameMapper Constructor Description NamePathMapperImpl(NameMapper nameMapper)NamePathMapperImpl(NameMapper nameMapper, IdentifierManager idManager) -
Uses of NameMapper in org.apache.jackrabbit.oak.spi.security.privilege
Methods in org.apache.jackrabbit.oak.spi.security.privilege with parameters of type NameMapper Modifier and Type Method Description @NotNull PrivilegeBitsPrivilegeBitsProvider. getBits(@NotNull Privilege[] privileges, @NotNull NameMapper nameMapper)Returns the bits for the given array of privileges.
-