com.atlassian.confluence.rpc
Interface SecureRpc


public interface SecureRpc


Method Summary
 String login(String username, String password)
           
 boolean logout(String token)
           
 

Method Detail

login

String login(String username,
             String password)
             throws AuthenticationFailedException,
                    RemoteException
Throws:
AuthenticationFailedException
RemoteException

logout

boolean logout(String token)
               throws RemoteException
Throws:
RemoteException


Confluence is developed by Atlassian.