Class KeyStoreOptions

java.lang.Object
io.vertx.ext.auth.KeyStoreOptions

public class KeyStoreOptions extends Object
Options describing how an JWT KeyStore should behave. This is an extended version core's KeyStoreOptions.

This extension sets the default type to the runtime keystore type (for compatibility, reasons) plus it allows the configuration of password per key using setPasswordProtection(Map).

Author:
Paulo Lopes
  • Constructor Details

    • KeyStoreOptions

      public KeyStoreOptions()
      Default constructor
    • KeyStoreOptions

      public KeyStoreOptions(KeyStoreOptions other)
      Copy constructor
      Parameters:
      other - the options to copy
    • KeyStoreOptions

      public KeyStoreOptions(JsonObject json)
      Constructor to create an options from JSON
      Parameters:
      json - the JSON
  • Method Details