Annotation Interface JksTrustStore


@Retention(RUNTIME) @Target({FIELD,METHOD,ANNOTATION_TYPE}) public @interface JksTrustStore
Configures the JksSslStoreBundle trust store to use with an SSL supported @ServiceConnection.
Since:
3.5.0
Author:
Phillip Webb
  • Element Details

    • value

      @AliasFor("location") String value
      Alias for location().
      Returns:
      the store location
      Default:
      ""
    • location

      @AliasFor("value") String location
      The location of the resource containing the store content.
      Returns:
      the store location
      Default:
      ""
    • password

      String password
      The password used to access the store.
      Returns:
      the store password
      Default:
      ""
    • type

      String type
      The type of the store to create, e.g. JKS.
      Returns:
      store type
      Default:
      ""
    • provider

      String provider
      The provider for the store.
      Returns:
      the store provider
      Default:
      ""