|
|||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||
| Packages that use Credentials | |
| javax.jcr | Provides interfaces and classes for the Content Repository for Java Technology. |
| Uses of Credentials in javax.jcr |
| Classes in javax.jcr that implement Credentials | |
class |
SimpleCredentials
SimpleCredentials implements the Credentials
interface and represents simple user ID/password credentials. |
| Methods in javax.jcr with parameters of type Credentials | |
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). |
|
|||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||