Class GisAuthTokenLoadEvent
java.lang.Object
overit.geocall.bl.GenericEvent<GisAuthToken>
overit.geocall.bl.BusinessEvent<GisAuthToken>
overit.geocall.bl.SimpleBusinessEvent<BOGisAuthConfig,GisAuthToken>
overit.geocall.bl.GenericLoadEvent<BOGisAuthConfig,GisAuthToken>
overit.geocallapp.wfm.core.bl.gis.authentication.event.GisAuthTokenLoadEvent
@Deprecated(since="22.0",
forRemoval=true)
public class GisAuthTokenLoadEvent
extends GenericLoadEvent<BOGisAuthConfig,GisAuthToken>
Deprecated, for removal: This API element is subject to removal in a future version.
Event to load a
The launcher must provide a valid configuration in order to successfully call this event.
The listener loads all the
GisAuthToken. The launcher must provide a valid configuration in order to successfully call this event.
The listener loads all the
GisAuthToken components starting from the event input,
i.e. the given authentication configuration. - Since:
- 17.0
-
Nested Class Summary
Nested classes/interfaces inherited from class overit.geocall.bl.GenericEvent
GenericEvent.Step<O> -
Field Summary
Fields inherited from class overit.geocall.bl.SimpleBusinessEvent
inputFields inherited from class overit.geocall.bl.GenericEvent
executorService, journal, streamJournal -
Constructor Summary
ConstructorsConstructorDescriptionDeprecated, for removal: This API element is subject to removal in a future version.Instantiates a new Gis authorization token load event. -
Method Summary
Methods inherited from class overit.geocall.bl.GenericLoadEvent
getEventOptionsMethods inherited from class overit.geocall.bl.SimpleBusinessEvent
getInputMethods inherited from class overit.geocall.bl.BusinessEvent
doLaunchMethods inherited from class overit.geocall.bl.GenericEvent
clearEvents, defineInterruptor, defineResult, getJournal, getResult, getSpouts, getStreamJournal, isInternal, launch, launch, launchAsync, launchAsync, register, registerSpouts
-
Constructor Details
-
GisAuthTokenLoadEvent
Deprecated, for removal: This API element is subject to removal in a future version.Instantiates a new Gis authorization token load event.- Parameters:
input- the input requested to properly obtain the authorization token
-