Interface | Description |
---|---|
PaywallExceptionHandler |
Interface used by paywall related controllers to handle exceptions
in a uniform way.
|
Class | Description |
---|---|
APIError |
Value object class used to generate API error message when returning either
JSON or XML.
|
CommonBeanConfiguration |
Class containing configuration for beans in common for all configuration
profiles.
|
InterceptorConfig |
Configuration to add PaymentRequired annotation.
|
PaywallInterceptor |
The main interceptor catching calls finding end points with a @PaymentRequired and
starting the related payment flow.
|
PaywallProperties |
Spring bean containing all paywall related configuration settings.
|
SpringDefaultFileKeyManager |
Spring implementation of Default File KeyManager.
|
SpringLNDLightningHandler |
Spring implementation of LND Lightning Handler.
|
SpringPaymentHandler |
A Spring bean enhanced base Payment Handler the implementing application
should inherit.
|
SpringPaywallExceptionHandler |
Default Spring implementation of PaywallExceptionHandler
|