クラス JksSslBundleProperties.Store

java.lang.ObjectSE
org.springframework.boot.autoconfigure.ssl.JksSslBundleProperties.Store
含まれているクラス:
JksSslBundleProperties

public static class JksSslBundleProperties.Store extends ObjectSE
プロパティを保存します。
導入:
3.1.0
作成者:
Scott Frederick, Phillip Webb
  • コンストラクターの詳細

    • Store

      public Store()
  • メソッドの詳細

    • getType

      public @Nullable StringSE getType()
    • setType

      public void setType(@Nullable StringSE type)
    • getProvider

      public @Nullable StringSE getProvider()
    • setProvider

      public void setProvider(@Nullable StringSE provider)
    • getLocation

      public @Nullable StringSE getLocation()
    • setLocation

      public void setLocation(@Nullable StringSE location)
    • getPassword

      public @Nullable StringSE getPassword()
    • setPassword

      public void setPassword(@Nullable StringSE password)