Interface ServerSecretSupplier

All Superinterfaces:
Supplier<byte[]>

public interface ServerSecretSupplier extends Supplier<byte[]>
Supplies the Server secret in an implementation agnostic manner. For example, this value could be stored in an encrypted JKS file, or it could be supplied via an environment variable (for lower-security deployments).
  • Method Summary

    Methods inherited from interface java.util.function.Supplier

    get