Uses of Interface
javax.jcr.Session

Packages that use Session
com.jeceira.item.proxy   
com.jeceira.repository   
com.jeceira.session   
javax.jcr Provides interfaces and classes for the Content Repository for Java Technology (JCR). 
 

Uses of Session in com.jeceira.item.proxy
 

Methods in com.jeceira.item.proxy that return Session
 Session ItemProxy.getSession()
           
 

Uses of Session in com.jeceira.repository
 

Methods in com.jeceira.repository that return Session
 Session RepositoryImpl.login()
           
 Session RepositoryImpl.login(Credentials credentials)
           
 Session RepositoryImpl.login(Credentials credentials, java.lang.String workspaceName)
           
 Session RepositoryImpl.login(java.lang.String workspaceName)
           
 

Uses of Session in com.jeceira.session
 

Classes in com.jeceira.session that implement Session
 class SessionImpl
           
 

Methods in com.jeceira.session that return Session
 Session SessionContext.getSession()
          Returns the session of the current context.
 Session SessionImpl.impersonate(Credentials credentials)
           
 Session TransientWorkspace.getSession()
           
 

Uses of Session in javax.jcr
 

Methods in javax.jcr that return Session
 Session Item.getSession()
          Returns the Session through which this Item was acquired.
 Session Workspace.getSession()
          Returns the Session object through which this Workspace object was acquired.
 Session Session.impersonate(Credentials credentials)
          Returns a new session in accordance with the specified (new) Credentials.
 Session Repository.login(Credentials credentials, java.lang.String workspaceName)
          Authenticates the user using the supplied credentials.
 Session Repository.login(Credentials credentials)
          Equivalent to login(credentials, null).
 Session Repository.login(java.lang.String workspaceName)
          Equivalent to login(null, workspaceName).
 Session Repository.login()
          Equivalent to login(null, null).
 



Copyright © 2005 Aparzev Software Ltd. All Rights Reserved.