クラス GcpIamAuthenticationSupport
java.lang.ObjectSE
org.springframework.vault.authentication.GcpIamAuthenticationSupport
- 既知の直属サブクラス
GcpIamCredentialsAuthenticationOptions
Google クラウド IAM ベースの認証オプションのサポートクラス。主にフレームワーク内の実装をサポートします。
- 導入:
- 2.3.2
- 作成者:
- Mark Paluch
- 関連事項:
GcpIamAuthenticationOptions
GcpIamCredentialsAuthenticationOptions
コンストラクターの概要
コンストラクター修飾子コンストラクター説明protected
GcpIamAuthenticationSupport
(StringSE path, StringSE role, DurationSE jwtValidity, ClockSE clock) メソッドのサマリー
コンストラクターの詳細
GcpIamAuthenticationSupport
protected GcpIamAuthenticationSupport(StringSE path, StringSE role, DurationSE jwtValidity, ClockSE clock)
メソッドの詳細
getPath
- 戻り値:
- gcp 認証バックエンドマウントのパス。
getRole
- 戻り値:
- ログインが試行されているロールの名前。
getJwtValidity
- 戻り値:
- 生成する JWT の
Duration
SE。
getClock
- 戻り値:
Clock
SE は、JWT の有効期限が切れるまでのエポック秒を計算するために使用されます。