Annotation Interface TokenTool.TokenConfig

Enclosing class:
TokenTool

public static @interface TokenTool.TokenConfig
  • Element Details

    • keystore

      @Help("Path to the (PKCS12) private or (JKS) public key store, depending on other parameters") String keystore
    • passphrase

      @Help("Passphrase for the keystore and any contained keys") String passphrase
    • pack

      @Help("The signature pack of the remote to load into the truststore") String pack
    • token

      @Help("The signed token value to check agains the private key store") String token
    • create

      @Help(value="Create a token from the private key in the given keystore", arg=false) boolean create
      Default:
      false
    • load

      @Help(value="Load a public key and token and store into the given truststore", arg=false) boolean load
      Default:
      false
    • check

      @Help(value="Validate a given token against the given private key store", arg=false) boolean check
      Default:
      false
    • dump

      @Help(value="Dump the current access token in the given truststore", arg=false) boolean dump
      Default:
      false