Home
last modified time | relevance | path

Searched refs:authMethodsConfig (Results 1 – 3 of 3) sorted by relevance

/openbmc/bmcweb/include/
H A Dauthentication.hpp264 const persistent_data::AuthConfigMethods& authMethodsConfig = in authenticate() local
270 if (authMethodsConfig.tls) in authenticate()
277 if (sessionOut == nullptr && authMethodsConfig.xtoken) in authenticate()
284 if (sessionOut == nullptr && authMethodsConfig.cookie) in authenticate()
293 if (sessionOut == nullptr && authMethodsConfig.sessionToken) in authenticate()
300 if (sessionOut == nullptr && authMethodsConfig.basic) in authenticate()
H A Dsessions.hpp304 bool isTLSchanged = (authMethodsConfig.tls != config.tls); in updateAuthMethodsConfig()
305 authMethodsConfig = config; in updateAuthMethodsConfig()
316 return authMethodsConfig; in getAuthMethodsConfig()
378 AuthConfigMethods authMethodsConfig; member in persistent_data::SessionStore
/openbmc/bmcweb/redfish-core/lib/
H A Daccount_service.hpp845 authMethodsConfig.basic = *auth.basicAuth; in handleAuthMethodsPatch()
857 authMethodsConfig.cookie = *auth.cookie; in handleAuthMethodsPatch()
881 authMethodsConfig.xtoken = *auth.xToken; in handleAuthMethodsPatch()
893 authMethodsConfig.tls = *auth.tls; in handleAuthMethodsPatch()
896 if (!authMethodsConfig.basic && !authMethodsConfig.cookie && in handleAuthMethodsPatch()
897 !authMethodsConfig.sessionToken && !authMethodsConfig.xtoken && in handleAuthMethodsPatch()
898 !authMethodsConfig.tls) in handleAuthMethodsPatch()
907 authMethodsConfig); in handleAuthMethodsPatch()
1292 json["HTTPBasicAuth"] = authMethodsConfig.basic in handleAccountServiceGet()
1323 authMethodsConfig.basic; in handleAccountServiceGet()
[all …]