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

Packages that use LoginException
org.apache.sling.api.resource   
 

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

Methods in org.apache.sling.api.resource that throw LoginException
 ResourceResolver ResourceResolver.clone(java.util.Map<java.lang.String,java.lang.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(java.util.Map<java.lang.String,java.lang.Object> authenticationInfo)
          Returns a new ResourceResolver instance with administrative privileges with further configuration taken from the given authenticationInfo map.
 ResourceResolver ResourceResolverFactory.getResourceResolver(java.util.Map<java.lang.String,java.lang.Object> authenticationInfo)
          Returns a new ResourceResolver instance with further configuration taken from the given authenticationInfo map.
 



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