Uses of Interface
de.xima.fc.security.interfaces.authentication.ICallbackLogic
-
Packages that use ICallbackLogic Package Description de.xima.fc.web.common.auth.logic -
-
Uses of ICallbackLogic in de.xima.fc.web.common.auth.logic
Methods in de.xima.fc.web.common.auth.logic that return ICallbackLogic Modifier and Type Method Description static 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 ICallbackLogic Modifier and Type Method Description static void
AuthLogicFactory. registerCallbackLogic(String key, Function<IAuthWebContext,ICallbackLogic> callbackLogicFunction)
-