Package-level declarations

Types

Link copied to clipboard
class EncryptionService(keysetStore: TinkKeysetStore, keysetName: String = "default-aead", generateIfMissing: Boolean = true)
Link copied to clipboard
Link copied to clipboard
@Service
class IpBanService(tempBanService: InMemoryIpBanService, permaBanService: IpPermaBanService) : TemporalIpBanManager
Link copied to clipboard
Link copied to clipboard
@Service
class SecurityThreatService(ipBanService: IpBanService, blockResponseCode: Int = 404)