Uses of Class
de.xima.fc.web.common.auth.event.IdentityCheckCallbackEvent
Packages that use IdentityCheckCallbackEvent
-
Uses of IdentityCheckCallbackEvent in de.xima.fc.gui.common.event.handler
Methods in de.xima.fc.gui.common.event.handler with parameters of type IdentityCheckCallbackEventModifier and TypeMethodDescriptionvoid
DefaultIdentityCheckHandler.handle
(IdentityCheckCallbackEvent event) Handles an identity check callback event by invoking the callback handler if the tokens matches the configured token.Method parameters in de.xima.fc.gui.common.event.handler with type arguments of type IdentityCheckCallbackEventModifier and TypeMethodDescriptionstatic DefaultIdentityCheckHandler
DefaultIdentityCheckHandler.of
(String token, Consumer<IdentityCheckCallbackEvent> callback) Create a newDefaultIdentityCheckHandler
that listens forIdentityCheckCallbackEvent
and invokes the given callback handler if the event's token matches the given token.