|
|||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||
| Packages that use Credentials | |
| com.jeceira.repository | |
| com.jeceira.session | |
| javax.jcr | Provides interfaces and classes for the Content Repository for Java Technology (JCR). |
| Uses of Credentials in com.jeceira.repository |
| Methods in com.jeceira.repository with parameters of type Credentials | |
Session |
RepositoryImpl.login(Credentials credentials)
|
Session |
RepositoryImpl.login(Credentials credentials,
java.lang.String workspaceName)
|
| Uses of Credentials in com.jeceira.session |
| Methods in com.jeceira.session with parameters of type Credentials | |
Session |
SessionImpl.impersonate(Credentials credentials)
|
| 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 | ||||||||||