Package com.atlassian.confluence.rpc
Interface SecureRpc
-
- All Known Subinterfaces:
ConfluenceSoapService
,ConfluenceXmlRpcHandler
- All Known Implementing Classes:
ConfluenceXmlRpcHandlerImpl
,WikiSoapService
,XhtmlSoapService
public interface SecureRpc
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description String
login(String username, String password)
boolean
logout(String token)
-
-
-
Method Detail
-
login
String login(String username, String password) throws AuthenticationFailedException, RemoteException
-
logout
boolean logout(String token) throws RemoteException
- Throws:
RemoteException
-
-