Package | Description |
---|---|
org.apache.sling.api.resource |
Modifier and Type | Interface and Description |
---|---|
interface |
AttributableResourceProvider
Deprecated.
Use the
ResourceProvider |
interface |
DynamicResourceProvider
Deprecated.
Use the
ResourceProvider |
interface |
ModifyingResourceProvider
Deprecated.
Use the
ResourceProvider |
interface |
QueriableResourceProvider
Deprecated.
Use the
ResourceProvider |
interface |
RefreshableResourceProvider
Deprecated.
Use the
ResourceProvider |
Modifier and Type | Method and Description |
---|---|
@NotNull ResourceProvider |
ResourceProviderFactory.getAdministrativeResourceProvider(java.util.Map<java.lang.String,java.lang.Object> authenticationInfo)
Deprecated.
as of 2.4 (bundle version 2.5.0) because of inherent security
issues. Implementations may implement this method at their
discretion but must support the new service based resource
provider generation in the
ResourceProviderFactory.getResourceProvider(Map)
method honoring the ResourceProviderFactory.SERVICE_BUNDLE and
ResourceResolverFactory.SUBSERVICE properties. |
@NotNull ResourceProvider |
ResourceProviderFactory.getResourceProvider(java.util.Map<java.lang.String,java.lang.Object> authenticationInfo)
Deprecated.
Returns a new
ResourceProvider instance with further
configuration taken from the given authenticationInfo map. |
Copyright © 2022 The Apache Software Foundation. All rights reserved.