On Thu, Jul 29, 2010 at 8:45 AM, Carsten Ziegeler <[email protected]> wrote: > ...I think the AuthenticationInfo is something which might move to the > Sling API - when using the ResourceResolverFactory to get a resolver, it > would be a little bit nicer to be able to use the AuthenticationInfo > class instead of a plain map (for using the constructors and the constants)...
+1 to that, I'm also using that interface in [1] and having to depend on org.apache.sling.commons.auth just for this feels wrong. -Bertrand [1] http://svn.apache.org/repos/asf/sling/trunk/contrib/extensions/bgservlets/src/main/java/org/apache/sling/bgservlets/impl/BackgroundRequestExecutionJob.java
