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 ResourceResolverReturns a newResourceResolverinstance based on the givenauthenticationInfomap and the original authentication info used to create this instance.@NotNull ResourceProviderResourceProviderFactory.getAdministrativeResourceProvider(Map<String, Object> authenticationInfo) Deprecated.as of 2.4 (bundle version 2.5.0) because of inherent security issues.@NotNull ResourceResolverResourceResolverFactory.getAdministrativeResourceResolver(Map<String, Object> authenticationInfo) Deprecated.as of 2.4 (bundle version 2.5.0) because of inherent security issues.@NotNull ResourceProviderResourceProviderFactory.getResourceProvider(Map<String, Object> authenticationInfo) Deprecated.Returns a newResourceProviderinstance with further configuration taken from the givenauthenticationInfomap.@NotNull ResourceResolverResourceResolverFactory.getResourceResolver(Map<String, Object> authenticationInfo) Returns a newResourceResolverinstance with further configuration taken from the givenauthenticationInfomap.@NotNull ResourceResolverResourceResolverFactory.getServiceResourceResolver(Map<String, Object> authenticationInfo) Returns a newResourceResolverinstance 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 ResourceResolverWraps and returns theResourceResolverobtained by callingcloneon 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.