Uses of Class
org.apache.sling.api.resource.LoginException
Packages that use LoginException
Package
Description
-
Uses of LoginException in org.apache.sling.api.resource
Methods in org.apache.sling.api.resource that throw LoginExceptionModifier and TypeMethodDescription@NotNull ResourceResolver
Returns a newResourceResolver
instance based on the givenauthenticationInfo
map and the original authentication info used to create this instance.@NotNull ResourceProvider
ResourceProviderFactory.getAdministrativeResourceProvider
(Map<String, Object> authenticationInfo) Deprecated.as of 2.4 (bundle version 2.5.0) because of inherent security issues.@NotNull ResourceResolver
ResourceResolverFactory.getAdministrativeResourceResolver
(Map<String, Object> authenticationInfo) Deprecated.as of 2.4 (bundle version 2.5.0) because of inherent security issues.@NotNull ResourceProvider
ResourceProviderFactory.getResourceProvider
(Map<String, Object> authenticationInfo) Deprecated.Returns a newResourceProvider
instance with further configuration taken from the givenauthenticationInfo
map.@NotNull ResourceResolver
ResourceResolverFactory.getResourceResolver
(Map<String, Object> authenticationInfo) Returns a newResourceResolver
instance with further configuration taken from the givenauthenticationInfo
map.@NotNull ResourceResolver
ResourceResolverFactory.getServiceResourceResolver
(Map<String, Object> authenticationInfo) Returns a newResourceResolver
instance with privileges assigned to the service provided by the calling bundle. -
Uses of LoginException in org.apache.sling.api.wrappers
Methods in org.apache.sling.api.wrappers that throw LoginExceptionModifier and TypeMethodDescription@NotNull ResourceResolver
Wraps and returns theResourceResolver
obtained by callingclone
on the wrapped resource resolver. -
Uses of LoginException in org.apache.sling.spi.resource.provider
Methods in org.apache.sling.spi.resource.provider that throw LoginExceptionModifier and TypeMethodDescriptionResourceProvider.authenticate
(@NotNull Map<String, Object> authenticationInfo) Authenticate against the resource provider.