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 Stringlogin(String username, String password)booleanlogout(String token)
-
-
-
Method Detail
-
login
String login(String username, String password) throws AuthenticationFailedException, RemoteException
-
logout
boolean logout(String token) throws RemoteException
- Throws:
RemoteException
-
-