Home
last modified time | relevance | path

Searched refs:AuthenticationMethod (Results 1 – 25 of 1311) sorted by relevance

12345678910>>...53

/dports/security/zaproxy/zaproxy-2.11.1/zap/src/test/java/org/zaproxy/zap/authentication/
H A DAuthenticationMethodUnitTest.java51 AuthenticationMethod authMethod = in shouldBeEqualToDifferentAuthenticationMethodWithSameContents()
53 AuthenticationMethod otherAuthMethod = in shouldBeEqualToDifferentAuthenticationMethodWithSameContents()
66 AuthenticationMethod authMethod = in shouldBeEqualToDifferentAuthenticationMethodWithNullLoggedInIndicator()
68 AuthenticationMethod otherAuthMethod = in shouldBeEqualToDifferentAuthenticationMethodWithNullLoggedInIndicator()
81 AuthenticationMethod authMethod = in shouldBeEqualToDifferentAuthenticationMethodWithNullLoggedOutIndicator()
83 AuthenticationMethod otherAuthMethod = in shouldBeEqualToDifferentAuthenticationMethodWithNullLoggedOutIndicator()
96 AuthenticationMethod authMethod = in shouldBeEqualToDifferentAuthenticationMethodWithNullIndicators()
120 AuthenticationMethod authMethod = in shouldNotBeEqualToAuthenticationMethodWithJustDifferentLoggedInIndicator()
134 AuthenticationMethod authMethod = in shouldNotBeEqualToAuthenticationMethodWithJustDifferentNullLoggedInIndicator()
147 AuthenticationMethod authMethod = in shouldNotBeEqualToAuthenticationMethodWithJustDifferentLoggedOutIndicator()
[all …]
/dports/security/zaproxy/zaproxy-2.11.1/zap/src/test/java/org/zaproxy/zap/extension/authentication/
H A DExtensionAuthenticationUnitTest.java36 import org.zaproxy.zap.authentication.AuthenticationMethod;
37 import org.zaproxy.zap.authentication.AuthenticationMethod.AuthCheckingStrategy;
38 import org.zaproxy.zap.authentication.AuthenticationMethod.AuthPollFrequencyUnits;
107 config.getString(AuthenticationMethod.CONTEXT_CONFIG_AUTH_STRATEGY), in shouldExportAllAuthContextData()
121 config.getString(AuthenticationMethod.CONTEXT_CONFIG_AUTH_LOGGEDIN), in shouldExportAllAuthContextData()
140 config.setProperty(AuthenticationMethod.CONTEXT_CONFIG_AUTH_TYPE, 2); in shouldImportAllAuthContextData()
142 AuthenticationMethod.CONTEXT_CONFIG_AUTH_STRATEGY, in shouldImportAllAuthContextData()
149 AuthenticationMethod.CONTEXT_CONFIG_AUTH_POLL_UNITS, in shouldImportAllAuthContextData()
159 AuthenticationMethod method = context.getAuthenticationMethod(); in shouldImportAllAuthContextData()
183 config.setProperty(AuthenticationMethod.CONTEXT_CONFIG_AUTH_TYPE, 2); in shouldImportContextWithNoPollData()
[all …]
/dports/net/messagelib/messagelib-21.12.3/messageviewer/src/dkim-verify/autotests/
H A Ddkimutiltest.cpp72 …AuthenticationMethodEnumToString(MessageViewer::DKIMCheckSignatureJob::AuthenticationMethod::Dkim), in shouldConvertAuthenticationMethodEnumToString()
74 …tAuthenticationMethodEnumToString(MessageViewer::DKIMCheckSignatureJob::AuthenticationMethod::Spf), in shouldConvertAuthenticationMethodEnumToString()
76 …uthenticationMethodEnumToString(MessageViewer::DKIMCheckSignatureJob::AuthenticationMethod::Dmarc), in shouldConvertAuthenticationMethodEnumToString()
78 …enticationMethodEnumToString(MessageViewer::DKIMCheckSignatureJob::AuthenticationMethod::Dkimatps), in shouldConvertAuthenticationMethodEnumToString()
80 …AuthenticationMethodEnumToString(MessageViewer::DKIMCheckSignatureJob::AuthenticationMethod::Auth), in shouldConvertAuthenticationMethodEnumToString()
87 MessageViewer::DKIMCheckSignatureJob::AuthenticationMethod::Dkim); in shouldConvertAuthenticationMethodToString()
89 MessageViewer::DKIMCheckSignatureJob::AuthenticationMethod::Spf); in shouldConvertAuthenticationMethodToString()
91 MessageViewer::DKIMCheckSignatureJob::AuthenticationMethod::Dmarc); in shouldConvertAuthenticationMethodToString()
93 MessageViewer::DKIMCheckSignatureJob::AuthenticationMethod::Dkimatps); in shouldConvertAuthenticationMethodToString()
95 MessageViewer::DKIMCheckSignatureJob::AuthenticationMethod::Auth); in shouldConvertAuthenticationMethodToString()
[all …]
/dports/java/berkeley-db/je-6.2.31/test/com/sleepycat/je/rep/utilint/
H A DHandshakeTest.java27 import com.sleepycat.je.rep.utilint.ServiceHandshake.AuthenticationMethod;
79 AuthenticationMethod[] authInfo = in testPwAuth()
80 new AuthenticationMethod[] { new TestPasswordAuthentication( in testPwAuth()
104 AuthenticationMethod[] authInfo = in testNoAuthProvided()
132 AuthenticationMethod[] authInfo = in testNoCommonAuth()
136 AuthenticationMethod privateAuth = in testNoCommonAuth()
145 AuthenticationMethod[] privateAuthInfo = in testNoCommonAuth()
146 new AuthenticationMethod[] { privateAuth }; in testNoCommonAuth()
173 AuthenticationMethod[] authInfo = in testfailedAuth()
177 AuthenticationMethod[] badAuthInfo = in testfailedAuth()
[all …]
/dports/net/messagelib/messagelib-21.12.3/messageviewer/src/dkim-verify/
H A Ddkimutil.cpp164 case MessageViewer::DKIMCheckSignatureJob::AuthenticationMethod::Unknown: in convertAuthenticationMethodEnumToString()
167 case MessageViewer::DKIMCheckSignatureJob::AuthenticationMethod::Dkim: in convertAuthenticationMethodEnumToString()
170 case MessageViewer::DKIMCheckSignatureJob::AuthenticationMethod::Spf: in convertAuthenticationMethodEnumToString()
173 case MessageViewer::DKIMCheckSignatureJob::AuthenticationMethod::Dmarc: in convertAuthenticationMethodEnumToString()
176 case MessageViewer::DKIMCheckSignatureJob::AuthenticationMethod::Dkimatps: in convertAuthenticationMethodEnumToString()
179 case MessageViewer::DKIMCheckSignatureJob::AuthenticationMethod::Auth: in convertAuthenticationMethodEnumToString()
189 return MessageViewer::DKIMCheckSignatureJob::AuthenticationMethod::Dkim; in convertAuthenticationMethodStringToEnum()
191 return MessageViewer::DKIMCheckSignatureJob::AuthenticationMethod::Spf; in convertAuthenticationMethodStringToEnum()
193 return MessageViewer::DKIMCheckSignatureJob::AuthenticationMethod::Dmarc; in convertAuthenticationMethodStringToEnum()
197 return MessageViewer::DKIMCheckSignatureJob::AuthenticationMethod::Auth; in convertAuthenticationMethodStringToEnum()
[all …]
H A Ddkimwidgetinfo.cpp220 case DKIMCheckSignatureJob::AuthenticationMethod::Spf: in updateToolTip()
221 case DKIMCheckSignatureJob::AuthenticationMethod::Dkim: in updateToolTip()
222 case DKIMCheckSignatureJob::AuthenticationMethod::Dmarc: in updateToolTip()
223 case DKIMCheckSignatureJob::AuthenticationMethod::Auth: in updateToolTip()
244 case DKIMCheckSignatureJob::AuthenticationMethod::Spf: in updateToolTip()
245 case DKIMCheckSignatureJob::AuthenticationMethod::Dkim: in updateToolTip()
246 case DKIMCheckSignatureJob::AuthenticationMethod::Dmarc: in updateToolTip()
247 case DKIMCheckSignatureJob::AuthenticationMethod::Auth: in updateToolTip()
262 case DKIMCheckSignatureJob::AuthenticationMethod::Dkim: { in updateToolTip()
270 case DKIMCheckSignatureJob::AuthenticationMethod::Spf: { in updateToolTip()
[all …]
/dports/security/suricata/suricata-6.0.4/rust/vendor/ipsec-parser/src/
H A Dikev2.rs404 pub struct AuthenticationMethod(pub u8); struct
408 impl AuthenticationMethod { impl
410 pub const RsaSig : AuthenticationMethod = AuthenticationMethod(1);
412 pub const SharedKeyMIC : AuthenticationMethod = AuthenticationMethod(2);
414 pub const DssSig : AuthenticationMethod = AuthenticationMethod(3);
416 pub const EcdsaSha256P256 : AuthenticationMethod = AuthenticationMethod(9);
418 pub const EcdsaSha384P384 : AuthenticationMethod = AuthenticationMethod(10);
420 pub const EcdsaSha512P512 : AuthenticationMethod = AuthenticationMethod(11);
422 pub const GenericPass : AuthenticationMethod = AuthenticationMethod(12);
424 pub const Null : AuthenticationMethod = AuthenticationMethod(13);
[all …]
/dports/security/zaproxy/zaproxy-2.11.1/zap/src/main/java/org/zaproxy/zap/extension/authentication/
H A DExtensionAuthentication.java40 import org.zaproxy.zap.authentication.AuthenticationMethod;
436 AuthenticationMethod.CONTEXT_CONFIG_AUTH_TYPE, in exportContextData()
440 AuthenticationMethod.CONTEXT_CONFIG_AUTH_STRATEGY, in exportContextData()
444 AuthenticationMethod.CONTEXT_CONFIG_AUTH_POLL_URL, in exportContextData()
447 AuthenticationMethod.CONTEXT_CONFIG_AUTH_POLL_DATA, in exportContextData()
450 AuthenticationMethod.CONTEXT_CONFIG_AUTH_POLL_HEADERS, in exportContextData()
453 AuthenticationMethod.CONTEXT_CONFIG_AUTH_POLL_FREQ, in exportContextData()
462 AuthenticationMethod.CONTEXT_CONFIG_AUTH_LOGGEDIN, in exportContextData()
467 AuthenticationMethod.CONTEXT_CONFIG_AUTH_LOGGEDOUT, in exportContextData()
486 AuthenticationMethod method = ctx.getAuthenticationMethod(); in importContextData()
[all …]
/dports/www/wt/wt-4.6.1/src/Wt/Mail/
H A DClient.h30 enum class AuthenticationMethod { enum
110 AuthenticationMethod method = AuthenticationMethod::Plain);
116 AuthenticationMethod authenticationMethod() const { return configuration_.authenticationMethod_; } in authenticationMethod()
122 …ationEnabled() const { return configuration_.authenticationMethod_ != AuthenticationMethod::None; } in authenticationEnabled()
196 AuthenticationMethod authenticationMethod_;
/dports/java/berkeley-db/je-6.2.31/src/com/sleepycat/je/rep/utilint/
H A DServiceHandshake.java87 private final AuthenticationMethod[] authInfo;
184 private AuthenticationMethod[] authInfo;
188 AuthenticationMethod[] authInfo, in ClientHandshake()
557 private final AuthenticationMethod[] authInfo;
590 AuthenticationMethod selectedAuth = in processOp()
636 private final AuthenticationMethod[] authInfo;
688 private AuthenticationMethod[] availableAuth;
689 private AuthenticationMethod selectedAuth;
883 AuthenticationMethod selectedAuth = in processOp()
951 for (AuthenticationMethod auth : authList) { in findMatch()
[all …]
/dports/security/zaproxy/zaproxy-2.11.1/zap/src/main/java/org/zaproxy/zap/authentication/
H A DAuthenticationMethodType.java55 public abstract AuthenticationMethod createAuthenticationMethod(int contextId); in createAuthenticationMethod()
120 public abstract boolean isTypeForMethod(AuthenticationMethod method); in isTypeForMethod()
141 public abstract AuthenticationMethod loadMethodFromSession(Session session, int contextId) in loadMethodFromSession()
155 Session session, int contextId, AuthenticationMethod authMethod) in persistMethodToSession()
164 public abstract void exportData(Configuration config, AuthenticationMethod authMethod); in exportData()
174 public abstract void importData(Configuration config, AuthenticationMethod authMethod) in importData()
/dports/databases/hbase/hbase-1.2.1/hbase-client/src/main/java/org/apache/hadoop/hbase/security/
H A DAuthMethod.java32 SIMPLE((byte) 80, "", UserGroupInformation.AuthenticationMethod.SIMPLE),
33 KERBEROS((byte) 81, "GSSAPI", UserGroupInformation.AuthenticationMethod.KERBEROS),
34 DIGEST((byte) 82, "DIGEST-MD5", UserGroupInformation.AuthenticationMethod.TOKEN);
39 public final UserGroupInformation.AuthenticationMethod authenticationMethod;
42 UserGroupInformation.AuthenticationMethod authMethod) { in AuthMethod()
/dports/www/grafana8/grafana-8.3.6/vendor/github.com/Azure/azure-sdk-for-go/services/preview/hybridkubernetes/mgmt/2021-04-01-preview/hybridkubernetes/
H A Denums.go10 type AuthenticationMethod string type
14 AuthenticationMethodAAD AuthenticationMethod = "AAD"
16 AuthenticationMethodToken AuthenticationMethod = "Token"
20 func PossibleAuthenticationMethodValues() []AuthenticationMethod {
21 return []AuthenticationMethod{AuthenticationMethodAAD, AuthenticationMethodToken}
/dports/www/grafana8/azure-sdk-for-go-sdk-azidentity-v0.10.0/services/preview/hybridkubernetes/mgmt/2021-04-01-preview/hybridkubernetes/
H A Denums.go10 type AuthenticationMethod string type
14 AuthenticationMethodAAD AuthenticationMethod = "AAD"
16 AuthenticationMethodToken AuthenticationMethod = "Token"
20 func PossibleAuthenticationMethodValues() []AuthenticationMethod {
21 return []AuthenticationMethod{AuthenticationMethodAAD, AuthenticationMethodToken}
/dports/www/grafana8/azure-sdk-for-go-sdk-azcore-v0.19.0/services/preview/hybridkubernetes/mgmt/2021-04-01-preview/hybridkubernetes/
H A Denums.go10 type AuthenticationMethod string type
14 AuthenticationMethodAAD AuthenticationMethod = "AAD"
16 AuthenticationMethodToken AuthenticationMethod = "Token"
20 func PossibleAuthenticationMethodValues() []AuthenticationMethod {
21 return []AuthenticationMethod{AuthenticationMethodAAD, AuthenticationMethodToken}
/dports/sysutils/restic/restic-0.12.1/vendor/github.com/Azure/azure-sdk-for-go/services/preview/hybridkubernetes/mgmt/2021-04-01-preview/hybridkubernetes/
H A Denums.go10 type AuthenticationMethod string type
14 AuthenticationMethodAAD AuthenticationMethod = "AAD"
16 AuthenticationMethodToken AuthenticationMethod = "Token"
20 func PossibleAuthenticationMethodValues() []AuthenticationMethod {
21 return []AuthenticationMethod{AuthenticationMethodAAD, AuthenticationMethodToken}
/dports/net-mgmt/prometheus2/prometheus-2.30.3/vendor/github.com/Azure/azure-sdk-for-go/services/preview/hybridkubernetes/mgmt/2021-04-01-preview/hybridkubernetes/
H A Denums.go10 type AuthenticationMethod string type
14 AuthenticationMethodAAD AuthenticationMethod = "AAD"
16 AuthenticationMethodToken AuthenticationMethod = "Token"
20 func PossibleAuthenticationMethodValues() []AuthenticationMethod {
21 return []AuthenticationMethod{AuthenticationMethodAAD, AuthenticationMethodToken}
/dports/www/grafana8/azure-sdk-for-go-sdk-internal-v0.7.0/services/preview/hybridkubernetes/mgmt/2021-04-01-preview/hybridkubernetes/
H A Denums.go10 type AuthenticationMethod string type
14 AuthenticationMethodAAD AuthenticationMethod = "AAD"
16 AuthenticationMethodToken AuthenticationMethod = "Token"
20 func PossibleAuthenticationMethodValues() []AuthenticationMethod {
21 return []AuthenticationMethod{AuthenticationMethodAAD, AuthenticationMethodToken}
/dports/devel/hadoop/hadoop-1.2.1/src/core/org/apache/hadoop/security/
H A DUser.java25 import org.apache.hadoop.security.UserGroupInformation.AuthenticationMethod;
34 private AuthenticationMethod authMethod = null;
42 public User(String name, AuthenticationMethod authMethod, LoginContext login) { in User()
90 public void setAuthenticationMethod(AuthenticationMethod authMethod) { in setAuthenticationMethod()
94 public AuthenticationMethod getAuthenticationMethod() { in getAuthenticationMethod()
/dports/deskutils/fbreader/FBReader-0.99.6-freebsdport/zlibrary/core/include/
H A DZLNetworkRequest.h56 enum AuthenticationMethod { enum
59 …void setupAuthentication(AuthenticationMethod method, const std::string &userName, const std::stri…
62 AuthenticationMethod authenticationMethod() const;
74 AuthenticationMethod myAuthenticationMethod;
83 inline void ZLNetworkRequest::setupAuthentication(AuthenticationMethod method, const std::string &u… in setupAuthentication()
90 inline ZLNetworkRequest::AuthenticationMethod ZLNetworkRequest::authenticationMethod() const { retu… in authenticationMethod()
/dports/deskutils/fbreader/FBReader-0.99.6-freebsdport/zlibrary/core/src/network/
H A DZLNetworkRequest.h56 enum AuthenticationMethod { enum
59 …void setupAuthentication(AuthenticationMethod method, const std::string &userName, const std::stri…
62 AuthenticationMethod authenticationMethod() const;
74 AuthenticationMethod myAuthenticationMethod;
83 inline void ZLNetworkRequest::setupAuthentication(AuthenticationMethod method, const std::string &u… in setupAuthentication()
90 inline ZLNetworkRequest::AuthenticationMethod ZLNetworkRequest::authenticationMethod() const { retu… in authenticationMethod()
/dports/devel/hadoop2/hadoop-2.7.2-src/hadoop-common-project/hadoop-common/src/main/java/org/apache/hadoop/security/
H A DUser.java27 import org.apache.hadoop.security.UserGroupInformation.AuthenticationMethod;
38 private volatile AuthenticationMethod authMethod = null;
46 public User(String name, AuthenticationMethod authMethod, LoginContext login) { in User()
96 public void setAuthenticationMethod(AuthenticationMethod authMethod) { in setAuthenticationMethod()
100 public AuthenticationMethod getAuthenticationMethod() { in getAuthenticationMethod()
H A DUserGroupInformation.java238 private static AuthenticationMethod authenticationMethod;
709 AuthenticationMethod.KERBEROS, login); in getUGIFromTicketCache()
713 ugi.setAuthenticationMethod(AuthenticationMethod.KERBEROS); in getUGIFromTicketCache()
742 AuthenticationMethod.KERBEROS, null); in getUGIFromSubject()
746 ugi.setAuthenticationMethod(AuthenticationMethod.KERBEROS); in getUGIFromSubject()
1218 public static enum AuthenticationMethod { enum in UserGroupInformation
1233 private AuthenticationMethod(AuthMethod authMethod) { in AuthenticationMethod() method in UserGroupInformation.AuthenticationMethod
1254 for (AuthenticationMethod value : values()) { in valueOf()
1286 result.setAuthenticationMethod(AuthenticationMethod.PROXY); in createProxyUser()
1545 void setAuthenticationMethod(AuthenticationMethod authMethod) { in setAuthenticationMethod()
[all …]
/dports/databases/hbase/hbase-1.2.1/hbase-server/src/main/java/org/apache/hadoop/hbase/security/token/
H A DTokenProvider.java41 import org.apache.hadoop.security.UserGroupInformation.AuthenticationMethod;
81 AuthenticationMethod authMethod = ugi.getAuthenticationMethod(); in isAllowedDelegationTokenOp()
82 if (authMethod == AuthenticationMethod.PROXY) { in isAllowedDelegationTokenOp()
85 if (authMethod != AuthenticationMethod.KERBEROS in isAllowedDelegationTokenOp()
86 && authMethod != AuthenticationMethod.KERBEROS_SSL in isAllowedDelegationTokenOp()
87 && authMethod != AuthenticationMethod.CERTIFICATE) { in isAllowedDelegationTokenOp()
144 AuthenticationMethod method = requestUser.getUGI().getAuthenticationMethod(); in whoAmI()
/dports/devel/hadoop2/hadoop-2.7.2-src/hadoop-common-project/hadoop-common/src/test/java/org/apache/hadoop/security/
H A DTestUserGroupInformation.java24 import org.apache.hadoop.security.UserGroupInformation.AuthenticationMethod;
109 tryLoginAuthenticationMethod(AuthenticationMethod.SIMPLE, true); in testSimpleLogin()
114 tryLoginAuthenticationMethod(AuthenticationMethod.TOKEN, false); in testTokenLogin()
119 tryLoginAuthenticationMethod(AuthenticationMethod.PROXY, false); in testProxyLogin()
122 private void tryLoginAuthenticationMethod(AuthenticationMethod method, in tryLoginAuthenticationMethod()
149 ugi.setAuthenticationMethod(AuthenticationMethod.SIMPLE); in testGetRealAuthenticationMethod()
654 for (AuthenticationMethod am : AuthenticationMethod.values()) { in testTestAuthMethod()
665 final AuthenticationMethod am = AuthenticationMethod.KERBEROS; in testUGIAuthMethod()
683 final AuthenticationMethod am = AuthenticationMethod.KERBEROS; in testUGIAuthMethodInRealUser()
686 Assert.assertEquals(AuthenticationMethod.PROXY, in testUGIAuthMethodInRealUser()
[all …]

12345678910>>...53