@Retention(RUNTIME) @Target({FIELD,METHOD,ANNOTATION_TYPE}) public @interface JksKeyStore
Configures the JksSslStoreBundle key store to use with an SSL supported @ServiceConnection.
从以下版本开始:
3.5.0
作者:
Phillip Webb
  • 元素详细资料

    • value

      @AliasFor("location") String value
      Alias for location().
      返回:
      the store location
      默认值:
      ""
    • location

      @AliasFor("value") String location
      The location of the resource containing the store content.
      返回:
      the store location
      默认值:
      ""
    • password

      String password
      The password used to access the store.
      返回:
      the store password
      默认值:
      ""
    • type

      String type
      The type of the store to create, e.g. JKS.
      返回:
      store type
      默认值:
      ""
    • provider

      String provider
      The provider for the store.
      返回:
      the store provider
      默认值:
      ""