Searched refs:DelegationType (Results 1 – 18 of 18) sorted by relevance
76 TEST(HttpAuthPreferencesTest, DelegationType) { in TEST() argument77 using DelegationType = HttpAuth::DelegationType; in TEST() typedef80 EXPECT_EQ(DelegationType::kNone, http_auth_preferences.GetDelegationType( in TEST()84 EXPECT_EQ(DelegationType::kUnconstrained, in TEST()89 EXPECT_EQ(DelegationType::kByKdcPolicy, in TEST()94 EXPECT_EQ(DelegationType::kNone, http_auth_preferences.GetDelegationType( in TEST()
54 using DelegationType = HttpAuth::DelegationType; typedef56 DelegationType HttpAuthPreferences::GetDelegationType( in GetDelegationType()59 return DelegationType::kNone; in GetDelegationType()62 return DelegationType::kByKdcPolicy; in GetDelegationType()64 return DelegationType::kUnconstrained; in GetDelegationType()
19 HttpAuth::DelegationType MockAllowHttpAuthPreferences::GetDelegationType( in GetDelegationType()21 return HttpAuth::DelegationType::kUnconstrained; in GetDelegationType()
36 using DelegationType = HttpAuth::DelegationType; typedef408 DelegationType HttpAuthHandlerNegotiate::GetDelegationType() const { in GetDelegationType()410 return DelegationType::kNone; in GetDelegationType()414 return DelegationType::kNone; in GetDelegationType()
36 using DelegationType = HttpAuth::DelegationType; typedef49 OM_uint32 DelegationTypeToFlag(DelegationType delegation_type) { in DelegationTypeToFlag()51 case DelegationType::kNone: in DelegationTypeToFlag()53 case DelegationType::kByKdcPolicy: in DelegationTypeToFlag()55 case DelegationType::kUnconstrained: in DelegationTypeToFlag()680 void HttpAuthGSSAPI::SetDelegation(DelegationType delegation_type) { in SetDelegation()
26 using DelegationType = HttpAuth::DelegationType; typedef359 delegation_type_(DelegationType::kNone) { in HttpAuthSSPI()387 void HttpAuthSSPI::SetDelegation(DelegationType delegation_type) { in SetDelegation()546 if (delegation_type_ != DelegationType::kNone) in GetNextSecurityToken()
241 void SetDelegation(HttpAuth::DelegationType delegation_type) override;254 HttpAuth::DelegationType delegation_type_ = HttpAuth::DelegationType::kNone;
163 void SetDelegation(HttpAuth::DelegationType delegation_type) override;184 HttpAuth::DelegationType delegation_type_;
30 HttpAuth::DelegationType GetDelegationType(
72 virtual void SetDelegation(HttpAuth::DelegationType delegation_type) = 0;
68 void SetDelegation(HttpAuth::DelegationType delegation_type) override;
113 enum class DelegationType { enum
58 virtual HttpAuth::DelegationType GetDelegationType(
134 HttpAuth::DelegationType GetDelegationType() const;
164 HttpAuth::DelegationType delegation_type) { in SetDelegation()
521 void SetDelegation(HttpAuth::DelegationType delegation_type) override {} in SetDelegation()
150 HttpAuth::DelegationType delegation_type) { in SetDelegation()151 DCHECK_NE(delegation_type, HttpAuth::DelegationType::kByKdcPolicy); in SetDelegation()152 can_delegate_ = delegation_type == HttpAuth::DelegationType::kUnconstrained; in SetDelegation()
88 void SetDelegation(HttpAuth::DelegationType delegation_type) override;