Uses of Interface
org.apache.jackrabbit.core.xml.ProtectedItemImporter

Packages that use ProtectedItemImporter
org.apache.jackrabbit.core.config Jackrabbit configuration handling. 
org.apache.jackrabbit.core.security.user   
org.apache.jackrabbit.core.xml   
 

Uses of ProtectedItemImporter in org.apache.jackrabbit.core.config
 

Methods in org.apache.jackrabbit.core.config that return types with arguments of type ProtectedItemImporter
 List<? extends ProtectedItemImporter> ImportConfig.getProtectedItemImporters()
           
 

Uses of ProtectedItemImporter in org.apache.jackrabbit.core.security.user
 

Classes in org.apache.jackrabbit.core.security.user that implement ProtectedItemImporter
 class UserImporter
          UserImporter implements a DefaultProtectedPropertyImporter that is able to deal with user/group content as defined by the default user related node types present with jackrabbit-core.
 

Uses of ProtectedItemImporter in org.apache.jackrabbit.core.xml
 

Subinterfaces of ProtectedItemImporter in org.apache.jackrabbit.core.xml
 interface ProtectedNodeImporter
          ProtectedNodeImporter provides means to import protected Nodes and the subtree defined below such nodes.
 interface ProtectedPropertyImporter
          ProtectedPropertyImporter is in charge of importing single properties with a protected QPropertyDefinition.
 

Classes in org.apache.jackrabbit.core.xml that implement ProtectedItemImporter
 class AccessControlImporter
          AccessControlImporter implements a ProtectedNodeImporter 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.
 



Copyright © 2004-2010 The Apache Software Foundation. All Rights Reserved.