com.atlassian.confluence.extra.helloworldrpc
Class HelloWorldService

java.lang.Object
  extended by com.atlassian.confluence.extra.helloworldrpc.HelloWorldService
All Implemented Interfaces:
HelloWorld, SecureRpc

public class HelloWorldService
extends Object
implements HelloWorld


Constructor Summary
HelloWorldService()
           
 
Method Summary
 String hello(String token)
           
 String login(String username, String password)
           
 boolean logout(String token)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

HelloWorldService

public HelloWorldService()
Method Detail

hello

public String hello(String token)
Specified by:
hello in interface HelloWorld

login

public String login(String username,
                    String password)
             throws AuthenticationFailedException,
                    RemoteException
Specified by:
login in interface SecureRpc
Throws:
AuthenticationFailedException
RemoteException

logout

public boolean logout(String token)
               throws RemoteException
Specified by:
logout in interface SecureRpc
Throws:
RemoteException


Copyright © 2003–2015 Atlassian. All rights reserved.