Uses of Class
org.fcrepo.server.config.ModuleConfiguration

Packages that use ModuleConfiguration
org.fcrepo.server.config   
org.fcrepo.server.resourceIndex   
org.fcrepo.server.security   
org.fcrepo.server.security.impl   
 

Uses of ModuleConfiguration in org.fcrepo.server.config
 

Methods in org.fcrepo.server.config that return ModuleConfiguration
 ModuleConfiguration ServerConfiguration.getModuleConfiguration(String role)
           
 

Methods in org.fcrepo.server.config that return types with arguments of type ModuleConfiguration
 List<ModuleConfiguration> ServerConfiguration.getModuleConfigurations()
           
 

Constructor parameters in org.fcrepo.server.config with type arguments of type ModuleConfiguration
ServerConfiguration(String className, List<Parameter> parameters, List<ModuleConfiguration> moduleConfigurations, List<DatastoreConfiguration> datastoreConfigurations)
           
 

Uses of ModuleConfiguration in org.fcrepo.server.resourceIndex
 

Methods in org.fcrepo.server.resourceIndex with parameters of type ModuleConfiguration
 void ResourceIndexRebuilder.setModuleConfiguration(ModuleConfiguration riConfig)
           
 

Uses of ModuleConfiguration in org.fcrepo.server.security
 

Constructors in org.fcrepo.server.security with parameters of type ModuleConfiguration
PolicyFinderModule(Server server, PolicyLoader policyLoader, ModuleConfiguration authorizationConfig)
           
 

Uses of ModuleConfiguration in org.fcrepo.server.security.impl
 

Constructors in org.fcrepo.server.security.impl with parameters of type ModuleConfiguration
DefaultPolicyEnforcementPoint(com.sun.xacml.PDPConfig pdpConfig, ContextRegistry registry, ModuleConfiguration authzConfiguration)
           
 



Copyright © 2012 DuraSpace. All Rights Reserved.