クラス GcpIamAuthenticationSupport

java.lang.ObjectSE
org.springframework.vault.authentication.GcpIamAuthenticationSupport
既知の直属サブクラス
GcpIamCredentialsAuthenticationOptions

public abstract class GcpIamAuthenticationSupport extends ObjectSE
Google クラウド IAM ベースの認証オプションのサポートクラス。

主にフレームワーク内の実装をサポートします。

導入:
2.3.2
作成者:
Mark Paluch
関連事項:
  • コンストラクターの詳細

  • メソッドの詳細

    • getPath

      public StringSE getPath()
      戻り値:
      gcp 認証バックエンドマウントのパス。
    • getRole

      public StringSE getRole()
      戻り値:
      ログインが試行されているロールの名前。
    • getJwtValidity

      public DurationSE getJwtValidity()
      戻り値:
      生成する JWT の DurationSE
    • getClock

      public ClockSE getClock()
      戻り値:
      ClockSE は、JWT の有効期限が切れるまでのエポック秒を計算するために使用されます。