Uses of Interface
ubic.gemma.core.security.authentication.UserDetailsManager
Packages that use UserDetailsManager
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 UserDetailsManager in ubic.gemma.core.security
Constructors in ubic.gemma.core.security with parameters of type UserDetailsManagerModifierConstructorDescriptionSecurityServiceImpl(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 UserDetailsManager in ubic.gemma.core.security.authentication
Subinterfaces of UserDetailsManager in ubic.gemma.core.security.authenticationModifier and TypeInterfaceDescriptioninterfaceOverrides gsec's UserManager to provide Gemma-specific types.Classes in ubic.gemma.core.security.authentication that implement UserDetailsManagerModifier and TypeClassDescriptionclassImplementation for Spring Security, plus some other handy methods.