|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use LoginException | |
---|---|
javax.jcr | Provides interfaces and classes for the Content Repository for Java Technology. |
Uses of LoginException in javax.jcr |
---|
Methods in javax.jcr that throw LoginException | |
---|---|
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) . |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |