/* * Copyright (c) 2010 Marlon Hendred * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal * in the Software without restriction, including without limitation the rights * to use, copy, modify, merge, publish, distribute, sublicense, and/or sell * copies of the Software, and to permit persons to whom the Software is * furnished to do so, subject to the following conditions: * * The above copyright notice and this permission notice shall be included in * all copies or substantial portions of the Software. * * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE * AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER * LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, * OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN * THE SOFTWARE. */ package com.github.mhendred.face4j; import java.util.LinkedList; import java.util.List; import org.apache.commons.lang.StringUtils; /** * Class to handle Facebook and Twitter account credentials. Currently only * supports OAuth. * * @author Marlon Hendred * */ class Credentials extends Parameters { private final List<String> vals; public Credentials() { super(); this.vals = new LinkedList<String>(); } public String getAuthString() { vals.clear(); for (String key : params.keySet()) { vals.add(key + ":" + params.get(key)); } return StringUtils.join(vals, ","); } }

2890892945 LV2
2023年12月31日
1529860026 LV24
2023年8月3日
qwdqwdqw LV3
2022年12月3日
sdkjaskldjaslkj LV1
2022年11月24日
bruceshen LV2
2022年9月1日
kiyo0416 LV1
2021年12月12日
木华不是呆瓜 LV2
2021年12月9日
warrior09 LV2
2021年11月19日
张颖齐 LV1
2021年9月17日
yuchunping LV1
2021年8月17日

微信网友_6709209201250304 LV3
5月30日
lipanlong LV10
2024年12月3日
ifififhhh LV1
2024年10月19日
zzzyyy1 LV2
2024年10月4日
897258976 LV8
2024年8月29日
疯狂小太阳
2024年6月18日
暂无贡献等级
微笑刺客 LV21
2024年5月30日
sink122406 LV12
2024年5月16日
feizai0101
2024年4月14日
暂无贡献等级
xiaojie93 LV2
2024年2月29日