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 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.auth.core.spi
Methods in org.apache.sling.auth.core.spi that throw LoginExceptionModifier and TypeMethodDescriptionvoidAuthenticationInfoPostProcessor.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 ResourceResolverOakBacklogClusterSyncService.getResourceResolver()Get or create a ResourceResolverprotected ResourceResolverSyncTokenService.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 ResourceResolverTopologyWebConsolePlugin.getResourceResolver() -
Uses of LoginException in org.apache.sling.discovery.oak.cluster
Methods in org.apache.sling.discovery.oak.cluster that throw LoginExceptionModifier and TypeMethodDescriptionprotected ResourceResolverOakClusterViewService.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.JcrProviderStateJcrResourceProvider.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 LegacyResourceProviderAdapterLegacyResourceProviderFactoryAdapter.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 TypeMethodDescriptionvoidProviderManager.authenticateAll(@NotNull List<ResourceProviderHandler> handlers, @NotNull ResourceResolverControl control) Authenticate all handlers@Nullable AuthenticatedResourceProviderProviderManager.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 voidResourceValidationModelProviderImpl.activate(org.osgi.service.component.ComponentContext componentContext)