Uses of Interface
de.xima.fc.security.interfaces.authentication.ICallbackLogic
Packages that use ICallbackLogic
-
Uses of ICallbackLogic in de.xima.fc.web.common.auth.logic
Methods in de.xima.fc.web.common.auth.logic that return ICallbackLogicModifier and TypeMethodDescriptionstatic ICallbackLogic
AuthLogicFactory.buildCallbackLogic
(javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response) Method parameters in de.xima.fc.web.common.auth.logic with type arguments of type ICallbackLogicModifier and TypeMethodDescriptionstatic void
AuthLogicFactory.registerCallbackLogic
(String key, Function<IAuthWebContext, ICallbackLogic> callbackLogicFunction)