Uses of Class
io.vertigo.account.security.UserSession
-
Packages that use UserSession Package Description io.vertigo.account.impl.security io.vertigo.account.security -
-
Uses of UserSession in io.vertigo.account.impl.security
Methods in io.vertigo.account.impl.security with type parameters of type UserSession Modifier and Type Method Description <U extends UserSession>
UVSecurityManagerImpl. createUserSession()Creation de nouveaux utilisateurs.<U extends UserSession>
Optional<U>VSecurityManagerImpl. getCurrentUserSession()Recuperation de la session utilisateur courante.Methods in io.vertigo.account.impl.security with parameters of type UserSession Modifier and Type Method Description voidVSecurityManagerImpl. startCurrentUserSession(UserSession user)Accroche l'utilisateur au thread courant. -
Uses of UserSession in io.vertigo.account.security
Methods in io.vertigo.account.security with type parameters of type UserSession Modifier and Type Method Description <U extends UserSession>
UVSecurityManager. createUserSession()Creation de nouveaux utilisateurs.<U extends UserSession>
Optional<U>VSecurityManager. getCurrentUserSession()Recuperation de la session utilisateur courante.Methods in io.vertigo.account.security with parameters of type UserSession Modifier and Type Method Description voidVSecurityManager. startCurrentUserSession(UserSession userSession)Accroche l'utilisateur au thread courant.
-