public abstract class AbstractNoSqlResourceProviderFactory extends Object implements org.apache.sling.api.resource.ResourceProviderFactory
Constructor and Description |
---|
AbstractNoSqlResourceProviderFactory() |
Modifier and Type | Method and Description |
---|---|
org.apache.sling.api.resource.ResourceProvider |
getAdministrativeResourceProvider(Map<String,Object> authenticationInfo) |
protected abstract org.osgi.service.event.EventAdmin |
getEventAdmin() |
protected abstract NoSqlAdapter |
getNoSqlAdapter() |
org.apache.sling.api.resource.ResourceProvider |
getResourceProvider(Map<String,Object> authenticationInfo) |
public AbstractNoSqlResourceProviderFactory()
public final org.apache.sling.api.resource.ResourceProvider getResourceProvider(Map<String,Object> authenticationInfo) throws org.apache.sling.api.resource.LoginException
getResourceProvider
in interface org.apache.sling.api.resource.ResourceProviderFactory
org.apache.sling.api.resource.LoginException
public final org.apache.sling.api.resource.ResourceProvider getAdministrativeResourceProvider(Map<String,Object> authenticationInfo) throws org.apache.sling.api.resource.LoginException
getAdministrativeResourceProvider
in interface org.apache.sling.api.resource.ResourceProviderFactory
org.apache.sling.api.resource.LoginException
protected abstract NoSqlAdapter getNoSqlAdapter()
protected abstract org.osgi.service.event.EventAdmin getEventAdmin()
Copyright © 2007–2016 The Apache Software Foundation. All rights reserved.