Uses of Interface
ubic.gemma.cli.authentication.CLIAuthenticationAware
-
Packages that use CLIAuthenticationAware Package Description ubic.gemma.cli.authentication ubic.gemma.cli.logging.log4j ubic.gemma.cli.metrics -
-
Uses of CLIAuthenticationAware in ubic.gemma.cli.authentication
Classes in ubic.gemma.cli.authentication that implement CLIAuthenticationAware Modifier and Type Class Description class
GemmaRestApiClientAuthenticator
Constructor parameters in ubic.gemma.cli.authentication with type arguments of type CLIAuthenticationAware Constructor Description CLIAuthenticationManager(gemma.gsec.authentication.ManualAuthenticationService manualAuthenticationService, List<CLIAuthenticationAware> cliAuthenticationAwareList)
-
Uses of CLIAuthenticationAware in ubic.gemma.cli.logging.log4j
Classes in ubic.gemma.cli.logging.log4j that implement CLIAuthenticationAware Modifier and Type Class Description class
UserDetailsThreadContextPopulator
Populate user details in the Log4jThreadContext
. -
Uses of CLIAuthenticationAware in ubic.gemma.cli.metrics
Classes in ubic.gemma.cli.metrics that implement CLIAuthenticationAware Modifier and Type Class Description class
MeterRegistryCliConfigurer
This configurer adds two tags:environment='cli'
anduser
to the given meter registry.
-