Uses of Class
org.apache.sling.api.resource.LoginException

Packages that use LoginException
org.apache.sling.api.resource   
org.apache.sling.auth.core.spi   
org.apache.sling.commons.testing.sling   
org.apache.sling.jcr.resource.internal   
org.apache.sling.servlets.resolver.internal   
 

Uses of LoginException in org.apache.sling.api.resource
 

Methods in org.apache.sling.api.resource that throw LoginException
 ResourceResolver ResourceResolver.clone(Map<String,Object> authenticationInfo)
          Returns a new ResourceResolver instance based on the given authenticationInfo map and the original authentication info used to create this instance.
 ResourceResolver ResourceResolverFactory.getAdministrativeResourceResolver(Map<String,Object> authenticationInfo)
          Returns a new ResourceResolver instance with administrative privileges with further configuration taken from the given authenticationInfo map.
 ResourceResolver ResourceResolverFactory.getResourceResolver(Map<String,Object> authenticationInfo)
          Returns a new ResourceResolver instance with further configuration taken from the given authenticationInfo map.
 

Uses of LoginException in org.apache.sling.auth.core.spi
 

Methods in org.apache.sling.auth.core.spi that throw LoginException
 void 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.commons.testing.sling
 

Methods in org.apache.sling.commons.testing.sling that throw LoginException
 ResourceResolver MockResourceResolver.clone(Map<String,Object> authenticationInfo)
           
 

Uses of LoginException in org.apache.sling.jcr.resource.internal
 

Methods in org.apache.sling.jcr.resource.internal that throw LoginException
 ResourceResolver JcrResourceResolver.clone(Map<String,Object> authenticationInfo)
           
 ResourceResolver JcrResourceResolverFactoryImpl.getAdministrativeResourceResolver(Map<String,Object> authenticationInfo)
           
 ResourceResolver JcrResourceResolverFactoryImpl.getResourceResolver(Map<String,Object> authenticationInfo)
           
 

Constructors in org.apache.sling.jcr.resource.internal that throw LoginException
JcrResourceListener(String workspaceName, ResourceResolverFactory factory, String startPath, String mountPrefix, org.osgi.util.tracker.ServiceTracker eventAdminTracker)
          Constructor.
 

Uses of LoginException in org.apache.sling.servlets.resolver.internal
 

Methods in org.apache.sling.servlets.resolver.internal that throw LoginException
protected  void SlingServletResolver.activate(org.osgi.service.component.ComponentContext context)
          Activate this component.
 



Copyright © 2007-2013 The Apache Software Foundation. All Rights Reserved.