Uses of Class
com.atlassian.confluence.rpc.RemoteException

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 NotFoundException
          Thrown when a remote method can't find an object specified by the caller.
 class NotPermittedException
          Exception thrown when a user attempts to do something they're not allowed to do.
 class OperationTimedOutException
          Thrown when an operation times out on the server.
 

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
 



Confluence is developed by Atlassian.