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 TypeMethodDescriptionvoidDefaultIdentityCheckHandler.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 DefaultIdentityCheckHandlerDefaultIdentityCheckHandler.of(String token, Consumer<IdentityCheckCallbackEvent> callback) Create a newDefaultIdentityCheckHandlerthat listens forIdentityCheckCallbackEventand invokes the given callback handler if the event's token matches the given token.