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 Type
    Method
    Description
    void
     
    void
    setAuthentication(org.springframework.security.core.Authentication authentication)
     
  • Method Details

    • setAuthentication

      void setAuthentication(org.springframework.security.core.Authentication authentication)
    • clearAuthentication

      void clearAuthentication()