Uses of Interface
ubic.gemma.core.security.authentication.UserManager
-
Packages that use UserManager Package Description ubic.gemma.core.security.authentication This package contains implementation of gsecUserService
andUserManager
.ubic.gemma.persistence.service.common.auditAndSecurity ubic.gemma.web.controller.common.auditAndSecurity -
-
Uses of UserManager in ubic.gemma.core.security.authentication
Classes in ubic.gemma.core.security.authentication that implement UserManager Modifier and Type Class Description class
UserManagerImpl
Implementation for Spring Security, plus some other handy methods. -
Uses of UserManager in ubic.gemma.persistence.service.common.auditAndSecurity
Constructors in ubic.gemma.persistence.service.common.auditAndSecurity with parameters of type UserManager Constructor Description AuditTrailServiceImpl(AuditTrailDao auditTrailDao, GenericCuratableDao curatableDao, UserManager userManager, SessionFactory sessionFactory)
-
Uses of UserManager in ubic.gemma.web.controller.common.auditAndSecurity
Methods in ubic.gemma.web.controller.common.auditAndSecurity with parameters of type UserManager Modifier and Type Method Description void
SignupController. setUserManager(UserManager userManager)
-