HomeSort by relevance Sort by last modified time
    Searched full:sasl (Results 26 - 50 of 95) sorted by null

12 3 4

  /external/smack/src/com/novell/sasl/client/
ResponseAuth.java 2 * $OpenLDAP: /com/novell/sasl/client/ResponseAuth.java,v 1.3 2005/01/17 15:00:54 sunilk Exp $
15 package com.novell.sasl.client;
18 import org.apache.harmony.javax.security.sasl.*;
ParsedDirective.java 2 * $OpenLDAP: /com/novell/sasl/client/ParsedDirective.java,v 1.1 2003/08/21 10:06:26 kkanil Exp $
15 package com.novell.sasl.client;
DigestMD5SaslClient.java 2 * $OpenLDAP: /com/novell/sasl/client/DigestMD5SaslClient.java,v 1.4 2005/01/17 15:00:54 sunilk Exp $
15 package com.novell.sasl.client;
17 import org.apache.harmony.javax.security.sasl.*;
27 * Implements the Client portion of DigestMD5 Sasl mechanism.
65 * When the SASL authentication completes
76 * the SASL mechanism and to configure the
78 * See the Sasl class for a list of standard properties.
84 * SASL mechanisms to get further information from the
86 * For example, a SASL mechanism might require the
109 String desiredQOP = (String)props.get(Sasl.QOP)
    [all...]
  /external/apache-harmony/auth/src/test/java/common/org/apache/harmony/auth/tests/javax/security/sasl/serialization/
AuthenticationExceptionTest.java 22 package org.apache.harmony.auth.tests.javax.security.sasl.serialization;
24 import javax.security.sasl.AuthenticationException;
SaslExceptionTest.java 22 package org.apache.harmony.auth.tests.javax.security.sasl.serialization;
24 import javax.security.sasl.SaslException;
AuthorizeCallbackTest.java 22 package org.apache.harmony.auth.tests.javax.security.sasl.serialization;
26 import javax.security.sasl.AuthorizeCallback;
RealmCallbackTest.java 22 package org.apache.harmony.auth.tests.javax.security.sasl.serialization;
26 import javax.security.sasl.RealmCallback;
  /external/smack/asmack-master/static-src/novell-openldap-jldap/com/novell/sasl/client/
ParsedDirective.java 2 * $OpenLDAP: /com/novell/sasl/client/ParsedDirective.java,v 1.1 2003/08/21 10:06:26 kkanil Exp $
15 package com.novell.sasl.client;
DigestMD5SaslClient.java 2 * $OpenLDAP: /com/novell/sasl/client/DigestMD5SaslClient.java,v 1.4 2005/01/17 15:00:54 sunilk Exp $
15 package com.novell.sasl.client;
17 import org.apache.harmony.javax.security.sasl.*;
27 * Implements the Client portion of DigestMD5 Sasl mechanism.
65 * When the SASL authentication completes
76 * the SASL mechanism and to configure the
78 * See the Sasl class for a list of standard properties.
84 * SASL mechanisms to get further information from the
86 * For example, a SASL mechanism might require the
109 String desiredQOP = (String)props.get(Sasl.QOP)
    [all...]
  /external/smack/src/org/apache/qpid/management/common/sasl/
SaslProvider.java 21 package org.apache.qpid.management.common.sasl;
31 super("SaslClientFactory", 1.0, "SASL PLAIN CLIENT MECHANISM");
PlainSaslClient.java 21 package org.apache.qpid.management.common.sasl;
28 import de.measite.smack.Sasl;
29 import org.apache.harmony.javax.security.sasl.SaslClient;
30 import org.apache.harmony.javax.security.sasl.SaslException;
140 if (propName.equals(Sasl.QOP))
  /external/smack/src/org/jivesoftware/smack/sasl/
SASLAnonymous.java 20 package org.jivesoftware.smack.sasl;
28 * Implementation of the SASL ANONYMOUS mechanism
SASLFacebookConnect.java 1 package org.jivesoftware.smack.sasl;
13 import de.measite.smack.Sasl;
18 import org.jivesoftware.smack.sasl.SASLMechanism;
44 // sc = Sasl.createSaslClient(mechanisms, null, "xmpp", hostname, props,
53 stanza.append("\" xmlns=\"urn:ietf:params:xml:ns:xmpp-sasl\">");
88 sc = Sasl.createSaslClient(mechanisms, null, "xmpp", host, props, this);
96 sc = Sasl.createSaslClient(mechanisms, null, "xmpp", host, props, cbh);
150 stanza.append("<response xmlns=\"urn:ietf:params:xml:ns:xmpp-sasl\">");
SASLExternalMechanism.java 20 package org.jivesoftware.smack.sasl;
25 * Implementation of the SASL EXTERNAL mechanism.
  /external/apache-harmony/auth/src/test/java/common/org/apache/harmony/auth/tests/javax/security/sasl/
Sasl2Test.java 22 package org.apache.harmony.auth.tests.javax.security.sasl;
30 import javax.security.sasl.Sasl;
31 import javax.security.sasl.SaslClient;
32 import javax.security.sasl.SaslClientFactory;
33 import javax.security.sasl.SaslException;
34 import javax.security.sasl.SaslServer;
35 import javax.security.sasl.SaslServerFactory;
42 * Test for Sasl class
107 Enumeration<SaslClientFactory> en = Sasl.getSaslClientFactories()
    [all...]
  /external/smack/src/org/jivesoftware/smack/
SmackConfiguration.java 203 * Add a SASL mechanism to the list to be used.
205 * @param mech the SASL mechanism to be added
214 * Add a Collection of SASL mechanisms to the list to be used.
216 * @param mechs the Collection of SASL mechanisms to be added
225 * Remove a SASL mechanism from the list to be used.
227 * @param mech the SASL mechanism to be removed
236 * Remove a Collection of SASL mechanisms to the list to be used.
238 * @param mechs the Collection of SASL mechanisms to be removed
247 * Returns the list of SASL mechanisms to be used. If a SASL mechanism i
    [all...]
BOSHPacketReader.java 26 import org.jivesoftware.smack.sasl.SASLMechanism.Challenge;
27 import org.jivesoftware.smack.sasl.SASLMechanism.Failure;
28 import org.jivesoftware.smack.sasl.SASLMechanism.Success;
90 // The server is challenging the SASL authentication
112 if ("urn:ietf:params:xml:ns:xmpp-sasl".equals(parser.getNamespace(null))) {
144 // The server is reporting available SASL mechanisms. Store
ConnectionConfiguration.java 40 * It is also possible to configure if TLS, SASL, and compression are used or not.
554 * Returns true if the client is going to use SASL authentication when logging into the
555 * server. If SASL authenticatin fails then the client will try to use non-sasl authentication.
556 * By default SASL is enabled.
558 * @return true if the client is going to use SASL authentication when logging into the
566 * Sets whether the client will use SASL authentication when logging into the
567 * server. If SASL authenticatin fails then the client will try to use non-sasl authentication.
568 * By default, SASL is enabled
    [all...]
  /external/qemu/
vnc-android.c 142 return "vencrypt+tls+sasl";
144 return "vencrypt+x509+sasl";
152 return "sasl";
177 if (client->sasl.conn &&
178 client->sasl.username)
179 monitor_printf(mon, " username: %s\n", client->sasl.username);
965 * be the raw data, or may have already been encoded by SASL.
970 * both SASL, and this TLS layer. It is highly unlikely in practice
971 * though, since SASL encryption will typically be a no-op if TLS
1001 * using any SASL SSF encryption layers. Will write as much dat
2197 int sasl = 0; local
    [all...]
vnc.c 136 return "vencrypt+tls+sasl";
138 return "vencrypt+x509+sasl";
146 return "sasl";
171 if (client->sasl.conn &&
172 client->sasl.username)
173 monitor_printf(mon, " username: %s\n", client->sasl.username);
959 * be the raw data, or may have already been encoded by SASL.
964 * both SASL, and this TLS layer. It is highly unlikely in practice
965 * though, since SASL encryption will typically be a no-op if TLS
995 * using any SASL SSF encryption layers. Will write as much dat
2193 int sasl = 0; local
    [all...]
  /external/smack/src/org/apache/harmony/javax/security/sasl/
AuthenticationException.java 18 package org.apache.harmony.javax.security.sasl;
RealmCallback.java 18 package org.apache.harmony.javax.security.sasl;
RealmChoiceCallback.java 18 package org.apache.harmony.javax.security.sasl;
SaslClient.java 18 package org.apache.harmony.javax.security.sasl;
SaslClientFactory.java 18 package org.apache.harmony.javax.security.sasl;

Completed in 535 milliseconds

12 3 4