Lines Matching refs:put

93         attributes.put(CONSUMER_NAME, consumerName);
95 attributes.put(CONSUMER_SECRET, consumerSecret);
97 attributes.put(CONSUMER_RSA_KEY, consumerRASKey);
99 attributes.put(CONSUMER_KEY, consumerKey);
120 attributes.put(REQUEST_TOKEN_URI, reqTokenURI);
122 attributes.put(REQUEST_TOKEN_VAL, reqTokenVal);
124 attributes.put(REQUEST_TOKEN_SECRET, reqTokenSecret);
126 attributes.put(REQUEST_TOKEN_PPAL_ID, reqTokenPPalId);
128 attributes.put(REQUEST_TOKEN_LIFETIME, DateUtils.toUTCDateFormat(reqTokenExpiry));
130 attributes.put(REQUEST_TOKEN_CALLBACK, reqTokenCBK);
133 attributes.put(REQUEST_TOKEN_VERIFIER, reqTokenVerifier);
136 attributes.put(CONSUMER_ID, consumerId);
156 attributes.put(ACCESS_TOKEN_URI, accTokenURI);
158 attributes.put(ACCESS_TOKEN_VAL, accTokenVal);
160 attributes.put(ACCESS_TOKEN_SECRET, accTokenSecret);
162 attributes.put(ACCESS_TOKEN_PPAL_ID, accTokenPPalId);
164 attributes.put(ACCESS_TOKEN_LIFETIME, DateUtils.toUTCDateFormat(accTokenExpiry));
166 attributes.put(ACCESS_TOKEN_ONETIME, "" + accTokenOneTime);
168 attributes.put(CONSUMER_ID, consumerId);
360 attributes.put(CONSUMER_NAME, consumerName);
362 attributes.put(CONSUMER_SECRET, consumerSecret);
364 attributes.put(CONSUMER_RSA_KEY, consumerRASKey);
366 attributes.put(CONSUMER_KEY, consumerKey);
368 attributes.put(ETAG, etag);
385 attributes.put(REQUEST_TOKEN_URI, reqTokenURI);
387 attributes.put(REQUEST_TOKEN_VAL, reqTokenVal);
389 attributes.put(REQUEST_TOKEN_SECRET, reqTokenSecret);
391 attributes.put(REQUEST_TOKEN_PPAL_ID, reqTokenPPalId);
393 attributes.put(REQUEST_TOKEN_LIFETIME, DateUtils.toUTCDateFormat(reqTokenExpiry));
395 attributes.put(REQUEST_TOKEN_CALLBACK, reqTokenCBK);
398 attributes.put(REQUEST_TOKEN_VERIFIER, reqTokenVerifier);
401 attributes.put(CONSUMER_ID, consumerId);
403 attributes.put(ETAG, etag);
420 attributes.put(ACCESS_TOKEN_URI, accTokenURI);
422 attributes.put(ACCESS_TOKEN_VAL, accTokenVal);
424 attributes.put(ACCESS_TOKEN_SECRET, accTokenSecret);
426 attributes.put(ACCESS_TOKEN_PPAL_ID, accTokenPPalId);
428 attributes.put(ACCESS_TOKEN_LIFETIME, DateUtils.toUTCDateFormat(accTokenExpiry));
430 attributes.put(ACCESS_TOKEN_ONETIME, "" + accTokenOneTime);
432 attributes.put(CONSUMER_ID, consumerId);
434 attributes.put(ETAG, etag);