Home | History | Annotate | Download | only in client

Lines Matching defs:directive

74      * Checks the semantics of the directives in the directive list as parsed
85 ParsedDirective directive;
90 directive = (ParsedDirective)directives.next();
91 name = directive.getName();
93 handleRealm(directive);
95 handleNonce(directive);
97 handleQop(directive);
99 handleMaxbuf(directive);
101 handleCharset(directive);
103 handleAlgorithm(directive);
105 handleCipher(directive);
107 handleStale(directive);
122 throw new SaslException("Missing nonce directive");
126 throw new SaslException("Missing algorithm directive");
130 * This function implements the semenatics of the nonce directive.
147 * This function implements the semenatics of the realm directive.
159 * directive. The value of the qop directive is as defined below:
195 * This function implements the semenatics of the Maxbuf directive.
215 * This function implements the semenatics of the charset directive.
222 * directive
233 throw new SaslException("Invalid character encoding directive");
237 * This function implements the semenatics of the charset directive.
243 * directive or Invalid algorithm directive
255 throw new SaslException("Invalid algorithm directive value: " +
260 * This function implements the semenatics of the cipher-opts directive
261 * directive. The value of the qop directive is as defined below:
305 * This function implements the semenatics of the stale directive.
310 * directives or Invalid stale directive value
321 throw new SaslException("Invalid stale directive value: " +