列挙型クラス VaultPropertySource.Renewal

java.lang.ObjectSE
java.lang.EnumSE<VaultPropertySource.Renewal>
org.springframework.vault.annotation.VaultPropertySource.Renewal
実装されているすべてのインターフェース:
SerializableSEComparableSE<VaultPropertySource.Renewal>ConstableSE
含まれているクラス:
VaultPropertySource

public static enum VaultPropertySource.Renewal extends EnumSE<VaultPropertySource.Renewal>
  • 列挙型定数の詳細

    • OFF

      public static final VaultPropertySource.Renewal OFF
      シークレットに関連付けられたリースを更新しないでください。
    • RENEW

      public static final VaultPropertySource.Renewal RENEW
      定期的にシークレットを更新して、リースを存続させます。
    • ROTATE

      public static final VaultPropertySource.Renewal ROTATE
      シークレット ( RENEW など) を更新し、リースの有効期限が切れたら新しいシークレットをリクエストします。
  • メソッドの詳細

    • values

      public static VaultPropertySource.Renewal[] values()
      この列挙型クラスの定数を含む配列を、宣言されている順序で返します。
      戻り値:
      この列挙型クラスの定数を宣言された順序で含む配列
    • valueOf

      public static VaultPropertySource.Renewal valueOf(StringSE name)
      指定された名前でこのクラスの列挙型定数を返します。文字列は、このクラスで列挙型定数を宣言するために使用される識別子と正確に一致する必要があります。(余分な空白文字は許可されません。)
      パラメーター:
      name - 返される列挙定数の名前。
      戻り値:
      指定された名前の列挙定数
      例外:
      IllegalArgumentExceptionSE - この列挙型クラスに指定された名前の定数がない場合
      NullPointerExceptionSE - 引数が null の場合