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 AutoLoginInData
AutoLoginInData. 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 AutoLoginInData
AutoLoginCache. getData(String cookieValue)
static AutoLoginInData
AutoLoginHelper. getData(String cookieToken)
Methods in de.xima.fc.security.authentication with parameters of type AutoLoginInData Modifier and Type Method Description static String
AutoLoginCache. 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 Benutzer
LoginHelper. doLogin(AutoLoginInData data)
Deprecated.
-