Uses of Interface
javax.jcr.Session

Packages that use Session
javax.jcr Provides interfaces and classes for the Content Repository for Java Technology. 
 

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()
          Equivalent to login(null, null).
 Session Repository.login(Credentials credentials)
          Equivalent to login(credentials, null).
 Session Repository.login(Credentials credentials, String workspaceName)
          Authenticates the user using the supplied credentials.
 Session Repository.login(String workspaceName)
          Equivalent to login(null, workspaceName).
 



Copyright © 2004-2011 Day Management AG. All Rights Reserved.