Lines Matching defs:mechanisms

48  * SaslClient sc = Sasl.createSaslClient(mechanisms,
100 * Extension (JCE) with JCE-aware mechanisms to control the selection of
170 * whether mechanisms susceptible to simple plain passive attacks (e.g.,
172 * contains <tt>"true"</tt> if such mechanisms are not permitted;
173 * <tt>"false"</tt> if such mechanisms are permitted.
183 * mechanisms susceptible to active (non-dictionary) attacks
186 * if mechanisms susceptible to active attacks
187 * are not permitted; <tt>"false"</tt> if such mechanisms are permitted.
197 * mechanisms susceptible to passive dictionary attacks are not permitted.
199 * if mechanisms susceptible to dictionary attacks are not permitted;
200 * <tt>"false"</tt> if such mechanisms are permitted.
210 * The name of a property that specifies whether mechanisms that accept
212 * if mechanisms that accept anonymous login are not permitted;
214 * if such mechanisms are permitted. The default is <tt>"false"</tt>.
223 * The name of a property that specifies whether mechanisms that implement
228 * contains <tt>"true"</tt> if mechanisms that implement forward secrecy
229 * between sessions are required; <tt>"false"</tt> if such mechanisms
240 * mechanisms that pass client credentials are required. The property
241 * contains <tt>"true"</tt> if mechanisms that pass
243 * if such mechanisms are not required. The default is <tt>"false"</tt>.
298 * @param mechanisms The non-null list of mechanism names to try. Each is the
326 * mechanisms to get further information from the application/library
342 String[] mechanisms,
354 for (int i = 0; i < mechanisms.length; i++) {
355 if ((mechName=mechanisms[i]) == null) {
373 new String[]{mechanisms[i]}, authorizationId,
466 * mechanisms to get further information from the application/library