Home
last modified time | relevance | path

Searched refs:PasswordSource (Results 1 – 17 of 17) sorted by relevance

/dports/java/berkeley-db/je-6.2.31/test/com/sleepycat/je/rep/utilint/
H A DTestPasswordAuthentication.java16 import com.sleepycat.je.rep.net.PasswordSource;
36 protected PasswordSource passwordSource;
38 TestPasswordAuthentication(PasswordSource passwordSource) { in TestPasswordAuthentication()
73 private final PasswordSource passwordSource;
78 PasswordSource passwordSource) { in ServerPasswordOp()
148 private final PasswordSource passwordSource;
151 PasswordSource passwordSource) { in ClientPasswordOp()
H A DHandshakeTest.java23 import com.sleepycat.je.rep.net.PasswordSource;
211 private class TestPasswordSource implements PasswordSource {
/dports/www/chromium-legacy/chromium-88.0.4324.182/chrome/browser/chromeos/login/saml/
H A Din_session_password_change_manager.cc33 using PasswordSource = InSessionPasswordChangeManager::PasswordSource; typedef
82 void RecordCryptohomePasswordChangeSuccess(PasswordSource password_source) { in RecordCryptohomePasswordChangeSuccess()
83 if (password_source == PasswordSource::PASSWORDS_SCRAPED) { in RecordCryptohomePasswordChangeSuccess()
92 void RecordCryptohomePasswordChangeFailure(PasswordSource password_source) { in RecordCryptohomePasswordChangeFailure()
93 if (password_source == PasswordSource::PASSWORDS_SCRAPED) { in RecordCryptohomePasswordChangeFailure()
349 PasswordSource::PASSWORDS_SCRAPED); in OnSamlPasswordChanged()
361 PasswordSource password_source) { in ChangePassword()
H A Din_session_password_change_manager.h82 enum class PasswordSource { enum
151 PasswordSource password_source);
188 PasswordSource password_source_ = PasswordSource::PASSWORDS_SCRAPED;
/dports/java/berkeley-db/je-6.2.31/src/com/sleepycat/je/rep/
H A DReplicationSSLConfig.java21 import com.sleepycat.je.rep.net.PasswordSource;
506 private transient PasswordSource sslKeyStorePasswordSource;
1166 public PasswordSource getSSLKeyStorePasswordSource() { in getSSLKeyStorePasswordSource()
1178 setSSLKeyStorePasswordSource(PasswordSource passwordSource) { in setSSLKeyStorePasswordSource()
1189 PasswordSource passwordSource) { in setSSLKeyStorePasswordSourceVoid()
/dports/net-im/kopete/kopete-21.12.3/libkopete/
H A Dkopetepassword.h97 enum PasswordSource { enum
117 …iver, const char *slot, const QPixmap &image, const QString &prompt, PasswordSource source = FromC…
H A Dkopetepassword.cpp174 …ssword &pass, const QPixmap &image, const QString &prompt, Kopete::Password::PasswordSource source) in KopetePasswordGetRequestPrompt()
225 Kopete::Password::PasswordSource mSource;
450 …t char *slot, const QPixmap &image, const QString &prompt, Kopete::Password::PasswordSource source) in request()
H A Dkopetepasswordedaccount.cpp70 …Kopete::Password::PasswordSource src = password().isWrong() ? Kopete::Password::FromUser : Kopete:… in connect()
/dports/www/chromium-legacy/chromium-88.0.4324.182/chrome/browser/ui/webui/chromeos/in_session_password_change/
H A Dconfirm_password_change_handler.cc27 const InSessionPasswordChangeManager::PasswordSource kPasswordSource =
28 InSessionPasswordChangeManager::PasswordSource::PASSWORDS_RETYPED;
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/chrome/browser/ui/webui/chromeos/in_session_password_change/
H A Dconfirm_password_change_handler.cc27 const InSessionPasswordChangeManager::PasswordSource kPasswordSource =
28 InSessionPasswordChangeManager::PasswordSource::PASSWORDS_RETYPED;
/dports/java/berkeley-db/je-6.2.31/src/com/sleepycat/je/rep/utilint/net/
H A DSSLChannelFactory.java16 import com.sleepycat.je.rep.net.PasswordSource;
469 PasswordSource ksPwSource = config.getSSLKeyStorePasswordSource(); in getKeyStorePassword()
826 private static PasswordSource constructPasswordSource( in constructPasswordSource()
832 return (PasswordSource) in constructPasswordSource()
834 pwdSrcClassName, PasswordSource.class, "password source", in constructPasswordSource()
845 private static PasswordSource constructKSPasswordSource( in constructKSPasswordSource()
/dports/java/berkeley-db/je-6.2.31/src/com/sleepycat/je/rep/net/
H A DPasswordSource.java14 public interface PasswordSource { interface
/dports/java/berkeley-db/je-6.2.31/test/com/sleepycat/je/rep/utilint/net/
H A DSSLChannelTest.java41 import com.sleepycat.je.rep.net.PasswordSource;
564 PasswordSource pwSource = new PasswordSource () { in testKeyStorePasswordSource()
1058 public static class TestPasswordSource implements PasswordSource {
/dports/java/berkeley-db/je-6.2.31/test/com/sleepycat/je/rep/
H A DReplicationNetworkConfigTest.java65 import com.sleepycat.je.rep.net.PasswordSource;
1061 PasswordSource pwSource = new DummySource(pass); in testSSLClone()
1144 PasswordSource pwSource = new DummySource(pass); in testSerializeSSL()
1203 public static class DummySource implements PasswordSource {
H A DReplicatedEnvironmentTest.java41 import com.sleepycat.je.rep.net.PasswordSource;
388 PasswordSource pwdSrc = in testRepEnvNetConfig()
389 new PasswordSource() { in testRepEnvNetConfig()
/dports/net-im/matterhorn/matterhorn-50200.13.0/src/Matterhorn/
H A DConfig.hs6 , PasswordSource(..)
H A DTypes.hs106 , PasswordSource(..)
437 data PasswordSource = type
503 , configPass :: Maybe PasswordSource