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 ICallbackLogicAuthLogicFactory. 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 voidAuthLogicFactory. registerCallbackLogic(String key, Function<IAuthWebContext,ICallbackLogic> callbackLogicFunction)
-