Package-level declarations

How the starter sources masking policies — the extension point you implement, the configuration you set, and the provided default that maps one to the other. The Spring auto-configuration that wires these together is internal and intentionally omitted from this reference.

Extension point

Configuration

  • IhawuProperties — the typed ihawu.* configuration, including the ihawu.policies rules you set in application.yml. Kept as a starter-local shape so ihawu-core types stay off the config contract.

Provided default

Types

Link copied to clipboard
@ConfigurationProperties(prefix = "ihawu")
class IhawuProperties

Typed configuration for the Ihawu starter, bound from ihawu.*.

Link copied to clipboard

Supplies the static ResourcePolicy rules that drive masking.