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   
 

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)
           
 



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