Nuxeo Enterprise Platform 5.4

org.nuxeo.ecm.webengine.session
Class SessionProvider

java.lang.Object
  extended by org.nuxeo.ecm.webengine.session.SessionProvider

public class SessionProvider
extends java.lang.Object

Author:
Bogdan Stefanescu

Constructor Summary
SessionProvider()
           
 
Method Summary
 void destroy(java.security.Principal principal)
           
 CoreSession getSession(java.lang.String repositoryName)
           
 CoreSession openSession(java.lang.String repoName)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SessionProvider

public SessionProvider()
Method Detail

getSession

public CoreSession getSession(java.lang.String repositoryName)
                       throws java.lang.Exception
Throws:
java.lang.Exception

openSession

public CoreSession openSession(java.lang.String repoName)
                        throws java.lang.Exception
Throws:
java.lang.Exception

destroy

public void destroy(java.security.Principal principal)
             throws java.lang.Exception
Throws:
java.lang.Exception

Nuxeo Enterprise Platform 5.4

Copyright © 2010 Nuxeo SAS. All Rights Reserved.