com.atlassian.confluence.rpc
Interface SecureRpc

All Known Subinterfaces:
ConfluenceSoapService, ConfluenceXmlRpcHandler
All Known Implementing Classes:
ConfluenceSoapServiceDelegator, ConfluenceSoapServiceImpl, ConfluenceXmlRpcHandlerImpl

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


Copyright © 2003-2010 Atlassian. All Rights Reserved.