Uses of Class
com.atlassian.crowd.event.EventTokenExpiredException

Packages that use EventTokenExpiredException
com.atlassian.crowd.directory   
com.atlassian.crowd.event   
com.atlassian.crowd.integration.rest.service   
com.atlassian.crowd.manager.application   
com.atlassian.crowd.plugin.rest.exception.mapper   
com.atlassian.crowd.plugin.rest.service.controller   
com.atlassian.crowd.plugin.rest.service.resource   
com.atlassian.crowd.service.client   
 

Uses of EventTokenExpiredException in com.atlassian.crowd.directory
 

Methods in com.atlassian.crowd.directory that throw EventTokenExpiredException
 Events RemoteCrowdDirectory.getNewEvents(java.lang.String eventToken)
          Returns an events object which contains a new eventToken and events that happened after the given eventToken was generated.
 

Uses of EventTokenExpiredException in com.atlassian.crowd.event
 

Methods in com.atlassian.crowd.event that throw EventTokenExpiredException
 Events EventStore.getNewEvents(java.lang.String eventToken)
          Returns an events object which contains a new eventToken and events that happened after the given eventToken was generated.
 Events EventStoreGeneric.getNewEvents(java.lang.String eventToken)
           
 

Uses of EventTokenExpiredException in com.atlassian.crowd.integration.rest.service
 

Methods in com.atlassian.crowd.integration.rest.service that throw EventTokenExpiredException
 Events RestCrowdClient.getNewEvents(java.lang.String eventToken)
           
 

Uses of EventTokenExpiredException in com.atlassian.crowd.manager.application
 

Methods in com.atlassian.crowd.manager.application that throw EventTokenExpiredException
 Events ApplicationService.getNewEvents(Application application, java.lang.String eventToken)
          Returns an events object which contains a new eventToken and events that happened after the given eventToken was generated.
 Events TranslatingApplicationService.getNewEvents(Application application, java.lang.String eventToken)
           
 Events CachingApplicationService.getNewEvents(Application application, java.lang.String eventToken)
           
 Events ApplicationServiceGeneric.getNewEvents(Application application, java.lang.String eventToken)
           
 

Uses of EventTokenExpiredException in com.atlassian.crowd.plugin.rest.exception.mapper
 

Methods in com.atlassian.crowd.plugin.rest.exception.mapper with parameters of type EventTokenExpiredException
 javax.ws.rs.core.Response EventTokenExpiredExceptionMapper.toResponse(EventTokenExpiredException exception)
           
 

Uses of EventTokenExpiredException in com.atlassian.crowd.plugin.rest.service.controller
 

Methods in com.atlassian.crowd.plugin.rest.service.controller that throw EventTokenExpiredException
 EventEntityList EventsController.getEventsSince(java.lang.String applicationName, java.lang.String eventToken, java.net.URI baseURI)
           
 

Uses of EventTokenExpiredException in com.atlassian.crowd.plugin.rest.service.resource
 

Methods in com.atlassian.crowd.plugin.rest.service.resource that throw EventTokenExpiredException
 javax.ws.rs.core.Response EventsResource.getEvents(java.lang.String eventToken)
           
 

Uses of EventTokenExpiredException in com.atlassian.crowd.service.client
 

Methods in com.atlassian.crowd.service.client that throw EventTokenExpiredException
 Events CrowdClient.getNewEvents(java.lang.String eventToken)
          Returns an events object which contains a new eventToken and events that happened after the given eventToken was generated.
 



Copyright © 2012 Atlassian. All Rights Reserved.