Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我想知道是否有一种方法可以使用已经存在的令牌进行身份验证,而不是再次获取令牌......
.credentials(username, credential) <-- 这是我试图避免的,而是做类似的事情
.token(token) <- 但 ContextBuilder 类不存在此方法
您可以ContextBuilder.credentialsSupplier与 custom 一起使用Supplier,类似于以下内容:
ContextBuilder.credentialsSupplier
Supplier
通过 jclouds 使用 AWS (S3) - 如何承担角色