Package ubic.gemma.cli.authentication
Interface CLIAuthenticationAware
-
- All Known Implementing Classes:
GemmaRestApiClientAuthenticator
,MeterRegistryCliConfigurer
,UserDetailsThreadContextPopulator
public interface CLIAuthenticationAware
Interface for a component that should receive the username/password authentication token from the CLI.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
clearAuthentication()
void
setAuthentication(org.springframework.security.core.Authentication authentication)
-