org.apache.sling.jcr.base
Class SessionProxyHandler

java.lang.Object
  extended by org.apache.sling.jcr.base.SessionProxyHandler

public class SessionProxyHandler
extends Object

The session proxy handler creates session proxies to handle the namespace mapping support if impersonate is called on the session.


Nested Class Summary
static class SessionProxyHandler.SessionProxyInvocationHandler
           
 
Constructor Summary
SessionProxyHandler(AbstractSlingRepository repo)
           
 
Method Summary
 javax.jcr.Session createProxy(javax.jcr.Session session)
          Create a proxy for the session.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SessionProxyHandler

public SessionProxyHandler(AbstractSlingRepository repo)
Method Detail

createProxy

public javax.jcr.Session createProxy(javax.jcr.Session session)
Create a proxy for the session.



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