Uses of Class
de.xima.fc.mdl.AutoLoginInData
- 
Packages that use AutoLoginInData Package Description de.xima.fc.mdl Allgemeine Modellklassen, nicht Datenbankpersitiertde.xima.fc.security.authentication de.xima.fc.web  - 
- 
Uses of AutoLoginInData in de.xima.fc.mdl
Methods in de.xima.fc.mdl that return AutoLoginInData Modifier and Type Method Description static AutoLoginInDataAutoLoginInData. forUser(IUser user) - 
Uses of AutoLoginInData in de.xima.fc.security.authentication
Methods in de.xima.fc.security.authentication that return AutoLoginInData Modifier and Type Method Description static AutoLoginInDataAutoLoginCache. getData(String cookieValue)static AutoLoginInDataAutoLoginHelper. getData(String cookieToken)Methods in de.xima.fc.security.authentication with parameters of type AutoLoginInData Modifier and Type Method Description static StringAutoLoginCache. addData(AutoLoginInData data) - 
Uses of AutoLoginInData in de.xima.fc.web
Methods in de.xima.fc.web with parameters of type AutoLoginInData Modifier and Type Method Description static BenutzerLoginHelper. doLogin(AutoLoginInData data)Deprecated. 
 -