Uses of Class
de.xima.fc.mdl.AutoLoginInData
-
Packages that use AutoLoginInData Package Description de.xima.fc.web de.xima.fc.web.common.cache -
-
Uses of AutoLoginInData in de.xima.fc.web
Methods in de.xima.fc.web that return AutoLoginInData Modifier and Type Method Description static AutoLoginInData
AutoLoginHelper. getData(String cookieToken)
Methods in de.xima.fc.web with parameters of type AutoLoginInData Modifier and Type Method Description static Benutzer
LoginHelper. doLogin(AutoLoginInData data)
-
Uses of AutoLoginInData in de.xima.fc.web.common.cache
Methods in de.xima.fc.web.common.cache that return AutoLoginInData Modifier and Type Method Description static AutoLoginInData
AutoLoginCache. getData(String cookieValue)
Methods in de.xima.fc.web.common.cache with parameters of type AutoLoginInData Modifier and Type Method Description static String
AutoLoginCache. addData(AutoLoginInData data)
-