Class InvalidateTokenEvent
java.lang.Object
overit.geocall.bl.GenericEvent<AccessToken>
overit.geocall.bl.BusinessEvent<AccessToken>
overit.geocall.basic.bl.token.event.InvalidateTokenEvent
Event launched to request the invalidation of an access token.
- GCApi:
- event
- Reactors:
- No Spouts
BTInvalidateToken(0)-
Nested Class Summary
Nested classes/interfaces inherited from class overit.geocall.bl.GenericEvent
GenericEvent.Step<O> -
Field Summary
FieldsFields inherited from class overit.geocall.bl.GenericEvent
executorService, journal, streamJournal -
Constructor Summary
ConstructorsConstructorDescriptionInvalidateTokenEvent(HttpServletRequest request) Create a new event that allows to invalidate the access token related the aHttpServletRequest -
Method Summary
Modifier and TypeMethodDescriptionReturns the request from which the token will be extractedMethods 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
-
Field Details
-
request
-
-
Constructor Details
-
InvalidateTokenEvent
Create a new event that allows to invalidate the access token related the aHttpServletRequest- Parameters:
request- the request from which the token will be extracted
-
-
Method Details
-
getRequest
Returns the request from which the token will be extracted- Returns:
- the request from which the token will be extracted
-