クラス AppRoleAuthentication

java.lang.ObjectSE
org.springframework.vault.authentication.AppRoleAuthentication
実装されているすべてのインターフェース:
AuthenticationStepsFactoryClientAuthentication

public class AppRoleAuthentication extends ObjectSE implements ClientAuthentication, AuthenticationStepsFactory
ClientAuthentication の AppRole 実装。RoleId および SecretId (オプション) は、VaultToken を取得するために Vault へのログインリクエストで送信されます。

AppRoleAuthenticationOptions.getSecretId() を設定することにより、AppRoleAuthentication をプッシュおよびプルモードに設定できます。

作成者:
Mark Paluch, Vincent Le Nair, Christophe Tafani-Dereeper
関連事項: