/external/smack/src/org/jivesoftware/smack/ |
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. [all...] |
/external/chromium_org/third_party/libjingle/source/talk/xmpp/ |
xmpplogintask_unittest.cc | 143 "<mechanism>DIGEST-MD5</mechanism>" 144 "<mechanism>PLAIN</mechanism>" 149 "mechanism=\"PLAIN\" " 269 "<mechanism>DIGEST-MD5</mechanism>" 270 "<mechanism>PLAIN</mechanism>" 288 "<mechanism>X-GOOGLE-TOKEN</mechanism> [all...] |
saslhandler.h | 39 // Creates mechanisms to deal with a given mechanism 51 // Creates a SaslMechanism for the given mechanism name (you own it 54 virtual SaslMechanism * CreateSaslMechanism(const std::string & mechanism) = 0;
|
saslcookiemechanism.h | 41 SaslCookieMechanism(const std::string & mechanism, 45 : mechanism_(mechanism), 50 SaslCookieMechanism(const std::string & mechanism, 53 : mechanism_(mechanism),
|
plainsaslhandler.h | 61 // Creates a SaslMechanism for the given mechanism name (you own it 63 virtual SaslMechanism * CreateSaslMechanism(const std::string & mechanism) { 64 if (mechanism == "PLAIN") {
|
/external/chromium/third_party/libjingle/source/talk/xmpp/ |
saslhandler.h | 39 // Creates mechanisms to deal with a given mechanism 51 // Creates a SaslMechanism for the given mechanism name (you own it 54 virtual SaslMechanism * CreateSaslMechanism(const std::string & mechanism) = 0;
|
saslcookiemechanism.h | 41 SaslCookieMechanism(const std::string & mechanism, 45 : mechanism_(mechanism), 50 SaslCookieMechanism(const std::string & mechanism, 53 : mechanism_(mechanism),
|
plainsaslhandler.h | 61 // Creates a SaslMechanism for the given mechanism name (you own it 63 virtual SaslMechanism * CreateSaslMechanism(const std::string & mechanism) { 64 if (mechanism == "PLAIN") {
|
/external/chromium_org/jingle/notifier/base/ |
gaia_token_pre_xmpp_auth.h | 17 // authentication in GTalk. It looks for the X-GOOGLE-TOKEN auth mechanism 18 // and uses that instead of the default auth mechanism (PLAIN). 56 const std::string& mechanism) OVERRIDE;
|
/external/chromium_org/chrome/browser/component_updater/ |
recovery_component_installer.h | 14 // update installation. This is a last resort safety mechanism.
|
/external/apache-harmony/auth/src/test/java/common/org/apache/harmony/auth/tests/javax/security/sasl/ |
Sasl4Test.java | 92 * Test for <code>createSaslServer(String mechanism, 96 * throws NullPointerException when mechanism is null; 98 * mechanism) are wrong. 138 * Test for <code>createSaslServer(String mechanism, 157 * Test for <code>createSaslServer(String mechanism, 163 * throws SaslServer for MECH-1 mechanism 188 // try to create Server for wrong mechanism 198 * Test for <code>createSaslServer(String mechanism, 204 * throws SaslServer for MECH-1 mechanism 221 // try to create Server for wrong mechanism [all...] |
Sasl2Test.java | 73 private static final String[] mech = { "mechanism", "NEW-MECHANISM", "AA", 87 * 4 different providers define the same mechanism and refer to the same 123 assertEquals("Wrong mechanism name", mech00[i], mech01[i]); 138 * 4 different providers define different mechanism and refer to the same 173 assertEquals("Wrong mechanism name", mech00[i], mech01[i]); 188 * 2 different providers define the same mechanism and refer to the 218 assertEquals("Wrong mechanism name", mech00[i], mech01[i]); 232 assertEquals("Wrong mechanism name", mech00[i], mech01[i]); 247 * 1 provider defines different mechanism and refer to the sam [all...] |
/external/chromium/base/ |
message_pump_glib_x_dispatch.h | 17 // MessagePumpForUI::Dispatcher provides the mechanism for dispatching 18 // GdkEvents. This class provides additional mechanism for dispatching XEvents.
|
/external/chromium_org/base/metrics/ |
histogram_flattener.h | 20 // The implementors handle the exact lower level recording mechanism, or 21 // error report mechanism.
|
/external/e2fsprogs/misc/ |
e2undo.8.in | 31 will refuse to apply the undo log as a safety mechanism. The 33 option disables this safety mechanism.
|
/external/valgrind/main/helgrind/tests/ |
locked_vs_unlocked1.c | 7 /* Test of the mechanism for showing all locks held by a thread -- one 10 retention in both the history mechanism and the primary errors. */
|
locked_vs_unlocked3.c | 13 /* Test of the mechanism for showing all locks held by a thread. This 16 is to check that the lock showing mechanism shows the
|
/external/valgrind/unittest/ |
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
|
/frameworks/base/services/java/com/android/server/power/ |
SuspendBlocker.java | 20 * Low-level suspend blocker mechanism equivalent to holding a partial wake lock. 23 * on the high-level wake lock mechanism.
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/scsi/ |
scsi_ioctl.h | 29 #define SCSI_IOCTL_DOORLOCK 0x5380 /* Lock the eject mechanism. */ 30 #define SCSI_IOCTL_DOORUNLOCK 0x5381 /* Unlock the mechanism. */
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/scsi/ |
scsi_ioctl.h | 29 #define SCSI_IOCTL_DOORLOCK 0x5380 /* Lock the eject mechanism. */ 30 #define SCSI_IOCTL_DOORUNLOCK 0x5381 /* Unlock the mechanism. */
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/scsi/ |
scsi_ioctl.h | 29 #define SCSI_IOCTL_DOORLOCK 0x5380 /* Lock the eject mechanism. */ 30 #define SCSI_IOCTL_DOORUNLOCK 0x5381 /* Unlock the mechanism. */
|
/external/smack/src/org/jivesoftware/smack/sasl/ |
SASLExternalMechanism.java | 25 * Implementation of the SASL EXTERNAL mechanism.
27 * To effectively use this mechanism, Java must be configured to properly
45 * Also worth noting is the EXTERNAL mechanism in Smack is not enabled by default.
|
/development/samples/ActionBarCompat/ |
_index.jd | 9 action item definition mechanism as the new framework API, even supporting the
|
/external/chromium/chrome/browser/policy/ |
configuration_policy_provider_win.h | 14 // mechanism provided by Windows Groups Policy. Policy decisions are
|