#include <userver/server/handlers/auth/auth_checker_settings_component.hpp>
Component that loads auth configuration settings from a components::Secdist component if the latter was registered in components::ComponentList.
The component does not have any options for service config.
Definition at line 27 of file auth_checker_settings_component.hpp.
 Inheritance diagram for components::AuthCheckerSettings:
 Collaboration diagram for components::AuthCheckerSettings:Public Member Functions | |
| AuthCheckerSettings (const ComponentConfig &, const ComponentContext &) | |
| const server::handlers::auth::AuthCheckerSettings & | Get () const | 
  Public Member Functions inherited from components::LoggableComponentBase | |
| LoggableComponentBase (const ComponentConfig &, const ComponentContext &) | |
| LoggableComponentBase (LoggableComponentBase &&)=delete | |
| LoggableComponentBase (const LoggableComponentBase &)=delete | |
| ~LoggableComponentBase () override=default | |
| ComponentHealth | GetComponentHealth () const override | 
| void | OnLoadingCancelled () override | 
| void | OnAllComponentsLoaded () override | 
| void | OnAllComponentsAreStopping () override | 
Static Public Member Functions | |
| static yaml_config::Schema | GetStaticConfigSchema () | 
  Static Public Member Functions inherited from components::LoggableComponentBase | |
| static yaml_config::Schema | GetStaticConfigSchema () | 
Static Public Attributes | |
| static constexpr std::string_view | kName = "auth-checker-settings" | 
| The default name of components::AuthCheckerSettings.   | |
      
  | 
  inline | 
Definition at line 35 of file auth_checker_settings_component.hpp.