Uses of Class
de.xima.fc.web.common.auth.event.IdentityCheckCallbackEvent
-
Packages that use IdentityCheckCallbackEvent Package Description de.xima.fc.gui.common.event.handler -
-
Uses of IdentityCheckCallbackEvent in de.xima.fc.gui.common.event.handler
Methods in de.xima.fc.gui.common.event.handler with parameters of type IdentityCheckCallbackEvent Modifier and Type Method Description void
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 IdentityCheckCallbackEvent Modifier and Type Method Description static 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.
-