com.atlassian.crowd.plugin.rest.service.resource
Class EventsResource

java.lang.Object
  extended by com.atlassian.crowd.plugin.rest.service.resource.AbstractResource
      extended by com.atlassian.crowd.plugin.rest.service.resource.EventsResource

public class EventsResource
extends AbstractResource

Crowd SSO Token Resource.


Field Summary
 
Fields inherited from class com.atlassian.crowd.plugin.rest.service.resource.AbstractResource
DEFAULT_SEARCH_RESULT_SIZE, MAX_RESULTS_PARAM, request, START_INDEX_PARAM, uriInfo
 
Constructor Summary
EventsResource(EventsController eventsController)
           
 
Method Summary
 javax.ws.rs.core.Response getEventCookie()
           
 javax.ws.rs.core.Response getEvents(String eventToken)
           
 
Methods inherited from class com.atlassian.crowd.plugin.rest.service.resource.AbstractResource
getApplicationName, getBaseUri, setApplicationName
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

EventsResource

public EventsResource(EventsController eventsController)
Method Detail

getEventCookie

public javax.ws.rs.core.Response getEventCookie()

getEvents

public javax.ws.rs.core.Response getEvents(String eventToken)
                                    throws EventTokenExpiredException,
                                           IncrementalSynchronisationNotAvailableException,
                                           OperationFailedException
Throws:
EventTokenExpiredException
IncrementalSynchronisationNotAvailableException
OperationFailedException


Copyright © 2013 Atlassian. All Rights Reserved.