Copyright© 2008-2022 Sitevision AB, all rights reserved.
Package | Description |
---|---|
javax.jcr |
Provides interfaces and classes for the Content Repository for Java Technology.
|
Modifier and Type | Class and Description |
---|---|
class |
GuestCredentials
GuestCredentials implements the Credentials
interface and is used to obtain a "guest", "public" or "anonymous" session. |
class |
SimpleCredentials
SimpleCredentials implements the Credentials
interface and represents simple user ID/password credentials. |
Modifier and Type | Method and Description |
---|---|
Session |
Session.impersonate(Credentials credentials)
Returns a new session in accordance with the specified (new) Credentials.
|
Session |
Repository.login(Credentials credentials)
Equivalent to
login(credentials, null) . |
Session |
Repository.login(Credentials credentials,
String workspaceName)
Authenticates the user using the supplied
credentials . |
Sitevision - Portal and Content Management Made Easy
Sitevision is an advanced Java enterprise portal product and a portlet container (JSR 286) that implements Java Content Repository (JSR 283).
Copyright© 2008-2022 Sitevision AB, all rights reserved.