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
Modifier and TypeMethodDescriptionvoid
void
setAuthentication
(org.springframework.security.core.Authentication authentication)
-
Method Details
-
setAuthentication
void setAuthentication(org.springframework.security.core.Authentication authentication) -
clearAuthentication
void clearAuthentication()
-