Searched defs:cbh (Results 1 - 21 of 21) sorted by relevance

/external/smack/src/org/jivesoftware/smack/
H A DUserAuthentication.java45 * @param cbh the CallbackHandler used to obtain authentication ID, password, or other
50 String authenticate(String username, String resource, CallbackHandler cbh) throws argument
H A DNonSASLAuthentication.java47 public String authenticate(String username, String resource, CallbackHandler cbh) throws XMPPException { argument
51 cbh.handle(new Callback[]{pcb});
H A DSASLAuthentication.java212 * @param cbh the CallbackHandler used to get information from the user
216 public String authenticate(String username, String resource, CallbackHandler cbh) argument
237 currentMechanism.authenticate(username, connection.getHost(), cbh);
/external/smack/asmack-master/static-src/custom/de/measite/smack/
H A DSaslClientFactory.java34 Map<String, ?> props, CallbackHandler cbh) throws SaslException {
37 return new PlainSaslClient(authorizationId, cbh);
45 cbh
32 createSaslClient(String[] mechanisms, String authorizationId, String protocol, String serverName, Map<String, ?> props, CallbackHandler cbh) argument
H A DSasl.java72 String serverName, Map<String, ?> prop, CallbackHandler cbh) throws SaslException {
73 return org.apache.harmony.javax.security.sasl.Sasl.createSaslServer(mechanism, protocol, serverName, prop, cbh);
77 String protocol, String serverName, Map<String, ?> prop, CallbackHandler cbh)
102 cbh
71 createSaslServer(String mechanism, String protocol, String serverName, Map<String, ?> prop, CallbackHandler cbh) argument
76 createSaslClient(String[] mechanisms, String authanticationID, String protocol, String serverName, Map<String, ?> prop, CallbackHandler cbh) argument
/external/smack/src/de/measite/smack/
H A DSaslClientFactory.java34 Map<String, ?> props, CallbackHandler cbh) throws SaslException {
37 return new PlainSaslClient(authorizationId, cbh);
45 cbh
32 createSaslClient(String[] mechanisms, String authorizationId, String protocol, String serverName, Map<String, ?> props, CallbackHandler cbh) argument
H A DSasl.java72 String serverName, Map<String, ?> prop, CallbackHandler cbh) throws SaslException {
73 return org.apache.harmony.javax.security.sasl.Sasl.createSaslServer(mechanism, protocol, serverName, prop, cbh);
77 String protocol, String serverName, Map<String, ?> prop, CallbackHandler cbh)
102 cbh
71 createSaslServer(String mechanism, String protocol, String serverName, Map<String, ?> prop, CallbackHandler cbh) argument
76 createSaslClient(String[] mechanisms, String authanticationID, String protocol, String serverName, Map<String, ?> prop, CallbackHandler cbh) argument
/external/smack/src/org/apache/harmony/javax/security/sasl/
H A DSaslClientFactory.java26 String serverName, Map<String, ?> props, CallbackHandler cbh) throws SaslException;
25 createSaslClient(String[] mechanisms, String authorizationId, String protocol, String serverName, Map<String, ?> props, CallbackHandler cbh) argument
H A DSaslServerFactory.java26 Map<String, ?> props, CallbackHandler cbh) throws SaslException;
25 createSaslServer(String mechanisms, String protocol, String serverName, Map<String, ?> props, CallbackHandler cbh) argument
H A DSasl.java135 String serverName, Map<String, ?> prop, CallbackHandler cbh) throws SaslException {
159 cbh);
169 String protocol, String serverName, Map<String, ?> prop, CallbackHandler cbh)
196 protocol, serverName, prop, cbh);
134 createSaslServer(String mechanism, String protocol, String serverName, Map<String, ?> prop, CallbackHandler cbh) argument
168 createSaslClient(String[] mechanisms, String authanticationID, String protocol, String serverName, Map<String, ?> prop, CallbackHandler cbh) argument
/external/smack/src/org/apache/qpid/management/common/sasl/
H A DCRAMMD5HashedSaslClientFactory.java36 String serverName, Map<String, ?> props, CallbackHandler cbh)
43 if (cbh == null)
49 return Sasl.createSaslClient(mechs, authorizationId, protocol, serverName, props, cbh);
35 createSaslClient(String[] mechanisms, String authorizationId, String protocol, String serverName, Map<String, ?> props, CallbackHandler cbh) argument
H A DClientSaslFactory.java32 String serverName, Map props, CallbackHandler cbh)
39 return new PlainSaslClient(authorizationId, cbh);
31 createSaslClient(String[] mechs, String authorizationId, String protocol, String serverName, Map props, CallbackHandler cbh) argument
H A DPlainSaslClient.java38 private CallbackHandler cbh; field in class:PlainSaslClient
44 public PlainSaslClient(String authorizationID, CallbackHandler cbh) throws SaslException argument
47 this.cbh = cbh;
186 cbh.handle(new Callback[] { nameCb, passwordCb });
/external/smack/src/org/jivesoftware/smack/sasl/
H A DSASLAnonymous.java42 public void authenticate(String username, String host, CallbackHandler cbh) throws IOException { argument
H A DSASLGSSAPIMechanism.java58 * @param cbh the CallbackHandler (not used with GSSAPI)
61 public void authenticate(String username, String host, CallbackHandler cbh) throws IOException, XMPPException { argument
65 sc = Sasl.createSaslClient(mechanisms, username, "xmpp", host, props, cbh);
H A DSASLFacebookConnect.java92 public void authenticate(String username, String host, CallbackHandler cbh) argument
96 sc = Sasl.createSaslClient(mechanisms, null, "xmpp", host, props, cbh);
H A DSASLMechanism.java102 * @param cbh the CallbackHandler to obtain user information.
106 public void authenticate(String username, String host, CallbackHandler cbh) throws IOException, XMPPException { argument
109 sc = Sasl.createSaslClient(mechanisms, username, "xmpp", host, props, cbh);
/external/e2fsprogs/e2fsck/
H A Drecovery.c603 struct commit_header *cbh = local
606 be32_to_cpu(cbh->h_chksum[0]);
620 cbh->h_chksum_type == JBD2_CRC32_CHKSUM &&
621 cbh->h_chksum_size ==
624 else if (!(cbh->h_chksum_type == 0 &&
625 cbh->h_chksum_size == 0 &&
/external/smack/asmack-master/static-src/novell-openldap-jldap/com/novell/sasl/client/
H A DDigestMD5SaslClient.java83 * @param cbh The possibly null callback handler to used by the
107 CallbackHandler cbh)
122 if (cbh == null)
126 serverName, props, cbh);
156 * @param cbh The possibly null callback handler to used by the
174 CallbackHandler cbh)
180 m_cbh = cbh;
102 getClient( String authorizationId, String protocol, String serverName, Map props, CallbackHandler cbh) argument
169 DigestMD5SaslClient( String authorizationId, String protocol, String serverName, Map props, CallbackHandler cbh) argument
/external/smack/src/com/novell/sasl/client/
H A DDigestMD5SaslClient.java83 * @param cbh The possibly null callback handler to used by the
107 CallbackHandler cbh)
122 if (cbh == null)
126 serverName, props, cbh);
156 * @param cbh The possibly null callback handler to used by the
174 CallbackHandler cbh)
180 m_cbh = cbh;
102 getClient( String authorizationId, String protocol, String serverName, Map props, CallbackHandler cbh) argument
169 DigestMD5SaslClient( String authorizationId, String protocol, String serverName, Map props, CallbackHandler cbh) argument
/external/mdnsresponder/mDNSShared/
H A Ddnssd_clientstub.c116 typedef void (*ProcessReplyFn)(DNSServiceOp *const sdr, const CallbackHeader *const cbh, const char *msg, const char *const end);
905 CallbackHeader cbh; local
912 int result = read_all(sdRef->sockfd, (void *)&cbh.ipc_hdr, sizeof(cbh.ipc_hdr));
943 ConvertHeaderBytes(&cbh.ipc_hdr);
944 if (cbh.ipc_hdr.version != VERSION)
946 syslog(LOG_WARNING, "dnssd_clientstub DNSServiceProcessResult daemon version %d does not match client version %d", cbh.ipc_hdr.version, VERSION);
951 data = malloc(cbh.ipc_hdr.datalen);
953 if (read_all(sdRef->sockfd, data, cbh.ipc_hdr.datalen) < 0) // On error, read_all will write a message to syslog for us
977 cbh
1107 handle_resolve_response(DNSServiceOp *const sdr, const CallbackHeader *const cbh, const char *data, const char *end) argument
1185 handle_query_response(DNSServiceOp *const sdr, const CallbackHeader *const cbh, const char *data, const char *const end) argument
1244 handle_addrinfo_response(DNSServiceOp *const sdr, const CallbackHeader *const cbh, const char *data, const char *const end) argument
1339 handle_browse_response(DNSServiceOp *const sdr, const CallbackHeader *const cbh, const char *data, const char *const end) argument
1386 handle_hostname_changed_response(DNSServiceOp *const sdr, const CallbackHeader *const cbh, const char *data, const char *const end) argument
1443 handle_regservice_response(DNSServiceOp *const sdr, const CallbackHeader *const cbh, const char *data, const char *const end) argument
1514 handle_enumeration_response(DNSServiceOp *const sdr, const CallbackHeader *const cbh, const char *data, const char *const end) argument
1558 ConnectionResponse(DNSServiceOp *const sdr, const CallbackHeader *const cbh, const char *const data, const char *const end) argument
1866 handle_port_mapping_response(DNSServiceOp *const sdr, const CallbackHeader *const cbh, const char *data, const char *const end) argument
[all...]

Completed in 963 milliseconds