|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
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 |
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) . |
Session |
Item.getSession()
Returns the Session through which this Item
was acquired. |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |