@NotNull ResourceResolver |
ResourceResolver.clone(java.util.Map<java.lang.String,java.lang.Object> authenticationInfo) |
Returns a new ResourceResolver instance based on the given
authenticationInfo map and the original authentication info
used to create this instance.
|
@NotNull ResourceProvider |
ResourceProviderFactory.getAdministrativeResourceProvider(java.util.Map<java.lang.String,java.lang.Object> authenticationInfo) |
Deprecated.
|
@NotNull ResourceResolver |
ResourceResolverFactory.getAdministrativeResourceResolver(java.util.Map<java.lang.String,java.lang.Object> authenticationInfo) |
Deprecated.
|
@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.
|
@NotNull ResourceResolver |
ResourceResolverFactory.getResourceResolver(java.util.Map<java.lang.String,java.lang.Object> authenticationInfo) |
Returns a new ResourceResolver instance with further
configuration taken from the given authenticationInfo map.
|
@NotNull ResourceResolver |
ResourceResolverFactory.getServiceResourceResolver(java.util.Map<java.lang.String,java.lang.Object> authenticationInfo) |
Returns a new ResourceResolver instance with privileges assigned
to the service provided by the calling bundle.
|