Uses of Class
org.apache.sling.api.resource.LoginException
-
Packages that use LoginException Package Description org.apache.sling.api.resource org.apache.sling.api.wrappers org.apache.sling.spi.resource.provider -
-
Uses of LoginException in org.apache.sling.api.resource
Methods in org.apache.sling.api.resource that throw LoginException Modifier and Type Method Description @NotNull ResourceResolverResourceResolver. clone(Map<String,Object> authenticationInfo)Returns 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 LoginException Modifier and Type Method Description @NotNull ResourceResolverResourceResolverWrapper. clone(Map<String,Object> authenticationInfo)Wraps 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 LoginException Modifier and Type Method Description TResourceProvider. authenticate(@NotNull Map<String,Object> authenticationInfo)Authenticate against the resource provider.
-