Uses of Class
org.apache.sling.api.resource.LoginException
Packages that use LoginException
Package
Description
Provides API to be implemented by provides of authentication
mechanisms.
Provides default SPI-implementations used by discovery.commons.providers.impl
-
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.auth.core.spi
Methods in org.apache.sling.auth.core.spi that throw LoginExceptionModifier and TypeMethodDescriptionvoid
AuthenticationInfoPostProcessor.postProcess
(AuthenticationInfo info, javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response) Perform some post-processing on the AuthenticationInfo object. -
Uses of LoginException in org.apache.sling.discovery.commons.providers.spi.base
Methods in org.apache.sling.discovery.commons.providers.spi.base that throw LoginExceptionModifier and TypeMethodDescriptionprotected ResourceResolver
OakBacklogClusterSyncService.getResourceResolver()
Get or create a ResourceResolverprotected ResourceResolver
SyncTokenService.getResourceResolver()
Get or create a ResourceResolver -
Uses of LoginException in org.apache.sling.discovery.oak
Methods in org.apache.sling.discovery.oak that throw LoginExceptionModifier and TypeMethodDescriptionprotected ResourceResolver
TopologyWebConsolePlugin.getResourceResolver()
-
Uses of LoginException in org.apache.sling.discovery.oak.cluster
Methods in org.apache.sling.discovery.oak.cluster that throw LoginExceptionModifier and TypeMethodDescriptionprotected ResourceResolver
OakClusterViewService.getResourceResolver()
-
Uses of LoginException in org.apache.sling.event.impl.jobs
Methods in org.apache.sling.event.impl.jobs that throw LoginException -
Uses of LoginException in org.apache.sling.jcr.resource.internal.helper.jcr
Methods in org.apache.sling.jcr.resource.internal.helper.jcr that throw LoginExceptionModifier and TypeMethodDescription@NotNull org.apache.sling.jcr.resource.internal.helper.jcr.JcrProviderState
JcrResourceProvider.authenticate
(@NotNull Map<String, Object> authenticationInfo) Create a new ResourceResolver wrapping a Session object. -
Uses of LoginException in org.apache.sling.resourceresolver.impl.legacy
Methods in org.apache.sling.resourceresolver.impl.legacy that throw LoginExceptionModifier and TypeMethodDescription@NotNull LegacyResourceProviderAdapter
LegacyResourceProviderFactoryAdapter.authenticate
(@NotNull Map<String, Object> authenticationInfo) -
Uses of LoginException in org.apache.sling.resourceresolver.impl.mapping
Methods in org.apache.sling.resourceresolver.impl.mapping that throw LoginExceptionModifier and TypeMethodDescriptionMapConfigurationProvider.getServiceUserAuthenticationInfo
(String subServiceName) Constructors in org.apache.sling.resourceresolver.impl.mapping that throw LoginExceptionModifierConstructorDescriptionMapEntries
(MapConfigurationProvider factory, org.osgi.framework.BundleContext bundleContext, org.osgi.service.event.EventAdmin eventAdmin, StringInterpolationProvider stringInterpolationProvider, Optional<org.apache.sling.resourceresolver.impl.ResourceResolverMetrics> metrics) -
Uses of LoginException in org.apache.sling.resourceresolver.impl.observation
Methods in org.apache.sling.resourceresolver.impl.observation that throw LoginException -
Uses of LoginException in org.apache.sling.resourceresolver.impl.providers.stateful
Methods in org.apache.sling.resourceresolver.impl.providers.stateful that throw LoginExceptionModifier and TypeMethodDescriptionvoid
ProviderManager.authenticateAll
(@NotNull List<ResourceProviderHandler> handlers, @NotNull ResourceResolverControl control) Authenticate all handlers@Nullable AuthenticatedResourceProvider
ProviderManager.getOrCreateProvider
(@NotNull ResourceProviderHandler handler, @NotNull ResourceResolverControl control) Get the context@Nullable ResolveContext<Object>
ProviderManager.getOrCreateResolveContext
(@NotNull ResourceProviderHandler handler, @NotNull ResourceResolverControl control) Get the context -
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. -
Uses of LoginException in org.apache.sling.validation.impl.resourcemodel
Methods in org.apache.sling.validation.impl.resourcemodel that throw LoginExceptionModifier and TypeMethodDescriptionprotected void
ResourceValidationModelProviderImpl.activate
(org.osgi.service.component.ComponentContext componentContext)