Lines Matching full:sasl
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);
110 String desiredStrength = (String)props.get(Sasl.STRENGTH);
111 String serverAuth = (String)props.get(Sasl.SERVER_AUTH);
138 * When the SASL authentication completes
149 * the SASL mechanism and to configure the
151 * See the Sasl class for a list of standard properties.
157 * SASL mechanisms to get further information from the
159 * For example, a SASL mechanism might require the
223 * incoming is the contents of the SASL buffer as defined in RFC 2222
253 * The result of this method will make up the contents of the SASL buffer as
299 if (Sasl.QOP.equals(propName))
808 * Returns the IANA-registered mechanism name of this SASL client.
811 * @return "DIGEST-MD5"the IANA-registered mechanism name of this SASL