com.atlassian.plugins.rest.helloworld
Class HelloWorld

java.lang.Object
  extended by com.atlassian.plugins.rest.helloworld.HelloWorld

public class HelloWorld
extends java.lang.Object


Constructor Summary
HelloWorld()
           
 
Method Summary
 java.lang.String getAnonymousMessage()
           
 java.lang.String getAuthenticatedMessage()
           
 java.lang.String getMessageForAdmin(AuthenticationContext authenticationContext)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

HelloWorld

public HelloWorld()
Method Detail

getAuthenticatedMessage

public java.lang.String getAuthenticatedMessage()

getAnonymousMessage

public java.lang.String getAnonymousMessage()

getMessageForAdmin

public java.lang.String getMessageForAdmin(@Context
                                           AuthenticationContext authenticationContext)


Copyright © 2014 Atlassian. All Rights Reserved.