Home | History | Annotate | Download | only in clientauthutils

Lines Matching refs:authorization

12  * A cache of authorization headers to be used for subsequent processing when we
53 * Cache the bindings of proxyDomain and authorization header.
56 * the id of the call that the <tt>authorization</tt> header
58 * @param authorization
59 * the authorization header that we'd like to cache.
62 AuthorizationHeader authorization, int cacheTime) {
63 String user = authorization.getUsername();
65 if ( authorization == null) throw new NullPointerException("Null authorization domain");
72 String realm = authorization.getRealm();
81 authHeaders.add(authorization);
91 * Returns an authorization header cached for the specified call id and null
92 * if no authorization header has been previously cached for this call.
95 * the call id that we'd like to retrive a cached authorization
98 * @return authorization header corresponding to that user for the given
110 * Remove a cached authorization header.