Home
last modified time | relevance | path

Searched refs:AuthType (Results 1 – 25 of 2994) sorted by relevance

12345678910>>...120

/dports/www/p5-Apache-AuthCookie/Apache-AuthCookie-3.30/t/conf/
H A Dextra.conf.in41 AuthType Sample::Apache::AuthCookieHandler
47 AuthType Sample::Apache2::AuthCookieHandler
66 AuthType Sample::Apache::AuthCookieHandler
91 AuthType Sample::Apache::AuthCookieHandler
126 AuthType Sample::Apache::AuthCookieHandler
159 AuthType Sample::Apache::AuthCookieHandler
183 AuthType Sample::Apache::AuthCookieHandler
205 AuthType Sample::Apache::AuthCookieHandler
227 AuthType Sample::Apache::AuthCookieHandler
248 AuthType Sample::Apache::AuthCookieHandler
[all …]
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.DirectoryServices.Protocols/tests/
H A DLdapConnectionTests.cs23 Assert.Equal(AuthType.Negotiate, connection.AuthType); in Ctor_String()
47 Assert.Equal(AuthType.Negotiate, connection.AuthType); in Ctor_Identifier()
64 Assert.Equal(AuthType.Negotiate, connection.AuthType); in Ctor_Identifier_AuthType()
82 Assert.Equal(authType, connection.AuthType); in Ctor_Identifier_AuthType()
97 [InlineData(AuthType.Anonymous - 1)]
98 [InlineData(AuthType.Kerberos + 1)]
113 var connection = new LdapConnection("server") { AuthType = AuthType.Basic }; in AuthType_SetValid_GetReturnsExpected()
114 Assert.Equal(AuthType.Basic, connection.AuthType); in AuthType_SetValid_GetReturnsExpected()
118 [InlineData(AuthType.Anonymous - 1)]
119 [InlineData(AuthType.Kerberos + 1)]
[all …]
/dports/devel/aws-sdk-cpp/aws-sdk-cpp-1.9.129/aws-cpp-sdk-codebuild/source/model/
H A DAuthType.cpp28 AuthType GetAuthTypeForName(const Aws::String& name) in GetAuthTypeForName()
33 return AuthType::OAUTH; in GetAuthTypeForName()
37 return AuthType::BASIC_AUTH; in GetAuthTypeForName()
41 return AuthType::PERSONAL_ACCESS_TOKEN; in GetAuthTypeForName()
47 return static_cast<AuthType>(hashCode); in GetAuthTypeForName()
50 return AuthType::NOT_SET; in GetAuthTypeForName()
53 Aws::String GetNameForAuthType(AuthType enumValue) in GetNameForAuthType()
57 case AuthType::OAUTH: in GetNameForAuthType()
59 case AuthType::BASIC_AUTH: in GetNameForAuthType()
61 case AuthType::PERSONAL_ACCESS_TOKEN: in GetNameForAuthType()
/dports/www/mod_auth_tkt/mod_auth_tkt-2.1.0/t/
H A Dextra.conf.2.in11 AuthType None
19 AuthType None
26 AuthType None
34 AuthType None
45 AuthType None
55 AuthType None
65 AuthType None
74 AuthType None
86 AuthType None
97 AuthType None
[all …]
H A Dextra.conf.2.2.in11 AuthType None
19 AuthType None
26 AuthType None
34 AuthType None
45 AuthType None
55 AuthType None
65 AuthType None
74 AuthType None
86 AuthType None
97 AuthType None
[all …]
H A Dextra.conf.1.in11 AuthType None
19 AuthType None
27 AuthType None
35 AuthType None
46 AuthType None
56 AuthType None
66 AuthType None
75 AuthType None
86 AuthType None
97 AuthType None
[all …]
/dports/www/p5-Apache-AuthTicket/Apache-AuthTicket-0.94/t/conf/
H A Dextra.conf.in24 AuthType Apache::AuthTicket
29 AuthType Apache2::AuthTicket
42 AuthType Apache::AuthTicket
46 AuthType Apache2::AuthTicket
58 AuthType Apache::AuthTicket
62 AuthType Apache2::AuthTicket
74 AuthType Apache::AuthTicket
78 AuthType Apache2::AuthTicket
107 AuthType Apache::AuthTicket
125 AuthType Apache::AuthTicket
[all …]
/dports/security/xray-core/Xray-core-1.5.0/proxy/socks/
H A Dconfig.pb.go26 type AuthType int32 type
30 AuthType_NO_AUTH AuthType = 0
32 AuthType_PASSWORD AuthType = 1
47 func (x AuthType) Enum() *AuthType {
48 p := new(AuthType)
53 func (x AuthType) String() string {
61 func (AuthType) Type() protoreflect.EnumType {
65 func (x AuthType) Number() protoreflect.EnumNumber {
70 func (AuthType) EnumDescriptor() ([]byte, []int) {
177 func (x *ServerConfig) GetAuthType() AuthType {
[all …]
/dports/net/v2ray/v2ray-core-4.36.2/proxy/socks/
H A Dconfig.pb.go31 type AuthType int32 type
35 AuthType_NO_AUTH AuthType = 0
37 AuthType_PASSWORD AuthType = 1
52 func (x AuthType) Enum() *AuthType {
53 p := new(AuthType)
58 func (x AuthType) String() string {
66 func (AuthType) Type() protoreflect.EnumType {
70 func (x AuthType) Number() protoreflect.EnumNumber {
75 func (AuthType) EnumDescriptor() ([]byte, []int) {
182 func (x *ServerConfig) GetAuthType() AuthType {
[all …]
/dports/www/grafana8/grafana-8.3.6/vendor/github.com/grafana/grafana-aws-sdk/pkg/awsds/
H A Dsettings.go13 type AuthType int type
16 AuthTypeDefault AuthType = iota
22 func (at AuthType) String() string {
37 func ToAuthType(authType string) AuthType {
55 func (at *AuthType) MarshalJSON() ([]byte, error) {
63 func (at *AuthType) UnmarshalJSON(b []byte) error {
90 AuthType AuthType `json:"authType"` member
/dports/www/mod_webauth/webauth-4.7.0/tests/mod_webauth/conf/
H A Dldaptests.conf24 AuthType WebAuth
31 AuthType WebAuth
40 AuthType WebAuth
47 AuthType StanfordAuth
54 AuthType WebAuth
65 AuthType WebAuth
75 AuthType WebAuth
83 AuthType StanfordAuth
/dports/www/grafana8/grafana-8.3.6/vendor/github.com/Azure/azure-sdk-for-go/services/recoveryservices/mgmt/2016-06-01/recoveryservices/
H A Denums.go10 type AuthType string type
14 AAD AuthType = "AAD"
16 AccessControlService AuthType = "AccessControlService"
18 ACS AuthType = "ACS"
20 AzureActiveDirectory AuthType = "AzureActiveDirectory"
22 Invalid AuthType = "Invalid"
26 func PossibleAuthTypeValues() []AuthType {
27 return []AuthType{AAD, AccessControlService, ACS, AzureActiveDirectory, Invalid}
/dports/www/grafana8/azure-sdk-for-go-sdk-azidentity-v0.10.0/services/recoveryservices/mgmt/2016-06-01/recoveryservices/
H A Denums.go10 type AuthType string type
14 AAD AuthType = "AAD"
16 AccessControlService AuthType = "AccessControlService"
18 ACS AuthType = "ACS"
20 AzureActiveDirectory AuthType = "AzureActiveDirectory"
22 Invalid AuthType = "Invalid"
26 func PossibleAuthTypeValues() []AuthType {
27 return []AuthType{AAD, AccessControlService, ACS, AzureActiveDirectory, Invalid}
/dports/www/grafana8/azure-sdk-for-go-sdk-azcore-v0.19.0/services/recoveryservices/mgmt/2016-06-01/recoveryservices/
H A Denums.go10 type AuthType string type
14 AAD AuthType = "AAD"
16 AccessControlService AuthType = "AccessControlService"
18 ACS AuthType = "ACS"
20 AzureActiveDirectory AuthType = "AzureActiveDirectory"
22 Invalid AuthType = "Invalid"
26 func PossibleAuthTypeValues() []AuthType {
27 return []AuthType{AAD, AccessControlService, ACS, AzureActiveDirectory, Invalid}
/dports/sysutils/restic/restic-0.12.1/vendor/github.com/Azure/azure-sdk-for-go/services/recoveryservices/mgmt/2016-06-01/recoveryservices/
H A Denums.go10 type AuthType string type
14 AAD AuthType = "AAD"
16 AccessControlService AuthType = "AccessControlService"
18 ACS AuthType = "ACS"
20 AzureActiveDirectory AuthType = "AzureActiveDirectory"
22 Invalid AuthType = "Invalid"
26 func PossibleAuthTypeValues() []AuthType {
27 return []AuthType{AAD, AccessControlService, ACS, AzureActiveDirectory, Invalid}
/dports/net-mgmt/prometheus2/prometheus-2.30.3/vendor/github.com/Azure/azure-sdk-for-go/services/recoveryservices/mgmt/2016-06-01/recoveryservices/
H A Denums.go10 type AuthType string type
14 AAD AuthType = "AAD"
16 AccessControlService AuthType = "AccessControlService"
18 ACS AuthType = "ACS"
20 AzureActiveDirectory AuthType = "AzureActiveDirectory"
22 Invalid AuthType = "Invalid"
26 func PossibleAuthTypeValues() []AuthType {
27 return []AuthType{AAD, AccessControlService, ACS, AzureActiveDirectory, Invalid}
/dports/security/vault/vault-1.8.2/vendor/github.com/Azure/azure-sdk-for-go/services/recoveryservices/mgmt/2016-06-01/recoveryservices/
H A Denums.go21 type AuthType string type
25 AAD AuthType = "AAD"
27 AccessControlService AuthType = "AccessControlService"
29 ACS AuthType = "ACS"
31 AzureActiveDirectory AuthType = "AzureActiveDirectory"
33 Invalid AuthType = "Invalid"
37 func PossibleAuthTypeValues() []AuthType {
38 return []AuthType{AAD, AccessControlService, ACS, AzureActiveDirectory, Invalid}
/dports/www/grafana8/azure-sdk-for-go-sdk-internal-v0.7.0/services/recoveryservices/mgmt/2016-06-01/recoveryservices/
H A Denums.go10 type AuthType string type
14 AAD AuthType = "AAD"
16 AccessControlService AuthType = "AccessControlService"
18 ACS AuthType = "ACS"
20 AzureActiveDirectory AuthType = "AzureActiveDirectory"
22 Invalid AuthType = "Invalid"
26 func PossibleAuthTypeValues() []AuthType {
27 return []AuthType{AAD, AccessControlService, ACS, AzureActiveDirectory, Invalid}
/dports/sysutils/terraform/terraform-1.0.11/vendor/github.com/Azure/azure-sdk-for-go/services/recoveryservices/mgmt/2016-06-01/recoveryservices/
H A Denums.go21 type AuthType string type
25 AAD AuthType = "AAD"
27 AccessControlService AuthType = "AccessControlService"
29 ACS AuthType = "ACS"
31 AzureActiveDirectory AuthType = "AzureActiveDirectory"
33 Invalid AuthType = "Invalid"
37 func PossibleAuthTypeValues() []AuthType {
38 return []AuthType{AAD, AccessControlService, ACS, AzureActiveDirectory, Invalid}
/dports/devel/libsoup3/libsoup-3.0.3/tests/
H A Dhttpd.conf.in78 AuthType Basic
86 AuthType Basic
160 AuthType Basic
167 AuthType Basic
174 AuthType Basic
181 AuthType Basic
188 AuthType Basic
195 AuthType Basic
202 AuthType Basic
209 AuthType Basic
[all …]
/dports/devel/libsoup/libsoup-2.74.0/tests/
H A Dhttpd.conf.in81 AuthType Basic
89 AuthType Basic
163 AuthType Basic
170 AuthType Basic
177 AuthType Basic
184 AuthType Basic
191 AuthType Basic
198 AuthType Basic
205 AuthType Basic
212 AuthType Basic
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/chrome/browser/chromeos/login/easy_unlock/
H A Deasy_unlock_screenlock_state_handler_unittest.cc142 proximity_auth::mojom::AuthType GetAuthType( in GetAuthType()
247 proximity_auth::mojom::AuthType auth_type_;
296 EXPECT_EQ(proximity_auth::mojom::AuthType::USER_CLICK, in TEST_F()
336 EXPECT_EQ(proximity_auth::mojom::AuthType::USER_CLICK, in TEST_F()
403 EXPECT_EQ(proximity_auth::mojom::AuthType::USER_CLICK, in TEST_F()
447 EXPECT_EQ(proximity_auth::mojom::AuthType::USER_CLICK, in TEST_F()
465 EXPECT_EQ(proximity_auth::mojom::AuthType::USER_CLICK, in TEST_F()
475 EXPECT_EQ(proximity_auth::mojom::AuthType::USER_CLICK, in TEST_F()
484 EXPECT_EQ(proximity_auth::mojom::AuthType::USER_CLICK, in TEST_F()
585 EXPECT_EQ(proximity_auth::mojom::AuthType::USER_CLICK, in TEST_F()
[all …]
/dports/www/otrs/otrs-rel-6_0_29/Kernel/System/MailAccount/
H A DIMAPTLS.pm173 my $AuthType = 'IMAPTLS';
269 print "$AuthType: I found $NumberOfMessages messages on $Param{Login}/$Param{Host}. ";
289 print "$AuthType: No messages on $Param{Login}/$Param{Host}\n";
301 print "$AuthType: Reconnect Session after $MaxPopEmailSession messages...\n";
307 … "$AuthType: Message $FetchCounter/$NumberOfMessages ($Param{Login}/$Param{Host})\n";
335 … my $ErrorMessage = "$AuthType: Can't fetch email $Messageno from $Param{Login}/$Param{Host}. "
352 … print "$AuthType: Safety protection: waiting 1 second before processing next mail...\n";
360 … my $ErrorMessage = "$AuthType: Can't process mail, email no $Messageno is empty!";
408 my $ErrorMessage = "$AuthType: Can't process mail, see log sub system ("
450 … Value => "$AuthType: Fetched $FetchCounter email(s) from $Param{Login}/$Param{Host}.",
[all …]
/dports/www/xh/xh-0.14.1/src/
H A Dauth.rs12 use crate::cli::AuthType;
25 pub fn from_str(auth: &str, auth_type: AuthType, host: &str) -> Result<Auth> { in from_str() argument
27 AuthType::basic => { in from_str()
31 AuthType::digest => { in from_str()
38 AuthType::bearer => Ok(Auth::Bearer(auth.into())), in from_str()
42 pub fn from_netrc(netrc: &str, auth_type: AuthType, host: &str) -> Option<Auth> { in from_netrc() argument
52 AuthType::basic => Some(Auth::Basic(username, password)), in from_netrc()
53 AuthType::digest => Some(Auth::Digest( in from_netrc()
57 AuthType::bearer => None, in from_netrc()
186 assert_eq!(output, Auth::from_netrc(netrc, AuthType::basic, machine)); in netrc()
/dports/sysutils/istio/istio-1.6.7/mixer/pkg/protobuf/yaml/dynamic/
H A Dauth_test.go87 AuthType: &policypb.Authentication_Mutual{
102 AuthType: &policypb.Authentication_Mutual{
118 AuthType: &policypb.Authentication_Mutual{
136 AuthType: &policypb.Authentication_Tls{
151 AuthType: &policypb.Authentication_Tls{
166 AuthType: &policypb.Authentication_Tls{
179 AuthType: &policypb.Authentication_Tls{
192 AuthType: &policypb.Authentication_Tls{
206 AuthType: &policypb.Authentication_Tls{
221 AuthType: &policypb.Authentication_Tls{
[all …]

12345678910>>...120