クラス AppIdAuthentication

java.lang.ObjectSE
org.springframework.vault.authentication.AppIdAuthentication
実装済みのインターフェース一覧:
AuthenticationStepsFactoryClientAuthentication

@DeprecatedSE(since="2.2", forRemoval=true) public class AppIdAuthentication extends ObjectSE implements ClientAuthentication, AuthenticationStepsFactory
非推奨、削除予定: この API 要素は、将来のバージョンで削除される可能性があります。
2.2 以来。AppRoleAuthentication を使用します。
ClientAuthentication の AppId 実装。AppIdAuthentication は、構成された AppIdUserIdMechanism を使用して UserId を取得または計算します。AppId および UserId は、VaultToken を取得するために Vault へのログインリクエストで送信されます。
作成者:
Mark Paluch
関連事項: