Uses of Interface
ubic.gemma.core.security.authentication.BaseUserService
Packages that use BaseUserService
Package
Description
Gsec is an attempt to generalise the security framework of Gemma to make it usable in other projects such as
ASPIREdb.
-
Uses of BaseUserService in ubic.gemma.core.security
Constructors in ubic.gemma.core.security with parameters of type BaseUserServiceModifierConstructorDescriptionSecurityServiceImpl(AclService aclService, org.springframework.security.core.session.SessionRegistry sessionRegistry, org.springframework.security.acls.model.ObjectIdentityRetrievalStrategy objectIdentityRetrievalStrategy, org.springframework.security.acls.model.SidRetrievalStrategy sidRetrievalStrategy, UserDetailsManager userDetailsManager, GroupManager groupManager, BaseUserService userService) -
Uses of BaseUserService in ubic.gemma.core.security.authentication
Subinterfaces of BaseUserService in ubic.gemma.core.security.authenticationModifier and TypeInterfaceDescriptioninterfaceOverride a few definition from gsec so that we can use Gemma-specific implementations safely.Classes in ubic.gemma.core.security.authentication that implement BaseUserService