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 classUserImporterUserImporterimplements aDefaultProtectedPropertyImporterandDefaultProtectedNodeImporterthat 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 classAccessControlImporterAccessControlImporterimplements aProtectedNodeImporterthat is able to deal with access control content as defined by the default ac related node types present with jackrabbit-core.classDefaultProtectedItemImporterDefaultProtectedItemImporter...classDefaultProtectedNodeImporterDefault implementation that isn't able to handle any protected nodes.classDefaultProtectedPropertyImporterDefault implementation that isn't able to handle any protected properties. 
 -