/external/smack/src/org/jivesoftware/smack/ |
D | SASLAuthentication.java.orig | 47 * mechanism wont be used until {@link #supportSASLMechanism(String, int)} is called. By default, 107 * Registers a new SASL mechanism 109 * @param name common name of the SASL mechanism. E.g.: PLAIN, DIGEST-MD5 or KERBEROS_V4. 117 * Unregisters an existing SASL mechanism. Once the mechanism has been unregistered it won't 118 * be possible to authenticate users using the removed SASL mechanism. It also removes the 119 * mechanism from the supported list. 121 * @param name common name of the SASL mechanism. E.g.: PLAIN, DIGEST-MD5 or KERBEROS_V4. 130 * Registers a new SASL mechanism in the specified preference position. The client will try 131 * to authenticate using the most prefered SASL mechanism that is also supported by the server. 132 * The SASL mechanism must be registered via {@link #registerSASLMechanism(String, Class)} [all …]
|
D | SASLAuthentication.java | 220 for (String mechanism : mechanismsPreferences) { in authenticate() 221 if (implementedMechanisms.containsKey(mechanism) && in authenticate() 222 serverMechanisms.contains(mechanism)) { in authenticate() 223 selectedMechanism = mechanism; in authenticate() 302 for (String mechanism : mechanismsPreferences) { in authenticate() 303 if (implementedMechanisms.containsKey(mechanism) && in authenticate() 304 serverMechanisms.contains(mechanism)) { in authenticate() 305 selectedMechanism = mechanism; in authenticate()
|
/external/chromium/third_party/libjingle/source/talk/xmpp/ |
D | saslcookiemechanism.h | 41 SaslCookieMechanism(const std::string & mechanism, in SaslCookieMechanism() argument 45 : mechanism_(mechanism), in SaslCookieMechanism() 50 SaslCookieMechanism(const std::string & mechanism, in SaslCookieMechanism() argument 53 : mechanism_(mechanism), in SaslCookieMechanism()
|
D | plainsaslhandler.h | 63 virtual SaslMechanism * CreateSaslMechanism(const std::string & mechanism) { in CreateSaslMechanism() argument 64 if (mechanism == "PLAIN") { in CreateSaslMechanism()
|
D | saslhandler.h | 54 virtual SaslMechanism * CreateSaslMechanism(const std::string & mechanism) = 0;
|
/external/chromium/third_party/libjingle/source/talk/examples/login/ |
D | xmppauth.cc | 77 const std::string & mechanism) { in CreateSaslMechanism() argument 78 if (mechanism == "X-GOOGLE-TOKEN") { in CreateSaslMechanism() 79 return new buzz::SaslCookieMechanism(mechanism, jid_.Str(), auth_cookie_); in CreateSaslMechanism() 82 } else if (mechanism == "PLAIN") { in CreateSaslMechanism()
|
D | xmppauth.h | 63 const std::string & mechanism);
|
/external/openssh/ |
D | pkcs11.h | 680 ck_mechanism_type_t mechanism; member 822 struct ck_mechanism *mechanism, 841 struct ck_mechanism *mechanism, 860 struct ck_mechanism *mechanism)); 878 struct ck_mechanism *mechanism, 894 struct ck_mechanism *mechanism, 904 struct ck_mechanism *mechanism, 920 struct ck_mechanism *mechanism, 954 struct ck_mechanism *mechanism, 960 struct ck_mechanism *mechanism, [all …]
|
/external/smack/src/org/apache/harmony/javax/security/sasl/ |
D | Sasl.java | 134 public static SaslServer createSaslServer(String mechanism, String protocol, in createSaslServer() argument 136 if (mechanism == null) { in createSaslServer() 151 if (mech[j].equals(mechanism)) { in createSaslServer() 158 SaslServer saslS = fact.createSaslServer(mechanism, protocol, serverName, prop, in createSaslServer()
|
/external/valgrind/unittest/ |
D | wildcard_test.supp | 1 # This suppression file tests an extension to the suppression mechanism: 5 # To test the suppression mechanism with this file, run Helgrind
|
/external/smack/src/de/measite/smack/ |
D | Sasl.java | 71 public static SaslServer createSaslServer(String mechanism, String protocol, in createSaslServer() argument 73 …return org.apache.harmony.javax.security.sasl.Sasl.createSaslServer(mechanism, protocol, serverNam… in createSaslServer()
|
/external/smack/asmack-master/static-src/custom/de/measite/smack/ |
D | Sasl.java | 71 public static SaslServer createSaslServer(String mechanism, String protocol, in createSaslServer() argument 73 …return org.apache.harmony.javax.security.sasl.Sasl.createSaslServer(mechanism, protocol, serverNam… in createSaslServer()
|
/external/objenesis/ |
D | README.android | 2 Java's standard constructor mechanism. This is sometimes useful in tests, and
|
/external/markdown/docs/extensions/ |
D | ImageLinks.txt | 7 ImageLinks is a Python-Markdown extension that provides a mechanism for
|
/external/wpa_supplicant_8/wpa_supplicant/doc/docbook/ |
D | wpa_background.sgml | 15 <para>The original security mechanism of IEEE 802.11 standard was 49 keyed packet authentication mechanism (Michael MIC).</para> 64 of the selected key management mechanism (only the method for
|
/external/e2fsprogs/debian/attic/ |
D | comerrg-dev.menu | 4 description="libcomerr is an attempt to present a common error-handling mechanism to \
|
/external/iptables/extensions/ |
D | libipt_ecn.man | 1 …f the IPv4 and TCP header. ECN is the Explicit Congestion Notification mechanism as specified in …
|
/external/valgrind/main/docs/internals/ |
D | notes.txt | 107 The redirect mechanism should (could) be used to support vsyscalls on 111 place and making the AT_SYSINFO entry point at it, as that mechanism 127 Redirection mechanism 140 that nameing mechanism involves $ signs etc in symbol names, which
|
/external/apache-harmony/crypto/src/test/impl/java/org/apache/harmony/crypto/tests/javax/crypto/ |
D | ExemptionMechanism_ImplTest.java | 289 public myEM(ExemptionMechanismSpi spi, Provider prov, String mechanism) { in myEM() argument 290 super(spi, prov, mechanism); in myEM()
|
/external/eigen/doc/ |
D | I02_HiPerformance.dox | 11 In this page we will give a brief overview of the Eigen's internal mechanism to simplify 20 As explained latter, this mechanism has some limitations, and knowing them will allow 43 Unfortunately, this simplification mechanism is not perfect yet and not all expressions which could…
|
/external/antlr/antlr-3.4/runtime/ActionScript/project/src/org/antlr/runtime/ |
D | RecognizerSharedState.as | 27 * ad naseum. This is a failsafe mechanism to guarantee that at least 64 * something nonnull so that the auto token emit mechanism will not
|
/external/webkit/LayoutTests/storage/indexeddb/ |
D | database-quota-expected.txt | 1 Tests IndexedDB's quota enforcing mechanism.
|
/external/libpcap/ |
D | README | 40 The libpcap interface supports a filtering mechanism based on the 77 mechanism that accepts BPF filters; see the README.linux file for
|
/external/e2fsprogs/debian/attic/libs/ |
D | control | 26 libcomerr is an attempt to present a common error-handling mechanism to 61 libcomerr is an attempt to present a common error-handling mechanism to
|
/external/clang/test/CodeGenObjC/ |
D | exceptions.m | 150 // as well as the no-match case in the catch mechanism. The i1 is whether 162 // Catch mechanism:
|