Home | History | Annotate | Download | only in client

Lines Matching refs:directives

74      * Checks the semantics of the directives in the directive list as parsed
77 * @param dirList the list of directives parsed from the digest challenge
84 Iterator directives = dirList.getIterator();
88 while (directives.hasNext())
90 directive = (ParsedDirective)directives.next();
167 * directives
176 throw new SaslException("Too many qop directives.");
206 throw new SaslException("Too many maxBuf directives.");
221 * directives or Invalid character encoding
228 throw new SaslException("Too many charset directives.");
250 throw new SaslException("Too many algorithm directives.");
269 * directives
278 throw new SaslException("Too many cipher directives.");
310 * directives or Invalid stale directive value
316 throw new SaslException("Too many stale directives.");