Interface CipherKeySupplier

All Superinterfaces:
Supplier<String>

public interface CipherKeySupplier extends Supplier<String>
Marker interface for specifying the Shiro cipher key
  • Method Summary

    Methods inherited from interface java.util.function.Supplier

    get