Uses of Interface
ubic.gemma.core.security.authentication.ManualAuthenticationService
Packages that use ManualAuthenticationService
Package
Description
This package contains classes that are used to manage Gemma's Spring context.
-
Uses of ManualAuthenticationService in ubic.gemma.cli.authentication
Constructors in ubic.gemma.cli.authentication with parameters of type ManualAuthenticationServiceModifierConstructorDescriptionCLIAuthenticationManager(ManualAuthenticationService manualAuthenticationService, List<CLIAuthenticationAware> cliAuthenticationAwareList) -
Uses of ManualAuthenticationService in ubic.gemma.core.config
Methods in ubic.gemma.core.config with parameters of type ManualAuthenticationServiceModifier and TypeMethodDescriptionDataSourceConfig.groupAgentSecurityContext(ManualAuthenticationService manualAuthenticationService, String userName, String password) Lazy factory for theGROUP_AGENTSecurityContext.DataSourceConfig.testGroupAgentSecurityContext(ManualAuthenticationService manualAuthenticationService, String userName, String password) Test-profile variant ofDataSourceConfig.groupAgentSecurityContext(ManualAuthenticationService, String, String): same bean id, different credential keys (gemma.testdb.agent.*) so test runs don't authenticate against production credentials. -
Uses of ManualAuthenticationService in ubic.gemma.core.security.authentication
Classes in ubic.gemma.core.security.authentication that implement ManualAuthenticationServiceModifier and TypeClassDescriptionclassProcess authentication requests that come from outside a web context.Methods in ubic.gemma.core.security.authentication with parameters of type ManualAuthenticationServiceModifier and TypeMethodDescriptionvoidManualAuthenticationServiceBasedSecurityContextFactory.setManualAuthenticationService(ManualAuthenticationService manualAuthenticationService)