Uses of Interface
org.apache.jackrabbit.core.xml.ProtectedPropertyImporter
-
Packages that use ProtectedPropertyImporter Package Description org.apache.jackrabbit.core.security.user org.apache.jackrabbit.core.xml -
-
Uses of ProtectedPropertyImporter in org.apache.jackrabbit.core.security.user
Classes in org.apache.jackrabbit.core.security.user that implement ProtectedPropertyImporter Modifier and Type Class Description class
UserImporter
UserImporter
implements aDefaultProtectedPropertyImporter
andDefaultProtectedNodeImporter
that is able to deal with user/group content as defined by the default user related node types present with jackrabbit-core. -
Uses of ProtectedPropertyImporter in org.apache.jackrabbit.core.xml
Classes in org.apache.jackrabbit.core.xml that implement ProtectedPropertyImporter Modifier and Type Class Description class
AccessControlImporter
AccessControlImporter
implements aProtectedNodeImporter
that is able to deal with access control content as defined by the default ac related node types present with jackrabbit-core.class
DefaultProtectedItemImporter
DefaultProtectedItemImporter
...class
DefaultProtectedNodeImporter
Default implementation that isn't able to handle any protected nodes.class
DefaultProtectedPropertyImporter
Default implementation that isn't able to handle any protected properties.
-