|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use RemoteException | |
|---|---|
| com.atlassian.confluence.rpc | |
| com.atlassian.confluence.rpc.auth | |
| Uses of RemoteException in com.atlassian.confluence.rpc |
|---|
| Subclasses of RemoteException in com.atlassian.confluence.rpc | |
|---|---|
class |
AuthenticationFailedException
Exception thrown when a login attempt fails |
class |
InvalidSessionException
Exception thrown when an invalid session token is supplied to an RPC method. |
class |
NotPermittedException
Exception thrown when a user attempts to do something they're not allowed to do. |
| Methods in com.atlassian.confluence.rpc that throw RemoteException | |
|---|---|
String |
SecureRpc.login(String username,
String password)
|
boolean |
SecureRpc.logout(String token)
|
| Uses of RemoteException in com.atlassian.confluence.rpc.auth |
|---|
| Methods in com.atlassian.confluence.rpc.auth that throw RemoteException | |
|---|---|
String |
TokenAuthenticationManager.login(String username,
String password)
Logs the user with username and password into the Remote API system The token is stored for a period of time, and invalidated after an idle period. |
boolean |
TokenAuthenticationManager.logout(String token)
Logs the user out of the RPC system |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||