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