Uses of Class
com.atlassian.crowd.event.EventTokenExpiredException
Packages that use EventTokenExpiredException
Package
Description
-
Uses of EventTokenExpiredException in com.atlassian.crowd.directory
Methods in com.atlassian.crowd.directory that throw EventTokenExpiredExceptionModifier and TypeMethodDescriptionRemoteCrowdDirectory.getNewEvents
(String eventToken) Returns an events object which contains a new eventToken and events that happened after the giveneventToken
was generated. -
Uses of EventTokenExpiredException in com.atlassian.crowd.event
Methods in com.atlassian.crowd.event that throw EventTokenExpiredExceptionModifier and TypeMethodDescriptionEventStore.getNewEvents
(String eventToken, Application application) Returns an events object which contains a new eventToken and events that happened after the giveneventToken
was generated.EventStore.getNewEvents
(String eventToken, List<Long> directoryIds) Deprecated.EventStoreGeneric.getNewEvents
(String eventToken, Application application) EventStoreGeneric.getNewEvents
(String eventToken, List<Long> directoryIds) TimestampBasedEventStore.getNewEvents
(String eventToken, Application application) TimestampBasedEventStore.getNewEvents
(String eventToken, List<Long> directoryIds) -
Uses of EventTokenExpiredException in com.atlassian.crowd.integration.rest.service
Methods in com.atlassian.crowd.integration.rest.service that throw EventTokenExpiredException -
Uses of EventTokenExpiredException in com.atlassian.crowd.manager.application
Methods in com.atlassian.crowd.manager.application that throw EventTokenExpiredExceptionModifier and TypeMethodDescriptionAbstractDelegatingApplicationService.getNewEvents
(Application application, String eventToken) ApplicationService.getNewEvents
(Application application, String eventToken) Returns an events object which contains a new eventToken and events that happened after the giveneventToken
was generated.ApplicationServiceGeneric.getNewEvents
(Application application, String eventToken) TranslatingApplicationService.getNewEvents
(Application application, 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 EventTokenExpiredExceptionModifier and TypeMethodDescriptionjavax.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 EventTokenExpiredExceptionModifier and TypeMethodDescriptionEventsController.getEventsSince
(String eventToken, URI baseURI) -
Uses of EventTokenExpiredException in com.atlassian.crowd.plugin.rest.service.resource.server
Methods in com.atlassian.crowd.plugin.rest.service.resource.server that throw EventTokenExpiredException -
Uses of EventTokenExpiredException in com.atlassian.crowd.service.client
Methods in com.atlassian.crowd.service.client that throw EventTokenExpiredExceptionModifier and TypeMethodDescriptionCrowdClient.getNewEvents
(String eventToken) Returns an events object which contains a new eventToken and events that happened after the giveneventToken
was generated.