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次のようなカスタムで使用できますかSupplier:
ContextBuilder.credentialsSupplier
Supplier
jclouds 経由で AWS (S3) を使用する - 役割を引き受ける方法