Interface AuthenticationRealmConfiguration.TokenBrokerConfiguration.SymmetricKeyConfiguration

Enclosing interface:
AuthenticationRealmConfiguration.TokenBrokerConfiguration

public static interface AuthenticationRealmConfiguration.TokenBrokerConfiguration.SymmetricKeyConfiguration
  • Method Summary

    Modifier and Type
    Method
    Description
    The file to read the secret from.
    The secret to use for both signing and verifying signatures.
  • Method Details

    • secret

      Optional<String> secret()
      The secret to use for both signing and verifying signatures. Either this option of file() must be provided.
    • file

      Optional<Path> file()
      The file to read the secret from. Either this option of secret() must be provided.