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 ILoginLogicAuthLogicFactory. 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 voidAuthLogicFactory. registerLoginLogic(String key, Function<IAuthWebContext,ILoginLogic> loginLogicFunction) 
 -